Class CreateK8sApiAbnormalRuleInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.CreateK8sApiAbnormalRuleInfoRequest
-
public class CreateK8sApiAbnormalRuleInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateK8sApiAbnormalRuleInfoRequest()CreateK8sApiAbnormalRuleInfoRequest(CreateK8sApiAbnormalRuleInfoRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCopySrcRuleID()Get 拷贝规则ID(适用于复制规则场景)LonggetEventID()Get 事件ID(适用于事件加白场景)K8sApiAbnormalRuleInfogetRuleInfo()Get 规则详情voidsetCopySrcRuleID(String CopySrcRuleID)Set 拷贝规则ID(适用于复制规则场景)voidsetEventID(Long EventID)Set 事件ID(适用于事件加白场景)voidsetRuleInfo(K8sApiAbnormalRuleInfo RuleInfo)Set 规则详情voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateK8sApiAbnormalRuleInfoRequest
public CreateK8sApiAbnormalRuleInfoRequest()
-
CreateK8sApiAbnormalRuleInfoRequest
public CreateK8sApiAbnormalRuleInfoRequest(CreateK8sApiAbnormalRuleInfoRequest 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.
-
-
Method Detail
-
getRuleInfo
public K8sApiAbnormalRuleInfo getRuleInfo()
Get 规则详情- Returns:
- RuleInfo 规则详情
-
setRuleInfo
public void setRuleInfo(K8sApiAbnormalRuleInfo RuleInfo)
Set 规则详情- Parameters:
RuleInfo- 规则详情
-
getCopySrcRuleID
public String getCopySrcRuleID()
Get 拷贝规则ID(适用于复制规则场景)- Returns:
- CopySrcRuleID 拷贝规则ID(适用于复制规则场景)
-
setCopySrcRuleID
public void setCopySrcRuleID(String CopySrcRuleID)
Set 拷贝规则ID(适用于复制规则场景)- Parameters:
CopySrcRuleID- 拷贝规则ID(适用于复制规则场景)
-
getEventID
public Long getEventID()
Get 事件ID(适用于事件加白场景)- Returns:
- EventID 事件ID(适用于事件加白场景)
-
setEventID
public void setEventID(Long EventID)
Set 事件ID(适用于事件加白场景)- Parameters:
EventID- 事件ID(适用于事件加白场景)
-
-