public class ChangeRuleEventsIgnoreStatusRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getEventIdList()
Get Event ID array
|
Long |
getIgnoreStatus()
Get Ignore status: 0: unignore; 1: ignore
|
Long[] |
getRuleIdList()
Get Detection item ID array
|
void |
setEventIdList(Long[] EventIdList)
Set Event ID array
|
void |
setIgnoreStatus(Long IgnoreStatus)
Set Ignore status: 0: unignore; 1: ignore
|
void |
setRuleIdList(Long[] RuleIdList)
Set Detection item ID array
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChangeRuleEventsIgnoreStatusRequest()
public ChangeRuleEventsIgnoreStatusRequest(ChangeRuleEventsIgnoreStatusRequest source)
public Long getIgnoreStatus()
public void setIgnoreStatus(Long IgnoreStatus)
IgnoreStatus
- Ignore status: 0: unignore; 1: ignorepublic Long[] getRuleIdList()
public void setRuleIdList(Long[] RuleIdList)
RuleIdList
- Detection item ID arraypublic Long[] getEventIdList()
public void setEventIdList(Long[] EventIdList)
EventIdList
- Event ID arrayCopyright © 2024. All rights reserved.