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 Whether the rule takes effect. 
 | 
Long | 
getRuleId()
Get Rule ID 
 | 
void | 
setIsEnabled(Long IsEnabled)
Set Whether the rule takes effect. 
 | 
void | 
setRuleId(Long RuleId)
Set Rule 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, toJsonStringpublic SwitchImageAutoAuthorizedRuleRequest()
public SwitchImageAutoAuthorizedRuleRequest(SwitchImageAutoAuthorizedRuleRequest source)
public Long getIsEnabled()
public void setIsEnabled(Long IsEnabled)
IsEnabled - Whether the rule takes effect. Valid values: `0` (no); `1` (yes).public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Rule IDCopyright © 2025. All rights reserved.