org.apache.hadoop.mapreduce.jobhistory
Class JobQueueChange.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<JobQueueChange>
          extended by org.apache.hadoop.mapreduce.jobhistory.JobQueueChange.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<JobQueueChange>
Enclosing class:
JobQueueChange

public static class JobQueueChange.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<JobQueueChange>
implements org.apache.avro.data.RecordBuilder<JobQueueChange>

RecordBuilder for JobQueueChange instances.


Method Summary
 JobQueueChange build()
           
 JobQueueChange.Builder clearJobid()
          Clears the value of the 'jobid' field
 JobQueueChange.Builder clearJobQueueName()
          Clears the value of the 'jobQueueName' field
 CharSequence getJobid()
          Gets the value of the 'jobid' field
 CharSequence getJobQueueName()
          Gets the value of the 'jobQueueName' field
 boolean hasJobid()
          Checks whether the 'jobid' field has been set
 boolean hasJobQueueName()
          Checks whether the 'jobQueueName' field has been set
 JobQueueChange.Builder setJobid(CharSequence value)
          Sets the value of the 'jobid' field
 JobQueueChange.Builder setJobQueueName(CharSequence value)
          Sets the value of the 'jobQueueName' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobid

public CharSequence getJobid()
Gets the value of the 'jobid' field


setJobid

public JobQueueChange.Builder setJobid(CharSequence value)
Sets the value of the 'jobid' field


hasJobid

public boolean hasJobid()
Checks whether the 'jobid' field has been set


clearJobid

public JobQueueChange.Builder clearJobid()
Clears the value of the 'jobid' field


getJobQueueName

public CharSequence getJobQueueName()
Gets the value of the 'jobQueueName' field


setJobQueueName

public JobQueueChange.Builder setJobQueueName(CharSequence value)
Sets the value of the 'jobQueueName' field


hasJobQueueName

public boolean hasJobQueueName()
Checks whether the 'jobQueueName' field has been set


clearJobQueueName

public JobQueueChange.Builder clearJobQueueName()
Clears the value of the 'jobQueueName' field


build

public JobQueueChange build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<JobQueueChange>


Copyright © 2014 Apache Software Foundation. All Rights Reserved.