com.baidubce.services.moladb.model
Class ListInstancesResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListInstancesResponse()
          Constructs a new ListInstanceResponse object.
 
Method Summary
 List<String> getInstanceNames()
          Get the names of all instances got from server side.
 void setInstanceNames(List<String> names)
          Set the names of all instances got from server side.
 
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()
Constructs a new ListInstanceResponse object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Method Detail

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.