public class PutResult extends Object
Modifier and Type | Method and Description |
---|---|
Etag |
getEtag()
Etag of the document after PUT operation.
|
String |
getKey()
Key of the document that was PUT.
|
void |
setEtag(Etag etag)
Etag of the document after PUT operation.
|
void |
setKey(String key)
Key of the document that was PUT.
|
String |
toString() |
public Etag getEtag()
public String getKey()
public void setEtag(Etag etag)
etag
- public void setKey(String key)
key
- Copyright © 2016. All Rights Reserved.