com.baidubce.services.acl.model
Class GetAclResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.acl.model.GetAclResponse
All Implemented Interfaces:
Serializable

public class GetAclResponse
extends AbstractBceResponse

The response for GetAclRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetAclResponse()
           
 
Method Summary
 List<AclEntry> getAclEntrys()
           
 String getVpcCidr()
           
 String getVpcId()
           
 String getVpcName()
           
 void setAclEntrys(List<AclEntry> aclEntrys)
           
 void setVpcCidr(String vpcCidr)
           
 void setVpcId(String vpcId)
           
 void setVpcName(String vpcName)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAclResponse

public GetAclResponse()
Method Detail

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.