public static class ListClusterInterceptionConfigResponse.ClusterConfig extends Object
构造器和说明 |
---|
ClusterConfig() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getClusterCNNFStatus() |
String |
getClusterId() |
String |
getClusterName() |
String |
getClusterType() |
Integer |
getInterceptionSwitch() |
Integer |
getInterceptionType() |
Long |
getOpenRuleCount() |
Boolean |
getSupportCNNF() |
Long |
getTotalRuleCount() |
void |
setClusterCNNFStatus(Integer clusterCNNFStatus) |
void |
setClusterId(String clusterId) |
void |
setClusterName(String clusterName) |
void |
setClusterType(String clusterType) |
void |
setInterceptionSwitch(Integer interceptionSwitch) |
void |
setInterceptionType(Integer interceptionType) |
void |
setOpenRuleCount(Long openRuleCount) |
void |
setSupportCNNF(Boolean supportCNNF) |
void |
setTotalRuleCount(Long totalRuleCount) |
public String getClusterName()
public void setClusterName(String clusterName)
public Integer getInterceptionSwitch()
public void setInterceptionSwitch(Integer interceptionSwitch)
public Integer getInterceptionType()
public void setInterceptionType(Integer interceptionType)
public String getClusterId()
public void setClusterId(String clusterId)
public Integer getClusterCNNFStatus()
public void setClusterCNNFStatus(Integer clusterCNNFStatus)
public Long getOpenRuleCount()
public void setOpenRuleCount(Long openRuleCount)
public Long getTotalRuleCount()
public void setTotalRuleCount(Long totalRuleCount)
public Boolean getSupportCNNF()
public void setSupportCNNF(Boolean supportCNNF)
public String getClusterType()
public void setClusterType(String clusterType)
Copyright © 2023. All rights reserved.