|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.moladb.model.GetTableRequest
public class GetTableRequest
Represents the input of a GetTable operation.
| Constructor Summary | |
|---|---|
GetTableRequest()
Constructs a new GetTableRequest object. |
|
GetTableRequest(String tableName)
Constructs a new GetTableRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.baidubce.model.AbstractBceRequest |
|---|
getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetTableRequest()
public GetTableRequest(String tableName)
tableName - The name of the table from which to get information.| Method Detail |
|---|
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 AbstractBceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||