com.baidubce.services.vpc.model
Class ListVpcResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.model.ListResponse
          extended by com.baidubce.services.vpc.model.ListVpcResponse
All Implemented Interfaces:
Serializable

public class ListVpcResponse
extends ListResponse

The response for ListVpcRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListVpcResponse()
           
 
Method Summary
 List<Vpc> getVpcs()
           
 void setVpcs(List<Vpc> vpcs)
           
 
Methods inherited from class com.baidubce.model.ListResponse
getIsTruncated, getMarker, getMaxKeys, getNextMarker, setIsTruncated, setMarker, setMaxKeys, setNextMarker
 
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

ListVpcResponse

public ListVpcResponse()
Method Detail

getVpcs

public List<Vpc> getVpcs()

setVpcs

public void setVpcs(List<Vpc> vpcs)


Copyright © 2018. All rights reserved.