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