com.baidubce.services.bmr.model
Class ListInstancesResponse

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

public class ListInstancesResponse
extends AbstractBceResponse

Represent the response of ListInstancesRequest. The response contains an array of BMR Instance objects.

See Also:
Serialized Form

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

setInstances

public void setInstances(List<Instance> instances)

getIntances

public List<Instance> getIntances()


Copyright © 2018. All rights reserved.