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, put
clear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty
compareTo, get, hashCode, put, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Integer getMajorCode()
getMajorCode
in class ParseStatus
public void setMajorCode(Integer value)
setMajorCode
in class ParseStatus
public boolean isMajorCodeDirty(Integer value)
isMajorCodeDirty
in class ParseStatus
public Integer getMinorCode()
getMinorCode
in class ParseStatus
public void setMinorCode(Integer value)
setMinorCode
in class ParseStatus
public boolean isMinorCodeDirty(Integer value)
isMinorCodeDirty
in class ParseStatus
public List<CharSequence> getArgs()
getArgs
in class ParseStatus
public void setArgs(List<CharSequence> value)
setArgs
in class ParseStatus
public boolean isArgsDirty(List<CharSequence> value)
isArgsDirty
in class ParseStatus
Copyright © 2015 The Apache Software Foundation