类 GetInstanceResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.moladb.model.GetInstanceResponse
-
- 所有已实现的接口:
Serializable
public class GetInstanceResponse extends AbstractBceResponse
Represents the output of a GetInstance operation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetInstanceResponse()Constructs a new GetInstanceResponse object.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDescription()Get the description information for this instance.StringgetInstanceName()Get the name of this instance.List<String>getTableNames()Get all of the table names belong to this instance.voidsetDescription(String description)Set the description information for this instance.voidsetInstanceName(String instanceName)Set the name of the requested instance for response.voidsetTableNames(List<String> tableNames)Set the table names to the response tables set.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getDescription
public String getDescription()
Get the description information for this instance.- 返回:
- The description information for this instance.
-
getInstanceName
public String getInstanceName()
Get the name of this instance.- 返回:
- The name of this instance.
-
getTableNames
public List<String> getTableNames()
Get all of the table names belong to this instance.- 返回:
- All of the table names belong to this instance.
-
setDescription
public void setDescription(String description)
Set the description information for this instance.- 参数:
description- The description information for this instance.
-
setInstanceName
public void setInstanceName(String instanceName)
Set the name of the requested instance for response.- 参数:
instanceName- The name of the requested instance.
-
-