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