public class SwitchImageAutoAuthorizedRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SwitchImageAutoAuthorizedRuleRequest() |
SwitchImageAutoAuthorizedRuleRequest(SwitchImageAutoAuthorizedRuleRequest 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 |
getIsEnabled()
Get 规则是否生效,0:不生效,1:已生效
|
Long |
getRuleId()
Get 规则id
|
void |
setIsEnabled(Long IsEnabled)
Set 规则是否生效,0:不生效,1:已生效
|
void |
setRuleId(Long RuleId)
Set 规则id
|
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, toJsonString
public SwitchImageAutoAuthorizedRuleRequest()
public SwitchImageAutoAuthorizedRuleRequest(SwitchImageAutoAuthorizedRuleRequest source)
public Long getIsEnabled()
public void setIsEnabled(Long IsEnabled)
IsEnabled
- 规则是否生效,0:不生效,1:已生效public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则idCopyright © 2024. All rights reserved.