com.baidubce.services.bmr.model
Class ListInstancesResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListInstancesResponse
public ListInstancesResponse()
setInstances
public void setInstances(List<Instance> instances)
getIntances
public List<Instance> getIntances()
Copyright © 2018. All rights reserved.