public static class JobSubmitted.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobSubmitted> implements org.apache.avro.data.RecordBuilder<JobSubmitted>
Modifier and Type | Method and Description |
---|---|
JobSubmitted |
build() |
JobSubmitted.Builder |
clearAcls()
Clears the value of the 'acls' field.
|
JobSubmitted.Builder |
clearJobConfPath()
Clears the value of the 'jobConfPath' field.
|
JobSubmitted.Builder |
clearJobid()
Clears the value of the 'jobid' field.
|
JobSubmitted.Builder |
clearJobName()
Clears the value of the 'jobName' field.
|
JobSubmitted.Builder |
clearJobQueueName()
Clears the value of the 'jobQueueName' field.
|
JobSubmitted.Builder |
clearSubmitTime()
Clears the value of the 'submitTime' field.
|
JobSubmitted.Builder |
clearUserName()
Clears the value of the 'userName' field.
|
JobSubmitted.Builder |
clearWorkflowAdjacencies()
Clears the value of the 'workflowAdjacencies' field.
|
JobSubmitted.Builder |
clearWorkflowId()
Clears the value of the 'workflowId' field.
|
JobSubmitted.Builder |
clearWorkflowName()
Clears the value of the 'workflowName' field.
|
JobSubmitted.Builder |
clearWorkflowNodeName()
Clears the value of the 'workflowNodeName' field.
|
JobSubmitted.Builder |
clearWorkflowTags()
Clears the value of the 'workflowTags' field.
|
Map<CharSequence,CharSequence> |
getAcls()
Gets the value of the 'acls' field.
|
CharSequence |
getJobConfPath()
Gets the value of the 'jobConfPath' field.
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
CharSequence |
getJobName()
Gets the value of the 'jobName' field.
|
CharSequence |
getJobQueueName()
Gets the value of the 'jobQueueName' field.
|
Long |
getSubmitTime()
Gets the value of the 'submitTime' field.
|
CharSequence |
getUserName()
Gets the value of the 'userName' field.
|
CharSequence |
getWorkflowAdjacencies()
Gets the value of the 'workflowAdjacencies' field.
|
CharSequence |
getWorkflowId()
Gets the value of the 'workflowId' field.
|
CharSequence |
getWorkflowName()
Gets the value of the 'workflowName' field.
|
CharSequence |
getWorkflowNodeName()
Gets the value of the 'workflowNodeName' field.
|
CharSequence |
getWorkflowTags()
Gets the value of the 'workflowTags' field.
|
boolean |
hasAcls()
Checks whether the 'acls' field has been set.
|
boolean |
hasJobConfPath()
Checks whether the 'jobConfPath' field has been set.
|
boolean |
hasJobid()
Checks whether the 'jobid' field has been set.
|
boolean |
hasJobName()
Checks whether the 'jobName' field has been set.
|
boolean |
hasJobQueueName()
Checks whether the 'jobQueueName' field has been set.
|
boolean |
hasSubmitTime()
Checks whether the 'submitTime' field has been set.
|
boolean |
hasUserName()
Checks whether the 'userName' field has been set.
|
boolean |
hasWorkflowAdjacencies()
Checks whether the 'workflowAdjacencies' field has been set.
|
boolean |
hasWorkflowId()
Checks whether the 'workflowId' field has been set.
|
boolean |
hasWorkflowName()
Checks whether the 'workflowName' field has been set.
|
boolean |
hasWorkflowNodeName()
Checks whether the 'workflowNodeName' field has been set.
|
boolean |
hasWorkflowTags()
Checks whether the 'workflowTags' field has been set.
|
JobSubmitted.Builder |
setAcls(Map<CharSequence,CharSequence> value)
Sets the value of the 'acls' field.
|
JobSubmitted.Builder |
setJobConfPath(CharSequence value)
Sets the value of the 'jobConfPath' field.
|
JobSubmitted.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobSubmitted.Builder |
setJobName(CharSequence value)
Sets the value of the 'jobName' field.
|
JobSubmitted.Builder |
setJobQueueName(CharSequence value)
Sets the value of the 'jobQueueName' field.
|
JobSubmitted.Builder |
setSubmitTime(long value)
Sets the value of the 'submitTime' field.
|
JobSubmitted.Builder |
setUserName(CharSequence value)
Sets the value of the 'userName' field.
|
JobSubmitted.Builder |
setWorkflowAdjacencies(CharSequence value)
Sets the value of the 'workflowAdjacencies' field.
|
JobSubmitted.Builder |
setWorkflowId(CharSequence value)
Sets the value of the 'workflowId' field.
|
JobSubmitted.Builder |
setWorkflowName(CharSequence value)
Sets the value of the 'workflowName' field.
|
JobSubmitted.Builder |
setWorkflowNodeName(CharSequence value)
Sets the value of the 'workflowNodeName' field.
|
JobSubmitted.Builder |
setWorkflowTags(CharSequence value)
Sets the value of the 'workflowTags' field.
|
public CharSequence getJobid()
public JobSubmitted.Builder setJobid(CharSequence value)
value
- The value of 'jobid'.public boolean hasJobid()
public JobSubmitted.Builder clearJobid()
public CharSequence getJobName()
public JobSubmitted.Builder setJobName(CharSequence value)
value
- The value of 'jobName'.public boolean hasJobName()
public JobSubmitted.Builder clearJobName()
public CharSequence getUserName()
public JobSubmitted.Builder setUserName(CharSequence value)
value
- The value of 'userName'.public boolean hasUserName()
public JobSubmitted.Builder clearUserName()
public Long getSubmitTime()
public JobSubmitted.Builder setSubmitTime(long value)
value
- The value of 'submitTime'.public boolean hasSubmitTime()
public JobSubmitted.Builder clearSubmitTime()
public CharSequence getJobConfPath()
public JobSubmitted.Builder setJobConfPath(CharSequence value)
value
- The value of 'jobConfPath'.public boolean hasJobConfPath()
public JobSubmitted.Builder clearJobConfPath()
public Map<CharSequence,CharSequence> getAcls()
public JobSubmitted.Builder setAcls(Map<CharSequence,CharSequence> value)
value
- The value of 'acls'.public boolean hasAcls()
public JobSubmitted.Builder clearAcls()
public CharSequence getJobQueueName()
public JobSubmitted.Builder setJobQueueName(CharSequence value)
value
- The value of 'jobQueueName'.public boolean hasJobQueueName()
public JobSubmitted.Builder clearJobQueueName()
public CharSequence getWorkflowId()
public JobSubmitted.Builder setWorkflowId(CharSequence value)
value
- The value of 'workflowId'.public boolean hasWorkflowId()
public JobSubmitted.Builder clearWorkflowId()
public CharSequence getWorkflowName()
public JobSubmitted.Builder setWorkflowName(CharSequence value)
value
- The value of 'workflowName'.public boolean hasWorkflowName()
public JobSubmitted.Builder clearWorkflowName()
public CharSequence getWorkflowNodeName()
public JobSubmitted.Builder setWorkflowNodeName(CharSequence value)
value
- The value of 'workflowNodeName'.public boolean hasWorkflowNodeName()
public JobSubmitted.Builder clearWorkflowNodeName()
public CharSequence getWorkflowAdjacencies()
public JobSubmitted.Builder setWorkflowAdjacencies(CharSequence value)
value
- The value of 'workflowAdjacencies'.public boolean hasWorkflowAdjacencies()
public JobSubmitted.Builder clearWorkflowAdjacencies()
public CharSequence getWorkflowTags()
public JobSubmitted.Builder setWorkflowTags(CharSequence value)
value
- The value of 'workflowTags'.public boolean hasWorkflowTags()
public JobSubmitted.Builder clearWorkflowTags()
public JobSubmitted build()
build
in interface org.apache.avro.data.RecordBuilder<JobSubmitted>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.