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

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

public class ListInstancesResponse
extends ListResponse

response model for query instance list

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListInstancesResponse()
           
 
Method Summary
 List<InstanceModel> getInstances()
           
 void setInstances(List<InstanceModel> instances)
           
 
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

ListInstancesResponse

public ListInstancesResponse()
Method Detail

getInstances

public List<InstanceModel> getInstances()

setInstances

public void setInstances(List<InstanceModel> instances)


Copyright © 2018. All rights reserved.