public static class JobUnsuccessfulCompletion.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobUnsuccessfulCompletion> implements org.apache.avro.data.RecordBuilder<JobUnsuccessfulCompletion>
Modifier and Type | Method and Description |
---|---|
JobUnsuccessfulCompletion |
build() |
JobUnsuccessfulCompletion.Builder |
clearDiagnostics()
Clears the value of the 'diagnostics' field.
|
JobUnsuccessfulCompletion.Builder |
clearFinishedMaps()
Clears the value of the 'finishedMaps' field.
|
JobUnsuccessfulCompletion.Builder |
clearFinishedReduces()
Clears the value of the 'finishedReduces' field.
|
JobUnsuccessfulCompletion.Builder |
clearFinishTime()
Clears the value of the 'finishTime' field.
|
JobUnsuccessfulCompletion.Builder |
clearJobid()
Clears the value of the 'jobid' field.
|
JobUnsuccessfulCompletion.Builder |
clearJobStatus()
Clears the value of the 'jobStatus' field.
|
CharSequence |
getDiagnostics()
Gets the value of the 'diagnostics' field.
|
Integer |
getFinishedMaps()
Gets the value of the 'finishedMaps' field.
|
Integer |
getFinishedReduces()
Gets the value of the 'finishedReduces' field.
|
Long |
getFinishTime()
Gets the value of the 'finishTime' field.
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
CharSequence |
getJobStatus()
Gets the value of the 'jobStatus' field.
|
boolean |
hasDiagnostics()
Checks whether the 'diagnostics' field has been set.
|
boolean |
hasFinishedMaps()
Checks whether the 'finishedMaps' field has been set.
|
boolean |
hasFinishedReduces()
Checks whether the 'finishedReduces' field has been set.
|
boolean |
hasFinishTime()
Checks whether the 'finishTime' field has been set.
|
boolean |
hasJobid()
Checks whether the 'jobid' field has been set.
|
boolean |
hasJobStatus()
Checks whether the 'jobStatus' field has been set.
|
JobUnsuccessfulCompletion.Builder |
setDiagnostics(CharSequence value)
Sets the value of the 'diagnostics' field.
|
JobUnsuccessfulCompletion.Builder |
setFinishedMaps(int value)
Sets the value of the 'finishedMaps' field.
|
JobUnsuccessfulCompletion.Builder |
setFinishedReduces(int value)
Sets the value of the 'finishedReduces' field.
|
JobUnsuccessfulCompletion.Builder |
setFinishTime(long value)
Sets the value of the 'finishTime' field.
|
JobUnsuccessfulCompletion.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobUnsuccessfulCompletion.Builder |
setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field.
|
public CharSequence getJobid()
public JobUnsuccessfulCompletion.Builder setJobid(CharSequence value)
value
- The value of 'jobid'.public boolean hasJobid()
public JobUnsuccessfulCompletion.Builder clearJobid()
public Long getFinishTime()
public JobUnsuccessfulCompletion.Builder setFinishTime(long value)
value
- The value of 'finishTime'.public boolean hasFinishTime()
public JobUnsuccessfulCompletion.Builder clearFinishTime()
public Integer getFinishedMaps()
public JobUnsuccessfulCompletion.Builder setFinishedMaps(int value)
value
- The value of 'finishedMaps'.public boolean hasFinishedMaps()
public JobUnsuccessfulCompletion.Builder clearFinishedMaps()
public Integer getFinishedReduces()
public JobUnsuccessfulCompletion.Builder setFinishedReduces(int value)
value
- The value of 'finishedReduces'.public boolean hasFinishedReduces()
public JobUnsuccessfulCompletion.Builder clearFinishedReduces()
public CharSequence getJobStatus()
public JobUnsuccessfulCompletion.Builder setJobStatus(CharSequence value)
value
- The value of 'jobStatus'.public boolean hasJobStatus()
public JobUnsuccessfulCompletion.Builder clearJobStatus()
public CharSequence getDiagnostics()
public JobUnsuccessfulCompletion.Builder setDiagnostics(CharSequence value)
value
- The value of 'diagnostics'.public boolean hasDiagnostics()
public JobUnsuccessfulCompletion.Builder clearDiagnostics()
public JobUnsuccessfulCompletion build()
build
in interface org.apache.avro.data.RecordBuilder<JobUnsuccessfulCompletion>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.