public class CreateK8sApiAbnormalRuleInfoRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCopySrcRuleID()Get 拷贝规则ID(适用于复制规则场景) | 
| Long | getEventID()Get 事件ID(适用于事件加白场景) | 
| K8sApiAbnormalRuleInfo | getRuleInfo()Get 规则详情 | 
| void | setCopySrcRuleID(String CopySrcRuleID)Set 拷贝规则ID(适用于复制规则场景) | 
| void | setEventID(Long EventID)Set 事件ID(适用于事件加白场景) | 
| void | setRuleInfo(K8sApiAbnormalRuleInfo RuleInfo)Set 规则详情 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateK8sApiAbnormalRuleInfoRequest()
public CreateK8sApiAbnormalRuleInfoRequest(CreateK8sApiAbnormalRuleInfoRequest source)
public K8sApiAbnormalRuleInfo getRuleInfo()
public void setRuleInfo(K8sApiAbnormalRuleInfo RuleInfo)
RuleInfo - 规则详情public String getCopySrcRuleID()
public void setCopySrcRuleID(String CopySrcRuleID)
CopySrcRuleID - 拷贝规则ID(适用于复制规则场景)public Long getEventID()
public void setEventID(Long EventID)
EventID - 事件ID(适用于事件加白场景)Copyright © 2025. All rights reserved.