public static final class RecoveryProtos.ContainerStoppedProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder> implements RecoveryProtos.ContainerStoppedProtoOrBuilder
ContainerStoppedProto| Modifier and Type | Method and Description |
|---|---|
RecoveryProtos.ContainerStoppedProto |
build() |
RecoveryProtos.ContainerStoppedProto |
buildPartial() |
RecoveryProtos.ContainerStoppedProto.Builder |
clear() |
RecoveryProtos.ContainerStoppedProto.Builder |
clearApplicationAttemptId()
optional string application_attempt_id = 1; |
RecoveryProtos.ContainerStoppedProto.Builder |
clearContainerId()
optional string container_id = 2; |
RecoveryProtos.ContainerStoppedProto.Builder |
clearExitStatus()
optional int32 exit_status = 4; |
RecoveryProtos.ContainerStoppedProto.Builder |
clearStopTime()
optional int64 stop_time = 3; |
RecoveryProtos.ContainerStoppedProto.Builder |
clone() |
String |
getApplicationAttemptId()
optional string application_attempt_id = 1; |
com.google.protobuf.ByteString |
getApplicationAttemptIdBytes()
optional string application_attempt_id = 1; |
String |
getContainerId()
optional string container_id = 2; |
com.google.protobuf.ByteString |
getContainerIdBytes()
optional string container_id = 2; |
RecoveryProtos.ContainerStoppedProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getExitStatus()
optional int32 exit_status = 4; |
long |
getStopTime()
optional int64 stop_time = 3; |
boolean |
hasApplicationAttemptId()
optional string application_attempt_id = 1; |
boolean |
hasContainerId()
optional string container_id = 2; |
boolean |
hasExitStatus()
optional int32 exit_status = 4; |
boolean |
hasStopTime()
optional int64 stop_time = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RecoveryProtos.ContainerStoppedProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RecoveryProtos.ContainerStoppedProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
RecoveryProtos.ContainerStoppedProto.Builder |
mergeFrom(RecoveryProtos.ContainerStoppedProto other) |
RecoveryProtos.ContainerStoppedProto.Builder |
setApplicationAttemptId(String value)
optional string application_attempt_id = 1; |
RecoveryProtos.ContainerStoppedProto.Builder |
setApplicationAttemptIdBytes(com.google.protobuf.ByteString value)
optional string application_attempt_id = 1; |
RecoveryProtos.ContainerStoppedProto.Builder |
setContainerId(String value)
optional string container_id = 2; |
RecoveryProtos.ContainerStoppedProto.Builder |
setContainerIdBytes(com.google.protobuf.ByteString value)
optional string container_id = 2; |
RecoveryProtos.ContainerStoppedProto.Builder |
setExitStatus(int value)
optional int32 exit_status = 4; |
RecoveryProtos.ContainerStoppedProto.Builder |
setStopTime(long value)
optional int64 stop_time = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>public RecoveryProtos.ContainerStoppedProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>public RecoveryProtos.ContainerStoppedProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>public RecoveryProtos.ContainerStoppedProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RecoveryProtos.ContainerStoppedProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.ContainerStoppedProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.ContainerStoppedProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>public RecoveryProtos.ContainerStoppedProto.Builder mergeFrom(RecoveryProtos.ContainerStoppedProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>public RecoveryProtos.ContainerStoppedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.ContainerStoppedProto.Builder>IOExceptionpublic boolean hasApplicationAttemptId()
optional string application_attempt_id = 1;hasApplicationAttemptId in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic String getApplicationAttemptId()
optional string application_attempt_id = 1;getApplicationAttemptId in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic com.google.protobuf.ByteString getApplicationAttemptIdBytes()
optional string application_attempt_id = 1;getApplicationAttemptIdBytes in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic RecoveryProtos.ContainerStoppedProto.Builder setApplicationAttemptId(String value)
optional string application_attempt_id = 1;public RecoveryProtos.ContainerStoppedProto.Builder clearApplicationAttemptId()
optional string application_attempt_id = 1;public RecoveryProtos.ContainerStoppedProto.Builder setApplicationAttemptIdBytes(com.google.protobuf.ByteString value)
optional string application_attempt_id = 1;public boolean hasContainerId()
optional string container_id = 2;hasContainerId in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic String getContainerId()
optional string container_id = 2;getContainerId in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 2;getContainerIdBytes in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic RecoveryProtos.ContainerStoppedProto.Builder setContainerId(String value)
optional string container_id = 2;public RecoveryProtos.ContainerStoppedProto.Builder clearContainerId()
optional string container_id = 2;public RecoveryProtos.ContainerStoppedProto.Builder setContainerIdBytes(com.google.protobuf.ByteString value)
optional string container_id = 2;public boolean hasStopTime()
optional int64 stop_time = 3;hasStopTime in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic long getStopTime()
optional int64 stop_time = 3;getStopTime in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic RecoveryProtos.ContainerStoppedProto.Builder setStopTime(long value)
optional int64 stop_time = 3;public RecoveryProtos.ContainerStoppedProto.Builder clearStopTime()
optional int64 stop_time = 3;public boolean hasExitStatus()
optional int32 exit_status = 4;hasExitStatus in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic int getExitStatus()
optional int32 exit_status = 4;getExitStatus in interface RecoveryProtos.ContainerStoppedProtoOrBuilderpublic RecoveryProtos.ContainerStoppedProto.Builder setExitStatus(int value)
optional int32 exit_status = 4;public RecoveryProtos.ContainerStoppedProto.Builder clearExitStatus()
optional int32 exit_status = 4;Copyright © 2015 Apache Software Foundation. All rights reserved.