public static class AMStarted.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AMStarted> implements org.apache.avro.data.RecordBuilder<AMStarted>
Modifier and Type | Method and Description |
---|---|
AMStarted |
build() |
AMStarted.Builder |
clearApplicationAttemptId()
Clears the value of the 'applicationAttemptId' field.
|
AMStarted.Builder |
clearContainerId()
Clears the value of the 'containerId' field.
|
AMStarted.Builder |
clearNodeManagerHost()
Clears the value of the 'nodeManagerHost' field.
|
AMStarted.Builder |
clearNodeManagerHttpPort()
Clears the value of the 'nodeManagerHttpPort' field.
|
AMStarted.Builder |
clearNodeManagerPort()
Clears the value of the 'nodeManagerPort' field.
|
AMStarted.Builder |
clearStartTime()
Clears the value of the 'startTime' field.
|
CharSequence |
getApplicationAttemptId()
Gets the value of the 'applicationAttemptId' field.
|
CharSequence |
getContainerId()
Gets the value of the 'containerId' field.
|
CharSequence |
getNodeManagerHost()
Gets the value of the 'nodeManagerHost' field.
|
Integer |
getNodeManagerHttpPort()
Gets the value of the 'nodeManagerHttpPort' field.
|
Integer |
getNodeManagerPort()
Gets the value of the 'nodeManagerPort' field.
|
Long |
getStartTime()
Gets the value of the 'startTime' field.
|
boolean |
hasApplicationAttemptId()
Checks whether the 'applicationAttemptId' field has been set.
|
boolean |
hasContainerId()
Checks whether the 'containerId' field has been set.
|
boolean |
hasNodeManagerHost()
Checks whether the 'nodeManagerHost' field has been set.
|
boolean |
hasNodeManagerHttpPort()
Checks whether the 'nodeManagerHttpPort' field has been set.
|
boolean |
hasNodeManagerPort()
Checks whether the 'nodeManagerPort' field has been set.
|
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set.
|
AMStarted.Builder |
setApplicationAttemptId(CharSequence value)
Sets the value of the 'applicationAttemptId' field.
|
AMStarted.Builder |
setContainerId(CharSequence value)
Sets the value of the 'containerId' field.
|
AMStarted.Builder |
setNodeManagerHost(CharSequence value)
Sets the value of the 'nodeManagerHost' field.
|
AMStarted.Builder |
setNodeManagerHttpPort(int value)
Sets the value of the 'nodeManagerHttpPort' field.
|
AMStarted.Builder |
setNodeManagerPort(int value)
Sets the value of the 'nodeManagerPort' field.
|
AMStarted.Builder |
setStartTime(long value)
Sets the value of the 'startTime' field.
|
public CharSequence getApplicationAttemptId()
public AMStarted.Builder setApplicationAttemptId(CharSequence value)
value
- The value of 'applicationAttemptId'.public boolean hasApplicationAttemptId()
public AMStarted.Builder clearApplicationAttemptId()
public Long getStartTime()
public AMStarted.Builder setStartTime(long value)
value
- The value of 'startTime'.public boolean hasStartTime()
public AMStarted.Builder clearStartTime()
public CharSequence getContainerId()
public AMStarted.Builder setContainerId(CharSequence value)
value
- The value of 'containerId'.public boolean hasContainerId()
public AMStarted.Builder clearContainerId()
public CharSequence getNodeManagerHost()
public AMStarted.Builder setNodeManagerHost(CharSequence value)
value
- The value of 'nodeManagerHost'.public boolean hasNodeManagerHost()
public AMStarted.Builder clearNodeManagerHost()
public Integer getNodeManagerPort()
public AMStarted.Builder setNodeManagerPort(int value)
value
- The value of 'nodeManagerPort'.public boolean hasNodeManagerPort()
public AMStarted.Builder clearNodeManagerPort()
public Integer getNodeManagerHttpPort()
public AMStarted.Builder setNodeManagerHttpPort(int value)
value
- The value of 'nodeManagerHttpPort'.public boolean hasNodeManagerHttpPort()
public AMStarted.Builder clearNodeManagerHttpPort()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.