public static class JobInited.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobInited> implements org.apache.avro.data.RecordBuilder<JobInited>
Modifier and Type | Method and Description |
---|---|
JobInited |
build() |
JobInited.Builder |
clearJobid()
Clears the value of the 'jobid' field.
|
JobInited.Builder |
clearJobStatus()
Clears the value of the 'jobStatus' field.
|
JobInited.Builder |
clearLaunchTime()
Clears the value of the 'launchTime' field.
|
JobInited.Builder |
clearTotalMaps()
Clears the value of the 'totalMaps' field.
|
JobInited.Builder |
clearTotalReduces()
Clears the value of the 'totalReduces' field.
|
JobInited.Builder |
clearUberized()
Clears the value of the 'uberized' field.
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
CharSequence |
getJobStatus()
Gets the value of the 'jobStatus' field.
|
Long |
getLaunchTime()
Gets the value of the 'launchTime' field.
|
Integer |
getTotalMaps()
Gets the value of the 'totalMaps' field.
|
Integer |
getTotalReduces()
Gets the value of the 'totalReduces' field.
|
Boolean |
getUberized()
Gets the value of the 'uberized' field.
|
boolean |
hasJobid()
Checks whether the 'jobid' field has been set.
|
boolean |
hasJobStatus()
Checks whether the 'jobStatus' field has been set.
|
boolean |
hasLaunchTime()
Checks whether the 'launchTime' field has been set.
|
boolean |
hasTotalMaps()
Checks whether the 'totalMaps' field has been set.
|
boolean |
hasTotalReduces()
Checks whether the 'totalReduces' field has been set.
|
boolean |
hasUberized()
Checks whether the 'uberized' field has been set.
|
JobInited.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobInited.Builder |
setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field.
|
JobInited.Builder |
setLaunchTime(long value)
Sets the value of the 'launchTime' field.
|
JobInited.Builder |
setTotalMaps(int value)
Sets the value of the 'totalMaps' field.
|
JobInited.Builder |
setTotalReduces(int value)
Sets the value of the 'totalReduces' field.
|
JobInited.Builder |
setUberized(boolean value)
Sets the value of the 'uberized' field.
|
public CharSequence getJobid()
public JobInited.Builder setJobid(CharSequence value)
value
- The value of 'jobid'.public boolean hasJobid()
public JobInited.Builder clearJobid()
public Long getLaunchTime()
public JobInited.Builder setLaunchTime(long value)
value
- The value of 'launchTime'.public boolean hasLaunchTime()
public JobInited.Builder clearLaunchTime()
public Integer getTotalMaps()
public JobInited.Builder setTotalMaps(int value)
value
- The value of 'totalMaps'.public boolean hasTotalMaps()
public JobInited.Builder clearTotalMaps()
public Integer getTotalReduces()
public JobInited.Builder setTotalReduces(int value)
value
- The value of 'totalReduces'.public boolean hasTotalReduces()
public JobInited.Builder clearTotalReduces()
public CharSequence getJobStatus()
public JobInited.Builder setJobStatus(CharSequence value)
value
- The value of 'jobStatus'.public boolean hasJobStatus()
public JobInited.Builder clearJobStatus()
public Boolean getUberized()
public JobInited.Builder setUberized(boolean value)
value
- The value of 'uberized'.public boolean hasUberized()
public JobInited.Builder clearUberized()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.