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 |
|---|---|
java.util.List<java.lang.CharSequence> |
getArgs()
Gets the value of the 'args' field.
|
java.lang.Integer |
getMajorCode()
Gets the value of the 'majorCode' field.
|
java.lang.Integer |
getMinorCode()
Gets the value of the 'minorCode' field.
|
boolean |
isArgsDirty()
Checks the dirty status of the 'args' field.
|
boolean |
isMajorCodeDirty()
Checks the dirty status of the 'majorCode' field.
|
boolean |
isMinorCodeDirty()
Checks the dirty status of the 'minorCode' field.
|
void |
setArgs(java.util.List<java.lang.CharSequence> value)
Sets the value of the 'args' field.
|
void |
setMajorCode(java.lang.Integer value)
Sets the value of the 'majorCode' field.
|
void |
setMinorCode(java.lang.Integer value)
Sets the value of the 'minorCode' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put, readExternal, writeExternalclear, clearDirty, clearDirty, clearDirty, equals, getDirtyBytes, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty, setDirtyBytescompareTo, get, getConverion, getConversion, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.lang.Integer getMajorCode()
getMajorCode in class ParseStatuspublic void setMajorCode(java.lang.Integer value)
setMajorCode in class ParseStatuspublic boolean isMajorCodeDirty()
isMajorCodeDirty in class ParseStatuspublic java.lang.Integer getMinorCode()
getMinorCode in class ParseStatuspublic void setMinorCode(java.lang.Integer value)
setMinorCode in class ParseStatuspublic boolean isMinorCodeDirty()
isMinorCodeDirty in class ParseStatuspublic java.util.List<java.lang.CharSequence> getArgs()
getArgs in class ParseStatuspublic void setArgs(java.util.List<java.lang.CharSequence> value)
setArgs in class ParseStatuspublic boolean isArgsDirty()
isArgsDirty in class ParseStatusCopyright © 2019 The Apache Software Foundation