com.baidubce.services.bcc.model.instance
Class ListInstanceSpecsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.bcc.model.instance.ListInstanceSpecsResponse
All Implemented Interfaces:
Serializable

public class ListInstanceSpecsResponse
extends AbstractBceResponse

The response for getting all of Specifications.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListInstanceSpecsResponse()
           
 
Method Summary
 List<InstanceTypeModel> getInstanceTypes()
           
 void setInstanceTypes(List<InstanceTypeModel> instanceTypes)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListInstanceSpecsResponse

public ListInstanceSpecsResponse()
Method Detail

getInstanceTypes

public List<InstanceTypeModel> getInstanceTypes()

setInstanceTypes

public void setInstanceTypes(List<InstanceTypeModel> instanceTypes)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.