public class ModifyPortAclConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyPortAclConfigRequest() | 
| ModifyPortAclConfigRequest(ModifyPortAclConfigRequest 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 | getInstanceId()Get 资源实例ID | 
| AclConfig | getNewAclConfig()Get 新端口acl策略 | 
| AclConfig | getOldAclConfig()Get 旧端口acl策略 | 
| void | setInstanceId(String InstanceId)Set 资源实例ID | 
| void | setNewAclConfig(AclConfig NewAclConfig)Set 新端口acl策略 | 
| void | setOldAclConfig(AclConfig OldAclConfig)Set 旧端口acl策略 | 
| 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 ModifyPortAclConfigRequest()
public ModifyPortAclConfigRequest(ModifyPortAclConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 资源实例IDpublic AclConfig getOldAclConfig()
public void setOldAclConfig(AclConfig OldAclConfig)
OldAclConfig - 旧端口acl策略public AclConfig getNewAclConfig()
public void setNewAclConfig(AclConfig NewAclConfig)
NewAclConfig - 新端口acl策略Copyright © 2025. All rights reserved.