Class ModifyAbnormalProcessRuleStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ModifyAbnormalProcessRuleStatusRequest
-
public class ModifyAbnormalProcessRuleStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAbnormalProcessRuleStatusRequest()
ModifyAbnormalProcessRuleStatusRequest(ModifyAbnormalProcessRuleStatusRequest 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 Boolean
getIsEnable()
Get 策略开关,true开启,false关闭String[]
getRuleIdSet()
Get 策略的idsvoid
setIsEnable(Boolean IsEnable)
Set 策略开关,true开启,false关闭void
setRuleIdSet(String[] RuleIdSet)
Set 策略的idsvoid
toMap(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
-
ModifyAbnormalProcessRuleStatusRequest
public ModifyAbnormalProcessRuleStatusRequest()
-
ModifyAbnormalProcessRuleStatusRequest
public ModifyAbnormalProcessRuleStatusRequest(ModifyAbnormalProcessRuleStatusRequest 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
-
getRuleIdSet
public String[] getRuleIdSet()
Get 策略的ids- Returns:
- RuleIdSet 策略的ids
-
setRuleIdSet
public void setRuleIdSet(String[] RuleIdSet)
Set 策略的ids- Parameters:
RuleIdSet
- 策略的ids
-
getIsEnable
public Boolean getIsEnable()
Get 策略开关,true开启,false关闭- Returns:
- IsEnable 策略开关,true开启,false关闭
-
setIsEnable
public void setIsEnable(Boolean IsEnable)
Set 策略开关,true开启,false关闭- Parameters:
IsEnable
- 策略开关,true开启,false关闭
-
-