com.baidubce.services.subnet.model
Class GetSubnetResponse

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

public class GetSubnetResponse
extends AbstractBceResponse

The response for GetSubnetRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetSubnetResponse()
           
 
Method Summary
 Subnet getSubnet()
           
 void setSubnet(Subnet subnet)
           
 
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

GetSubnetResponse

public GetSubnetResponse()
Method Detail

getSubnet

public Subnet getSubnet()

setSubnet

public void setSubnet(Subnet subnet)


Copyright © 2018. All rights reserved.