public static class JobInfoChange.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobInfoChange> implements org.apache.avro.data.RecordBuilder<JobInfoChange>
Modifier and Type | Method and Description |
---|---|
JobInfoChange |
build() |
JobInfoChange.Builder |
clearJobid()
Clears the value of the 'jobid' field.
|
JobInfoChange.Builder |
clearLaunchTime()
Clears the value of the 'launchTime' field.
|
JobInfoChange.Builder |
clearSubmitTime()
Clears the value of the 'submitTime' field.
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
Long |
getLaunchTime()
Gets the value of the 'launchTime' field.
|
Long |
getSubmitTime()
Gets the value of the 'submitTime' field.
|
boolean |
hasJobid()
Checks whether the 'jobid' field has been set.
|
boolean |
hasLaunchTime()
Checks whether the 'launchTime' field has been set.
|
boolean |
hasSubmitTime()
Checks whether the 'submitTime' field has been set.
|
JobInfoChange.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobInfoChange.Builder |
setLaunchTime(long value)
Sets the value of the 'launchTime' field.
|
JobInfoChange.Builder |
setSubmitTime(long value)
Sets the value of the 'submitTime' field.
|
public CharSequence getJobid()
public JobInfoChange.Builder setJobid(CharSequence value)
value
- The value of 'jobid'.public boolean hasJobid()
public JobInfoChange.Builder clearJobid()
public Long getSubmitTime()
public JobInfoChange.Builder setSubmitTime(long value)
value
- The value of 'submitTime'.public boolean hasSubmitTime()
public JobInfoChange.Builder clearSubmitTime()
public Long getLaunchTime()
public JobInfoChange.Builder setLaunchTime(long value)
value
- The value of 'launchTime'.public boolean hasLaunchTime()
public JobInfoChange.Builder clearLaunchTime()
public JobInfoChange build()
build
in interface org.apache.avro.data.RecordBuilder<JobInfoChange>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.