public class ParseStatus
extends org.apache.gora.persistency.impl.PersistentBase
implements org.apache.avro.specific.SpecificRecord, org.apache.gora.persistency.Persistent
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseStatus.Builder
RecordBuilder for ParseStatus instances.
|
static class |
ParseStatus.Field
Enum containing all data bean's fields.
|
static class |
ParseStatus.Tombstone |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
_ALL_FIELDS |
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
ParseStatus() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
List<CharSequence> |
getArgs()
Gets the value of the 'args' field.
|
int |
getFieldsCount()
Gets the total field count.
|
Integer |
getMajorCode()
Gets the value of the 'majorCode' field.
|
Integer |
getMinorCode()
Gets the value of the 'minorCode' field.
|
org.apache.avro.Schema |
getSchema() |
ParseStatus.Tombstone |
getTombstone() |
boolean |
isArgsDirty(List<CharSequence> value)
Checks the dirty status of the 'args' field.
|
boolean |
isMajorCodeDirty(Integer value)
Checks the dirty status of the 'majorCode' field.
|
boolean |
isMinorCodeDirty(Integer value)
Checks the dirty status of the 'minorCode' field.
|
static ParseStatus.Builder |
newBuilder()
Creates a new ParseStatus RecordBuilder
|
static ParseStatus.Builder |
newBuilder(ParseStatus.Builder other)
Creates a new ParseStatus RecordBuilder by copying an existing Builder
|
static ParseStatus.Builder |
newBuilder(ParseStatus other)
Creates a new ParseStatus RecordBuilder by copying an existing ParseStatus
instance
|
ParseStatus |
newInstance() |
void |
put(int field$,
Object value) |
void |
setArgs(List<CharSequence> value)
Sets the value of the 'args' field.
|
void |
setMajorCode(Integer value)
Sets the value of the 'majorCode' field.
|
void |
setMinorCode(Integer value)
Sets the value of the 'minorCode' field.
|
clear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final org.apache.avro.Schema SCHEMA$
public static final String[] _ALL_FIELDS
public int getFieldsCount()
getFieldsCount in class org.apache.gora.persistency.impl.PersistentBasepublic org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Integer getMajorCode()
public void setMajorCode(Integer value)
public boolean isMajorCodeDirty(Integer value)
public Integer getMinorCode()
public void setMinorCode(Integer value)
public boolean isMinorCodeDirty(Integer value)
public List<CharSequence> getArgs()
public void setArgs(List<CharSequence> value)
public boolean isArgsDirty(List<CharSequence> value)
public static ParseStatus.Builder newBuilder()
public static ParseStatus.Builder newBuilder(ParseStatus.Builder other)
public static ParseStatus.Builder newBuilder(ParseStatus other)
public ParseStatus.Tombstone getTombstone()
getTombstone in interface org.apache.gora.persistency.Persistentpublic ParseStatus newInstance()
newInstance in interface org.apache.gora.persistency.PersistentCopyright © 2015 The Apache Software Foundation