public class K8sApiAbnormalRuleListItem extends AbstractModel
| Constructor and Description | 
|---|
| K8sApiAbnormalRuleListItem() | 
| K8sApiAbnormalRuleListItem(K8sApiAbnormalRuleListItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEffectClusterCount()Get Total number of affected clusters | 
| String | getOprUin()Get Edit account | 
| String | getRuleID()Get Rule ID | 
| String | getRuleName()Get Rule name | 
| String | getRuleType()Get Rule type
RT_SYSTEM System rules
RT_USER User defined | 
| Boolean | getStatus()Get Status | 
| String | getUpdateTime()Get Update time | 
| void | setEffectClusterCount(Long EffectClusterCount)Set Total number of affected clusters | 
| void | setOprUin(String OprUin)Set Edit account | 
| void | setRuleID(String RuleID)Set Rule ID | 
| void | setRuleName(String RuleName)Set Rule name | 
| void | setRuleType(String RuleType)Set Rule type
RT_SYSTEM System rules
RT_USER User defined | 
| void | setStatus(Boolean Status)Set Status | 
| void | setUpdateTime(String UpdateTime)Set Update time | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic K8sApiAbnormalRuleListItem()
public K8sApiAbnormalRuleListItem(K8sApiAbnormalRuleListItem source)
public String getRuleID()
public void setRuleID(String RuleID)
RuleID - Rule IDpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rule namepublic String getRuleType()
public void setRuleType(String RuleType)
RuleType - Rule type
RT_SYSTEM System rules
RT_USER User definedpublic Long getEffectClusterCount()
public void setEffectClusterCount(Long EffectClusterCount)
EffectClusterCount - Total number of affected clusterspublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timepublic String getOprUin()
public void setOprUin(String OprUin)
OprUin - Edit accountpublic Boolean getStatus()
public void setStatus(Boolean Status)
Status - StatusCopyright © 2023. All rights reserved.