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, 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 getCode()
getCode
in class ProtocolStatus
public void setCode(Integer value)
setCode
in class ProtocolStatus
public boolean isCodeDirty(Integer value)
isCodeDirty
in class ProtocolStatus
public List<CharSequence> getArgs()
getArgs
in class ProtocolStatus
public void setArgs(List<CharSequence> value)
setArgs
in class ProtocolStatus
public boolean isArgsDirty(List<CharSequence> value)
isArgsDirty
in class ProtocolStatus
public Long getLastModified()
getLastModified
in class ProtocolStatus
public void setLastModified(Long value)
setLastModified
in class ProtocolStatus
public boolean isLastModifiedDirty(Long value)
isLastModifiedDirty
in class ProtocolStatus
Copyright © 2015 The Apache Software Foundation