|
||||||||||
| 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.DeleteTableRequest
public class DeleteTableRequest
Represents the input of a DeleteTable operation.
| Constructor Summary | |
|---|---|
DeleteTableRequest()
Constructs a new DeleteTableRequest object. |
|
DeleteTableRequest(String tableName)
Constructs a new DeleteTableRequest object. |
|
| Method Summary | |
|---|---|
String |
getTableName()
Get the name of the table to be deleted. |
void |
setTableName(String tableName)
Set the name of the table to be deleted. |
DeleteTableRequest |
withRequestCredentials(BceCredentials credentials)
|
DeleteTableRequest |
withTableName(String tableName)
Set the name of the table to be deleted. |
| 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 DeleteTableRequest()
public DeleteTableRequest(String tableName)
tableName - The name of the table to be deleted.| Method Detail |
|---|
public DeleteTableRequest withTableName(String tableName)
tableName - The name of the table to be deleted.
public void setTableName(String tableName)
tableName - The name of the table to be deleted.public String getTableName()
public DeleteTableRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||