Class ModifyRuleStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.ModifyRuleStatusRequest
-
public class ModifyRuleStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyRuleStatusRequest()
ModifyRuleStatusRequest(ModifyRuleStatusRequest 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
getIsActive()
Get 是否激活Long
getRuleID()
Get 自动化规则IDvoid
setIsActive(Boolean IsActive)
Set 是否激活void
setRuleID(Long RuleID)
Set 自动化规则IDvoid
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
-
ModifyRuleStatusRequest
public ModifyRuleStatusRequest()
-
ModifyRuleStatusRequest
public ModifyRuleStatusRequest(ModifyRuleStatusRequest 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
-
getRuleID
public Long getRuleID()
Get 自动化规则ID- Returns:
- RuleID 自动化规则ID
-
setRuleID
public void setRuleID(Long RuleID)
Set 自动化规则ID- Parameters:
RuleID
- 自动化规则ID
-
getIsActive
public Boolean getIsActive()
Get 是否激活- Returns:
- IsActive 是否激活
-
setIsActive
public void setIsActive(Boolean IsActive)
Set 是否激活- Parameters:
IsActive
- 是否激活
-
-