public static final class FindOrInsertCommand.JsonState extends Object
findOrInsert command, reached after
specifying the condition, optional timestamp, and JSON data.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
String |
condition()
Return the raw CCL condition for this command.
|
Criteria |
criteria()
Return the
Criteria for this command. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
json()
Return the JSON data for this command.
|
Timestamp |
timestamp()
Return the historical
Timestamp for this command. |
String |
toString() |
@Nullable public Criteria criteria()
Criteria for this command.Criteria, or null@Nullable public String condition()
null@Nullable public Timestamp timestamp()
Timestamp for this command.Timestamp, or nullpublic String json()
public String ccl()
CommandCommand.