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 Type
    Method
    Description
    string address = 1;
    com.google.protobuf.ByteString
    string address = 1;
    string subject = 2;
    com.google.protobuf.ByteString
    string subject = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAddress

      String getAddress()
      string address = 1;
      Returns:
      The address.
    • getAddressBytes

      com.google.protobuf.ByteString getAddressBytes()
      string address = 1;
      Returns:
      The bytes for address.
    • getSubject

      String getSubject()
      string subject = 2;
      Returns:
      The subject.
    • getSubjectBytes

      com.google.protobuf.ByteString getSubjectBytes()
      string subject = 2;
      Returns:
      The bytes for subject.