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