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