@Deprecated
public class DeleteRequest
extends java.lang.Object
implements java.io.Serializable
A container for a Delete BatchWrite request
| コンストラクタと説明 |
|---|
DeleteRequest()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
Key |
getKey()
非推奨です。
The item's key to be delete
|
int |
hashCode()
非推奨です。
|
void |
setKey(Key key)
非推奨です。
The item's key to be delete
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRequest |
withKey(Key key)
非推奨です。
The item's key to be delete
Returns a reference to this object so that method calls can be chained together.
|
public Key getKey()
public void setKey(Key key)
key - The item's key to be deletepublic DeleteRequest withKey(Key key)
Returns a reference to this object so that method calls can be chained together.
key - The item's key to be deletepublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object