public static class TaskUpdated.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<TaskUpdated> implements org.apache.avro.data.RecordBuilder<TaskUpdated>
Modifier and Type | Method and Description |
---|---|
TaskUpdated |
build() |
TaskUpdated.Builder |
clearFinishTime()
Clears the value of the 'finishTime' field.
|
TaskUpdated.Builder |
clearTaskid()
Clears the value of the 'taskid' field.
|
Long |
getFinishTime()
Gets the value of the 'finishTime' field.
|
CharSequence |
getTaskid()
Gets the value of the 'taskid' field.
|
boolean |
hasFinishTime()
Checks whether the 'finishTime' field has been set.
|
boolean |
hasTaskid()
Checks whether the 'taskid' field has been set.
|
TaskUpdated.Builder |
setFinishTime(long value)
Sets the value of the 'finishTime' field.
|
TaskUpdated.Builder |
setTaskid(CharSequence value)
Sets the value of the 'taskid' field.
|
public CharSequence getTaskid()
public TaskUpdated.Builder setTaskid(CharSequence value)
value
- The value of 'taskid'.public boolean hasTaskid()
public TaskUpdated.Builder clearTaskid()
public Long getFinishTime()
public TaskUpdated.Builder setFinishTime(long value)
value
- The value of 'finishTime'.public boolean hasFinishTime()
public TaskUpdated.Builder clearFinishTime()
public TaskUpdated build()
build
in interface org.apache.avro.data.RecordBuilder<TaskUpdated>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.