public class GetInstanceResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
GetInstanceResponse()
Constructs a new GetInstanceResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getMetadatapublic GetInstanceResponse()
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.Copyright © 2023. All rights reserved.