com.baidubce.services.acl.model
Class GetAclResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.acl.model.GetAclResponse
- All Implemented Interfaces:
- Serializable
public class GetAclResponse
- extends AbstractBceResponse
The response for GetAclRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetAclResponse
public GetAclResponse()
getVpcId
public String getVpcId()
setVpcId
public void setVpcId(String vpcId)
getVpcName
public String getVpcName()
setVpcName
public void setVpcName(String vpcName)
getVpcCidr
public String getVpcCidr()
setVpcCidr
public void setVpcCidr(String vpcCidr)
getAclEntrys
public List<AclEntry> getAclEntrys()
setAclEntrys
public void setAclEntrys(List<AclEntry> aclEntrys)
Copyright © 2018. All rights reserved.