public class GetTableRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetTableRequest()
Constructs a new GetTableRequest object.
|
GetTableRequest(String tableName)
Constructs a new GetTableRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName()
Get the name of the table from this object.
|
void |
setTableName(String tableName)
Set the name of the table for this object.
|
GetTableRequest |
withRequestCredentials(BceCredentials credentials) |
GetTableRequest |
withTableName(String tableName)
Set the name of the table for this object.
|
getRequestCredentials, setRequestCredentialspublic GetTableRequest()
public GetTableRequest(String tableName)
tableName - The name of the table from which to get information.public GetTableRequest withTableName(String tableName)
tableName - The name of the table to be set.public void setTableName(String tableName)
tableName - The name of the table to be set.public String getTableName()
public GetTableRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2021. All rights reserved.