com.baidubce.services.subnet.model
Class ListSubnetsResponse

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

public class ListSubnetsResponse
extends ListResponse

The response for CreateSubnetRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListSubnetsResponse()
           
 
Method Summary
 List<Subnet> getSubnets()
           
 void setSubnets(List<Subnet> subnets)
           
 
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

ListSubnetsResponse

public ListSubnetsResponse()
Method Detail

getSubnets

public List<Subnet> getSubnets()

setSubnets

public void setSubnets(List<Subnet> subnets)


Copyright © 2018. All rights reserved.