com.baidubce.services.moladb.model
Class ListInstancesResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.moladb.model.ListInstancesResponse
- All Implemented Interfaces:
- Serializable
public class ListInstancesResponse
- extends AbstractBceResponse
Represents the output of a ListInstance operation.
- 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()
- Constructs a new ListInstanceResponse object.
Callers should use the setter or fluent setter (with...) methods to
initialize any additional object members.
getInstanceNames
public List<String> getInstanceNames()
- Get the names of all instances got from server side.
- Returns:
- The names of all instances got from server side.
setInstanceNames
public void setInstanceNames(List<String> names)
- Set the names of all instances got from server side.
- Parameters:
names
- The names of all instances got from server side.
Copyright © 2018. All rights reserved.