Interface Alert.ActionInfoOrBuilder

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

public static interface Alert.ActionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGuid

      String getGuid()
      string guid = 1;
      Returns:
      The guid.
    • getGuidBytes

      com.google.protobuf.ByteString getGuidBytes()
      string guid = 1;
      Returns:
      The bytes for guid.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • hasEmail

      boolean hasEmail()
      .command_alert.EmailAction email = 3;
      Returns:
      Whether the email field is set.
    • getEmail

      .command_alert.EmailAction email = 3;
      Returns:
      The email.
    • getEmailOrBuilder

      .command_alert.EmailAction email = 3;
    • hasWebhook

      boolean hasWebhook()
      .command_alert.WebHookAction webhook = 4;
      Returns:
      Whether the webhook field is set.
    • getWebhook

      .command_alert.WebHookAction webhook = 4;
      Returns:
      The webhook.
    • getWebhookOrBuilder

      .command_alert.WebHookAction webhook = 4;
    • getActionCase