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 Summary
Modifier and TypeMethodDescriptionbooleanmap<string, string> custom_details = 6;string component = 5;com.google.protobuf.ByteStringstring component = 5;Deprecated.intmap<string, string> custom_details = 6;map<string, string> custom_details = 6;getCustomDetailsOrDefault(String key, String defaultValue) map<string, string> custom_details = 6;map<string, string> custom_details = 6;.command_alert.PagerDutySeverity severity = 3;int.command_alert.PagerDutySeverity severity = 3;string source = 2;com.google.protobuf.ByteStringstring source = 2;string summary = 1;com.google.protobuf.ByteStringstring summary = 1;string timestamp = 4;com.google.protobuf.ByteStringstring timestamp = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
CommandAlert.PagerDutySeverity 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
map<string, string> custom_details = 6; -
getCustomDetails
Deprecated.UsegetCustomDetailsMap()instead. -
getCustomDetailsMap
map<string, string> custom_details = 6; -
getCustomDetailsOrDefault
map<string, string> custom_details = 6; -
getCustomDetailsOrThrow
map<string, string> custom_details = 6;
-