Class ChangeRuleEventsIgnoreStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ChangeRuleEventsIgnoreStatusRequest
-
public class ChangeRuleEventsIgnoreStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChangeRuleEventsIgnoreStatusRequest()ChangeRuleEventsIgnoreStatusRequest(ChangeRuleEventsIgnoreStatusRequest 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 Long[]getEventIdList()Get 事件id数组LonggetIgnoreStatus()Get 忽略状态 0:取消忽略 ; 1:忽略Long[]getRuleIdList()Get 检测项id数组voidsetEventIdList(Long[] EventIdList)Set 事件id数组voidsetIgnoreStatus(Long IgnoreStatus)Set 忽略状态 0:取消忽略 ; 1:忽略voidsetRuleIdList(Long[] RuleIdList)Set 检测项id数组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
-
ChangeRuleEventsIgnoreStatusRequest
public ChangeRuleEventsIgnoreStatusRequest()
-
ChangeRuleEventsIgnoreStatusRequest
public ChangeRuleEventsIgnoreStatusRequest(ChangeRuleEventsIgnoreStatusRequest 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
-
getIgnoreStatus
public Long getIgnoreStatus()
Get 忽略状态 0:取消忽略 ; 1:忽略- Returns:
- IgnoreStatus 忽略状态 0:取消忽略 ; 1:忽略
-
setIgnoreStatus
public void setIgnoreStatus(Long IgnoreStatus)
Set 忽略状态 0:取消忽略 ; 1:忽略- Parameters:
IgnoreStatus- 忽略状态 0:取消忽略 ; 1:忽略
-
getRuleIdList
public Long[] getRuleIdList()
Get 检测项id数组- Returns:
- RuleIdList 检测项id数组
-
setRuleIdList
public void setRuleIdList(Long[] RuleIdList)
Set 检测项id数组- Parameters:
RuleIdList- 检测项id数组
-
getEventIdList
public Long[] getEventIdList()
Get 事件id数组- Returns:
- EventIdList 事件id数组
-
setEventIdList
public void setEventIdList(Long[] EventIdList)
Set 事件id数组- Parameters:
EventIdList- 事件id数组
-
-