-
- All Implemented Interfaces:
-
java.io.Externalizable,java.io.Serializable,java.lang.Comparable,org.apache.avro.generic.GenericContainer,org.apache.avro.generic.GenericRecord,org.apache.avro.generic.IndexedRecord,org.apache.avro.specific.SpecificRecord,org.apache.gora.persistency.Dirtyable,org.apache.gora.persistency.Persistent,org.apache.gora.persistency.Tombstone
public final class GProtocolStatus.Tombstone extends GProtocolStatus implements Tombstone
-
-
Method Summary
Modifier and Type Method Description IntegergetMajorCode()Gets the value of the 'majorCode' field. voidsetMajorCode(Integer value)Sets the value of the 'majorCode' field. booleanisMajorCodeDirty()Checks the dirty status of the 'majorCode' field. IntegergetMinorCode()Gets the value of the 'minorCode' field. voidsetMinorCode(Integer value)Sets the value of the 'minorCode' field. booleanisMinorCodeDirty()Checks the dirty status of the 'minorCode' field. Map<CharSequence, CharSequence>getArgs()Gets the value of the 'args' field. voidsetArgs(Map<CharSequence, CharSequence> value)Sets the value of the 'args' field. booleanisArgsDirty()Checks the dirty status of the 'args' field. -
Methods inherited from class ai.platon.pulsar.persist.gora.generated.GProtocolStatus
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put, readExternal, writeExternal -
Methods inherited from class org.apache.gora.persistency.impl.PersistentBase
clear, clearDirty, equals, getDirtyBytes, getFieldsCount, getUnmanagedFields, isDirty, setDirty, setDirtyBytes -
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, get, getConverion, getConversion, getSchema, hashCode, put, readExternal, toString, writeExternal -
Methods inherited from class org.apache.gora.persistency.Persistent
getTombstone, newInstance -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMajorCode
Integer getMajorCode()
Gets the value of the 'majorCode' field.
-
setMajorCode
void setMajorCode(Integer value)
Sets the value of the 'majorCode' field.
- Parameters:
value- the value to set.
-
isMajorCodeDirty
boolean isMajorCodeDirty()
Checks the dirty status of the 'majorCode' field. A field is dirty if it represents a change that has not yet been written to the database.
-
getMinorCode
Integer getMinorCode()
Gets the value of the 'minorCode' field.
-
setMinorCode
void setMinorCode(Integer value)
Sets the value of the 'minorCode' field.
- Parameters:
value- the value to set.
-
isMinorCodeDirty
boolean isMinorCodeDirty()
Checks the dirty status of the 'minorCode' field. A field is dirty if it represents a change that has not yet been written to the database.
-
getArgs
Map<CharSequence, CharSequence> getArgs()
Gets the value of the 'args' field.
-
setArgs
void setArgs(Map<CharSequence, CharSequence> value)
Sets the value of the 'args' field.
- Parameters:
value- the value to set.
-
isArgsDirty
boolean isArgsDirty()
Checks the dirty status of the 'args' field. A field is dirty if it represents a change that has not yet been written to the database.
-
-
-
-