Interface CommandAlert.PagerDutyPayloadOrBuilder

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

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

    • getSummary

      String getSummary()
      string summary = 1;
      Returns:
      The summary.
    • getSummaryBytes

      com.google.protobuf.ByteString getSummaryBytes()
      string summary = 1;
      Returns:
      The bytes for summary.
    • getSource

      String getSource()
      string source = 2;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      string source = 2;
      Returns:
      The bytes for source.
    • getSeverityValue

      int getSeverityValue()
      .command_alert.PagerDutySeverity severity = 3;
      Returns:
      The enum numeric value on the wire for severity.
    • getSeverity

      .command_alert.PagerDutySeverity severity = 3;
      Returns:
      The severity.
    • getTimestamp

      String getTimestamp()
      string timestamp = 4;
      Returns:
      The timestamp.
    • getTimestampBytes

      com.google.protobuf.ByteString getTimestampBytes()
      string timestamp = 4;
      Returns:
      The bytes for timestamp.
    • getComponent

      String getComponent()
      string component = 5;
      Returns:
      The component.
    • getComponentBytes

      com.google.protobuf.ByteString getComponentBytes()
      string component = 5;
      Returns:
      The bytes for component.
    • getCustomDetailsCount

      int getCustomDetailsCount()
      map<string, string> custom_details = 6;
    • containsCustomDetails

      boolean containsCustomDetails(String key)
      map<string, string> custom_details = 6;
    • getCustomDetails

      @Deprecated Map<String,String> getCustomDetails()
      Deprecated.
    • getCustomDetailsMap

      Map<String,String> getCustomDetailsMap()
      map<string, string> custom_details = 6;
    • getCustomDetailsOrDefault

      String getCustomDetailsOrDefault(String key, String defaultValue)
      map<string, string> custom_details = 6;
    • getCustomDetailsOrThrow

      String getCustomDetailsOrThrow(String key)
      map<string, string> custom_details = 6;