public class KvEntry extends ApiResponse<KvEntry>
json, NO_TYPE| Constructor and Description |
|---|
KvEntry(Message m) |
KvEntry(MessageInfo mi) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucket() |
java.time.ZonedDateTime |
getCreated() |
byte[] |
getData() |
java.lang.String |
getKey() |
KvOperation |
getKvOperation() |
long |
getSeq() |
java.lang.String |
toString() |
getApiErrorCode, getDescription, getError, getErrorCode, getType, hasError, throwOnHasErrorpublic KvEntry(MessageInfo mi)
public KvEntry(Message m)
public java.lang.String getBucket()
public java.lang.String getKey()
public long getSeq()
public byte[] getData()
public java.time.ZonedDateTime getCreated()
public KvOperation getKvOperation()
public java.lang.String toString()
toString in class java.lang.Object