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 |
|---|---|
List<CharSequence> |
getArgs()
Gets the value of the 'args' field.
|
Integer |
getCode()
Gets the value of the 'code' field.
|
Long |
getLastModified()
Gets the value of the 'lastModified' field.
|
boolean |
isArgsDirty(List<CharSequence> value)
Checks the dirty status of the 'args' field.
|
boolean |
isCodeDirty(Integer value)
Checks the dirty status of the 'code' field.
|
boolean |
isLastModifiedDirty(Long value)
Checks the dirty status of the 'lastModified' field.
|
void |
setArgs(List<CharSequence> value)
Sets the value of the 'args' field.
|
void |
setCode(Integer value)
Sets the value of the 'code' field.
|
void |
setLastModified(Long value)
Sets the value of the 'lastModified' field.
|
get, getFieldsCount, getSchema, getTombstone, isSuccess, 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 getCode()
getCode in class ProtocolStatuspublic void setCode(Integer value)
setCode in class ProtocolStatuspublic boolean isCodeDirty(Integer value)
isCodeDirty in class ProtocolStatuspublic List<CharSequence> getArgs()
getArgs in class ProtocolStatuspublic void setArgs(List<CharSequence> value)
setArgs in class ProtocolStatuspublic boolean isArgsDirty(List<CharSequence> value)
isArgsDirty in class ProtocolStatuspublic Long getLastModified()
getLastModified in class ProtocolStatuspublic void setLastModified(Long value)
setLastModified in class ProtocolStatuspublic boolean isLastModifiedDirty(Long value)
isLastModifiedDirty in class ProtocolStatusCopyright © 2015 The Apache Software Foundation