Interface CommandAlert.EmailActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandAlert.EmailAction,CommandAlert.EmailAction.Builder
- Enclosing class:
CommandAlert
public static interface CommandAlert.EmailActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring address = 1;com.google.protobuf.ByteStringstring address = 1;string subject = 2;com.google.protobuf.ByteStringstring subject = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAddress
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()string address = 1;- Returns:
- The bytes for address.
-
getSubject
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()string subject = 2;- Returns:
- The bytes for subject.
-