|
||||||||||
| 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.DeleteItemRequest
public class DeleteItemRequest
Represents the input of a DeleteItem operation.
| Constructor Summary | |
|---|---|
DeleteItemRequest()
Constructs a new DeleteItemRequest object. |
|
| Method Summary | |
|---|---|
Key |
getKey()
The method return the Key that is used to delete the item. |
String |
getTableName()
The method return the table name of this request. |
void |
setKey(Key key)
The method set the Key that used to delete item from the table. |
void |
setTableName(String tableName)
The method set the table name to delete items. |
String |
toString()
Return a string representation of request information. |
DeleteItemRequest |
withKey(Key key)
The method set the Key that used to get item from the table. |
DeleteItemRequest |
withRequestCredentials(BceCredentials credentials)
|
DeleteItemRequest |
withTableName(String tableName)
Set the name of the table from which to delete the item. |
| Methods inherited from class com.baidubce.model.AbstractBceRequest |
|---|
getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteItemRequest()
| Method Detail |
|---|
public DeleteItemRequest withTableName(String tableName)
tableName - The name of the table from which to delete the item.
public void setTableName(String tableName)
tableName - The name of the table where to delete the items.public String toString()
toString in class Objectpublic void setKey(Key key)
key - The key that used to describe the key field.public DeleteItemRequest withKey(Key key)
key - The key that used to describe the key field.
public String getTableName()
public Key getKey()
public DeleteItemRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||