public static final class CommandAlert.EmailAction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder> implements CommandAlert.EmailActionOrBuilder
command_alert.EmailAction| Modifier and Type | Method and Description |
|---|---|
CommandAlert.EmailAction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandAlert.EmailAction |
build() |
CommandAlert.EmailAction |
buildPartial() |
CommandAlert.EmailAction.Builder |
clear() |
CommandAlert.EmailAction.Builder |
clearAddress()
string address = 1; |
CommandAlert.EmailAction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommandAlert.EmailAction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommandAlert.EmailAction.Builder |
clearSubject()
string subject = 2; |
CommandAlert.EmailAction.Builder |
clone() |
String |
getAddress()
string address = 1; |
com.google.protobuf.ByteString |
getAddressBytes()
string address = 1; |
CommandAlert.EmailAction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getSubject()
string subject = 2; |
com.google.protobuf.ByteString |
getSubjectBytes()
string subject = 2; |
boolean |
isInitialized() |
CommandAlert.EmailAction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommandAlert.EmailAction.Builder |
mergeFrom(CommandAlert.EmailAction other) |
CommandAlert.EmailAction.Builder |
mergeFrom(com.google.protobuf.Message other) |
CommandAlert.EmailAction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandAlert.EmailAction.Builder |
setAddress(String value)
string address = 1; |
CommandAlert.EmailAction.Builder |
setAddressBytes(com.google.protobuf.ByteString value)
string address = 1; |
CommandAlert.EmailAction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandAlert.EmailAction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CommandAlert.EmailAction.Builder |
setSubject(String value)
string subject = 2; |
CommandAlert.EmailAction.Builder |
setSubjectBytes(com.google.protobuf.ByteString value)
string subject = 2; |
CommandAlert.EmailAction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public CommandAlert.EmailAction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.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.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CommandAlert.EmailAction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CommandAlert.EmailAction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CommandAlert.EmailAction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.Builder mergeFrom(CommandAlert.EmailAction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public CommandAlert.EmailAction.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<CommandAlert.EmailAction.Builder>IOExceptionpublic String getAddress()
string address = 1;getAddress in interface CommandAlert.EmailActionOrBuilderpublic com.google.protobuf.ByteString getAddressBytes()
string address = 1;getAddressBytes in interface CommandAlert.EmailActionOrBuilderpublic CommandAlert.EmailAction.Builder setAddress(String value)
string address = 1;value - The address to set.public CommandAlert.EmailAction.Builder clearAddress()
string address = 1;public CommandAlert.EmailAction.Builder setAddressBytes(com.google.protobuf.ByteString value)
string address = 1;value - The bytes for address to set.public String getSubject()
string subject = 2;getSubject in interface CommandAlert.EmailActionOrBuilderpublic com.google.protobuf.ByteString getSubjectBytes()
string subject = 2;getSubjectBytes in interface CommandAlert.EmailActionOrBuilderpublic CommandAlert.EmailAction.Builder setSubject(String value)
string subject = 2;value - The subject to set.public CommandAlert.EmailAction.Builder clearSubject()
string subject = 2;public CommandAlert.EmailAction.Builder setSubjectBytes(com.google.protobuf.ByteString value)
string subject = 2;value - The bytes for subject to set.public final CommandAlert.EmailAction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>public final CommandAlert.EmailAction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.EmailAction.Builder>