public class AddEditAccessControlRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AddEditAccessControlRuleRequest()  | 
AddEditAccessControlRuleRequest(AddEditAccessControlRuleRequest 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 | 
|---|---|
String | 
getEventId()
Get Used only for an allowed item 
 | 
AccessControlRuleInfo | 
getRuleInfo()
Get Information of the added policy. 
 | 
void | 
setEventId(String EventId)
Set Used only for an allowed item 
 | 
void | 
setRuleInfo(AccessControlRuleInfo RuleInfo)
Set Information of the added policy. 
 | 
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 AddEditAccessControlRuleRequest()
public AddEditAccessControlRuleRequest(AddEditAccessControlRuleRequest source)
public AccessControlRuleInfo getRuleInfo()
public void setRuleInfo(AccessControlRuleInfo RuleInfo)
RuleInfo - Information of the added policy. The policy ID is empty here but cannot be empty when you edit a policy.public String getEventId()
public void setEventId(String EventId)
EventId - Used only for an allowed itemCopyright © 2025. All rights reserved.