public static final class ParseStatus.Tombstone extends ParseStatus implements org.apache.gora.persistency.Tombstone
ParseStatus.Builder, ParseStatus.Field, ParseStatus.Tombstone_ALL_FIELDS, SCHEMA$| Modifier and Type | Method and Description |
|---|---|
List<CharSequence> |
getArgs()
Gets the value of the 'args' field.
|
Integer |
getMajorCode()
Gets the value of the 'majorCode' field.
|
Integer |
getMinorCode()
Gets the value of the 'minorCode' field.
|
boolean |
isArgsDirty(List<CharSequence> value)
Checks the dirty status of the 'args' field.
|
boolean |
isMajorCodeDirty(Integer value)
Checks the dirty status of the 'majorCode' field.
|
boolean |
isMinorCodeDirty(Integer value)
Checks the dirty status of the 'minorCode' field.
|
void |
setArgs(List<CharSequence> value)
Sets the value of the 'args' field.
|
void |
setMajorCode(Integer value)
Sets the value of the 'majorCode' field.
|
void |
setMinorCode(Integer value)
Sets the value of the 'minorCode' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic Integer getMajorCode()
getMajorCode in class ParseStatuspublic void setMajorCode(Integer value)
setMajorCode in class ParseStatuspublic boolean isMajorCodeDirty(Integer value)
isMajorCodeDirty in class ParseStatuspublic Integer getMinorCode()
getMinorCode in class ParseStatuspublic void setMinorCode(Integer value)
setMinorCode in class ParseStatuspublic boolean isMinorCodeDirty(Integer value)
isMinorCodeDirty in class ParseStatuspublic List<CharSequence> getArgs()
getArgs in class ParseStatuspublic void setArgs(List<CharSequence> value)
setArgs in class ParseStatuspublic boolean isArgsDirty(List<CharSequence> value)
isArgsDirty in class ParseStatusCopyright © 2015 The Apache Software Foundation