|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceResponse
com.baidubce.services.moladb.model.GetInstanceResponse
public class GetInstanceResponse
Represents the output of a GetInstance operation.
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
GetInstanceResponse()
Constructs a new GetInstanceResponse object. |
Method Summary | |
---|---|
String |
getDescription()
Get the description information for this instance. |
String |
getInstanceName()
Get the name of this instance. |
List<String> |
getTableNames()
Get all of the table names belong to this instance. |
void |
setDescription(String description)
Set the description information for this instance. |
void |
setInstanceName(String instanceName)
Set the name of the requested instance for response. |
void |
setTableNames(List<String> tableNames)
Set the table names to the response tables set. |
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 |
---|
public GetInstanceResponse()
Method Detail |
---|
public String getDescription()
public String getInstanceName()
public List<String> getTableNames()
public void setDescription(String description)
description
- The description information for this instance.public void setInstanceName(String instanceName)
instanceName
- The name of the requested instance.public void setTableNames(List<String> tableNames)
tableNames
- The names of tables to be added to the response tables set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |