public class JobQueueChange
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
JobQueueChange.Builder
RecordBuilder for JobQueueChange instances.
|
Modifier and Type | Field and Description |
---|---|
CharSequence |
jobid
Deprecated.
|
CharSequence |
jobQueueName
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
JobQueueChange()
Default constructor.
|
JobQueueChange(CharSequence jobid,
CharSequence jobQueueName)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
CharSequence |
getJobQueueName()
Gets the value of the 'jobQueueName' field.
|
org.apache.avro.Schema |
getSchema() |
static JobQueueChange.Builder |
newBuilder()
Creates a new JobQueueChange RecordBuilder
|
static JobQueueChange.Builder |
newBuilder(JobQueueChange.Builder other)
Creates a new JobQueueChange RecordBuilder by copying an existing Builder
|
static JobQueueChange.Builder |
newBuilder(JobQueueChange other)
Creates a new JobQueueChange RecordBuilder by copying an existing JobQueueChange instance
|
void |
put(int field$,
Object value$) |
void |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
void |
setJobQueueName(CharSequence value)
Sets the value of the 'jobQueueName' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence jobid
@Deprecated public CharSequence jobQueueName
public JobQueueChange()
newBuilder()
.public JobQueueChange(CharSequence jobid, CharSequence jobQueueName)
public static org.apache.avro.Schema getClassSchema()
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 getJobQueueName()
public void setJobQueueName(CharSequence value)
value
- the value to set.public static JobQueueChange.Builder newBuilder()
public static JobQueueChange.Builder newBuilder(JobQueueChange.Builder other)
public static JobQueueChange.Builder newBuilder(JobQueueChange other)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.