public static class JobStatusChanged.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobStatusChanged> implements org.apache.avro.data.RecordBuilder<JobStatusChanged>
Modifier and Type | Method and Description |
---|---|
JobStatusChanged |
build() |
JobStatusChanged.Builder |
clearJobid()
Clears the value of the 'jobid' field.
|
JobStatusChanged.Builder |
clearJobStatus()
Clears the value of the 'jobStatus' field.
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
CharSequence |
getJobStatus()
Gets the value of the 'jobStatus' field.
|
boolean |
hasJobid()
Checks whether the 'jobid' field has been set.
|
boolean |
hasJobStatus()
Checks whether the 'jobStatus' field has been set.
|
JobStatusChanged.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobStatusChanged.Builder |
setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field.
|
public CharSequence getJobid()
public JobStatusChanged.Builder setJobid(CharSequence value)
value
- The value of 'jobid'.public boolean hasJobid()
public JobStatusChanged.Builder clearJobid()
public CharSequence getJobStatus()
public JobStatusChanged.Builder setJobStatus(CharSequence value)
value
- The value of 'jobStatus'.public boolean hasJobStatus()
public JobStatusChanged.Builder clearJobStatus()
public JobStatusChanged build()
build
in interface org.apache.avro.data.RecordBuilder<JobStatusChanged>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.