Interface CommandAlert.PagerDutyOrBuilder

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

public static interface CommandAlert.PagerDutyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRoutingKey

      String getRoutingKey()
      string routing_key = 1;
      Returns:
      The routingKey.
    • getRoutingKeyBytes

      com.google.protobuf.ByteString getRoutingKeyBytes()
      string routing_key = 1;
      Returns:
      The bytes for routingKey.
    • getEventAction

      String getEventAction()
      string event_action = 2;
      Returns:
      The eventAction.
    • getEventActionBytes

      com.google.protobuf.ByteString getEventActionBytes()
      string event_action = 2;
      Returns:
      The bytes for eventAction.
    • hasPayload

      boolean hasPayload()
      .command_alert.PagerDutyPayload payload = 3;
      Returns:
      Whether the payload field is set.
    • getPayload

      .command_alert.PagerDutyPayload payload = 3;
      Returns:
      The payload.
    • getPayloadOrBuilder

      .command_alert.PagerDutyPayload payload = 3;
    • getLinksList

      repeated .command_alert.PagerDutyLink links = 4;
    • getLinks

      CommandAlert.PagerDutyLink getLinks(int index)
      repeated .command_alert.PagerDutyLink links = 4;
    • getLinksCount

      int getLinksCount()
      repeated .command_alert.PagerDutyLink links = 4;
    • getLinksOrBuilderList

      List<? extends CommandAlert.PagerDutyLinkOrBuilder> getLinksOrBuilderList()
      repeated .command_alert.PagerDutyLink links = 4;
    • getLinksOrBuilder

      CommandAlert.PagerDutyLinkOrBuilder getLinksOrBuilder(int index)
      repeated .command_alert.PagerDutyLink links = 4;