com.baidubce.services.subnet.model
Class ListSubnetsResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.model.ListResponse
com.baidubce.services.subnet.model.ListSubnetsResponse
- All Implemented Interfaces:
- Serializable
public class ListSubnetsResponse
- extends ListResponse
The response for CreateSubnetRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListSubnetsResponse
public ListSubnetsResponse()
getSubnets
public List<Subnet> getSubnets()
setSubnets
public void setSubnets(List<Subnet> subnets)
Copyright © 2018. All rights reserved.