Interface CommandAlert.SlackOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommandAlert.Slack, CommandAlert.Slack.Builder
Enclosing class:
CommandAlert

public static interface CommandAlert.SlackOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string channel = 1;
    com.google.protobuf.ByteString
    string channel = 1;
     
    string icon_emoji = 3;
    com.google.protobuf.ByteString
    string icon_emoji = 3;
    string icon_url = 4;
    com.google.protobuf.ByteString
    string icon_url = 4;
    string text = 5;
    com.google.protobuf.ByteString
    string text = 5;
    string username = 2;
    com.google.protobuf.ByteString
    string username = 2;
    boolean
    string icon_emoji = 3;
    boolean
    string icon_url = 4;

    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

    • getChannel

      String getChannel()
      string channel = 1;
      Returns:
      The channel.
    • getChannelBytes

      com.google.protobuf.ByteString getChannelBytes()
      string channel = 1;
      Returns:
      The bytes for channel.
    • getUsername

      String getUsername()
      string username = 2;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      string username = 2;
      Returns:
      The bytes for username.
    • hasIconEmoji

      boolean hasIconEmoji()
      string icon_emoji = 3;
      Returns:
      Whether the iconEmoji field is set.
    • getIconEmoji

      String getIconEmoji()
      string icon_emoji = 3;
      Returns:
      The iconEmoji.
    • getIconEmojiBytes

      com.google.protobuf.ByteString getIconEmojiBytes()
      string icon_emoji = 3;
      Returns:
      The bytes for iconEmoji.
    • hasIconUrl

      boolean hasIconUrl()
      string icon_url = 4;
      Returns:
      Whether the iconUrl field is set.
    • getIconUrl

      String getIconUrl()
      string icon_url = 4;
      Returns:
      The iconUrl.
    • getIconUrlBytes

      com.google.protobuf.ByteString getIconUrlBytes()
      string icon_url = 4;
      Returns:
      The bytes for iconUrl.
    • getText

      String getText()
      string text = 5;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 5;
      Returns:
      The bytes for text.
    • getEmojiCase