public static final class ProtocolStatus.Tombstone extends ProtocolStatus implements org.apache.gora.persistency.Tombstone
ProtocolStatus.Builder, ProtocolStatus.Field, ProtocolStatus.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 |
getCode()
Gets the value of the 'code' field.
|
java.lang.Long |
getLastModified()
Gets the value of the 'lastModified' field.
|
boolean |
isArgsDirty()
Checks the dirty status of the 'args' field.
|
boolean |
isCodeDirty()
Checks the dirty status of the 'code' field.
|
boolean |
isLastModifiedDirty()
Checks the dirty status of the 'lastModified' field.
|
void |
setArgs(java.util.List<java.lang.CharSequence> value)
Sets the value of the 'args' field.
|
void |
setCode(java.lang.Integer value)
Sets the value of the 'code' field.
|
void |
setLastModified(java.lang.Long value)
Sets the value of the 'lastModified' field.
|
get, getFieldsCount, getSchema, getTombstone, isSuccess, 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 getCode()
getCode in class ProtocolStatuspublic void setCode(java.lang.Integer value)
setCode in class ProtocolStatuspublic boolean isCodeDirty()
isCodeDirty in class ProtocolStatuspublic java.util.List<java.lang.CharSequence> getArgs()
getArgs in class ProtocolStatuspublic void setArgs(java.util.List<java.lang.CharSequence> value)
setArgs in class ProtocolStatuspublic boolean isArgsDirty()
isArgsDirty in class ProtocolStatuspublic java.lang.Long getLastModified()
getLastModified in class ProtocolStatuspublic void setLastModified(java.lang.Long value)
setLastModified in class ProtocolStatuspublic boolean isLastModifiedDirty()
isLastModifiedDirty in class ProtocolStatusCopyright © 2019 The Apache Software Foundation