public class CreateEipAclRequest extends AbstractModel
Constructor and Description |
---|
CreateEipAclRequest() |
CreateEipAclRequest(CreateEipAclRequest 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 |
getAclName()
Get ACL 名称
|
Long |
getStatus()
Get ACL 状态 0:无状态,1:有状态
|
void |
setAclName(String AclName)
Set ACL 名称
|
void |
setStatus(Long Status)
Set ACL 状态 0:无状态,1:有状态
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateEipAclRequest()
public CreateEipAclRequest(CreateEipAclRequest source)
public String getAclName()
public void setAclName(String AclName)
AclName
- ACL 名称public Long getStatus()
public void setStatus(Long Status)
Status
- ACL 状态 0:无状态,1:有状态Copyright © 2021. All rights reserved.