public static class TaskStarted.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<TaskStarted> implements org.apache.avro.data.RecordBuilder<TaskStarted>
Modifier and Type | Method and Description |
---|---|
TaskStarted |
build() |
TaskStarted.Builder |
clearSplitLocations()
Clears the value of the 'splitLocations' field.
|
TaskStarted.Builder |
clearStartTime()
Clears the value of the 'startTime' field.
|
TaskStarted.Builder |
clearTaskid()
Clears the value of the 'taskid' field.
|
TaskStarted.Builder |
clearTaskType()
Clears the value of the 'taskType' field.
|
CharSequence |
getSplitLocations()
Gets the value of the 'splitLocations' field.
|
Long |
getStartTime()
Gets the value of the 'startTime' field.
|
CharSequence |
getTaskid()
Gets the value of the 'taskid' field.
|
CharSequence |
getTaskType()
Gets the value of the 'taskType' field.
|
boolean |
hasSplitLocations()
Checks whether the 'splitLocations' field has been set.
|
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set.
|
boolean |
hasTaskid()
Checks whether the 'taskid' field has been set.
|
boolean |
hasTaskType()
Checks whether the 'taskType' field has been set.
|
TaskStarted.Builder |
setSplitLocations(CharSequence value)
Sets the value of the 'splitLocations' field.
|
TaskStarted.Builder |
setStartTime(long value)
Sets the value of the 'startTime' field.
|
TaskStarted.Builder |
setTaskid(CharSequence value)
Sets the value of the 'taskid' field.
|
TaskStarted.Builder |
setTaskType(CharSequence value)
Sets the value of the 'taskType' field.
|
public CharSequence getTaskid()
public TaskStarted.Builder setTaskid(CharSequence value)
value
- The value of 'taskid'.public boolean hasTaskid()
public TaskStarted.Builder clearTaskid()
public CharSequence getTaskType()
public TaskStarted.Builder setTaskType(CharSequence value)
value
- The value of 'taskType'.public boolean hasTaskType()
public TaskStarted.Builder clearTaskType()
public Long getStartTime()
public TaskStarted.Builder setStartTime(long value)
value
- The value of 'startTime'.public boolean hasStartTime()
public TaskStarted.Builder clearStartTime()
public CharSequence getSplitLocations()
public TaskStarted.Builder setSplitLocations(CharSequence value)
value
- The value of 'splitLocations'.public boolean hasSplitLocations()
public TaskStarted.Builder clearSplitLocations()
public TaskStarted build()
build
in interface org.apache.avro.data.RecordBuilder<TaskStarted>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.