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

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

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

RecordBuilder for JobStatusChanged instances.


Method Summary
 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
 
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 JobStatusChanged.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 JobStatusChanged.Builder clearJobid()
Clears the value of the 'jobid' field


getJobStatus

public CharSequence getJobStatus()
Gets the value of the 'jobStatus' field


setJobStatus

public JobStatusChanged.Builder setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field


hasJobStatus

public boolean hasJobStatus()
Checks whether the 'jobStatus' field has been set


clearJobStatus

public JobStatusChanged.Builder clearJobStatus()
Clears the value of the 'jobStatus' field


build

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.