public class JobStatusChanged
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
JobStatusChanged.Builder
RecordBuilder for JobStatusChanged instances.
|
Modifier and Type | Field and Description |
---|---|
CharSequence |
jobid
Deprecated.
|
CharSequence |
jobStatus
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
JobStatusChanged() |
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
CharSequence |
getJobStatus()
Gets the value of the 'jobStatus' field.
|
org.apache.avro.Schema |
getSchema() |
static JobStatusChanged.Builder |
newBuilder()
Creates a new JobStatusChanged RecordBuilder
|
static JobStatusChanged.Builder |
newBuilder(JobStatusChanged.Builder other)
Creates a new JobStatusChanged RecordBuilder by copying an existing Builder
|
static JobStatusChanged.Builder |
newBuilder(JobStatusChanged other)
Creates a new JobStatusChanged RecordBuilder by copying an existing JobStatusChanged instance
|
void |
put(int field$,
Object value$) |
void |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
void |
setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence jobid
@Deprecated public CharSequence jobStatus
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public CharSequence getJobid()
public void setJobid(CharSequence value)
value
- the value to set.public CharSequence getJobStatus()
public void setJobStatus(CharSequence value)
value
- the value to set.public static JobStatusChanged.Builder newBuilder()
public static JobStatusChanged.Builder newBuilder(JobStatusChanged.Builder other)
public static JobStatusChanged.Builder newBuilder(JobStatusChanged other)
Copyright © 2013 Apache Software Foundation. All rights reserved.