com.baidubce.services.vpc.model
Class ListVpcResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.model.ListResponse
com.baidubce.services.vpc.model.ListVpcResponse
- All Implemented Interfaces:
- Serializable
public class ListVpcResponse
- extends ListResponse
The response for ListVpcRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListVpcResponse
public ListVpcResponse()
getVpcs
public List<Vpc> getVpcs()
setVpcs
public void setVpcs(List<Vpc> vpcs)
Copyright © 2018. All rights reserved.