public static interface CommandAlert.PagerDutyPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsCustomDetails(java.lang.String key)
map<string, string> custom_details = 6; |
java.lang.String |
getComponent()
string component = 5; |
com.google.protobuf.ByteString |
getComponentBytes()
string component = 5; |
java.util.Map<java.lang.String,java.lang.String> |
getCustomDetails()
Deprecated.
|
int |
getCustomDetailsCount()
map<string, string> custom_details = 6; |
java.util.Map<java.lang.String,java.lang.String> |
getCustomDetailsMap()
map<string, string> custom_details = 6; |
java.lang.String |
getCustomDetailsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> custom_details = 6; |
java.lang.String |
getCustomDetailsOrThrow(java.lang.String key)
map<string, string> custom_details = 6; |
CommandAlert.PagerDutySeverity |
getSeverity()
.command_alert.PagerDutySeverity severity = 3; |
int |
getSeverityValue()
.command_alert.PagerDutySeverity severity = 3; |
java.lang.String |
getSource()
string source = 2; |
com.google.protobuf.ByteString |
getSourceBytes()
string source = 2; |
java.lang.String |
getSummary()
string summary = 1; |
com.google.protobuf.ByteString |
getSummaryBytes()
string summary = 1; |
java.lang.String |
getTimestamp()
string timestamp = 4; |
com.google.protobuf.ByteString |
getTimestampBytes()
string timestamp = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getSummary()
string summary = 1;
com.google.protobuf.ByteString getSummaryBytes()
string summary = 1;
java.lang.String getSource()
string source = 2;
com.google.protobuf.ByteString getSourceBytes()
string source = 2;
int getSeverityValue()
.command_alert.PagerDutySeverity severity = 3;
CommandAlert.PagerDutySeverity getSeverity()
.command_alert.PagerDutySeverity severity = 3;
java.lang.String getTimestamp()
string timestamp = 4;
com.google.protobuf.ByteString getTimestampBytes()
string timestamp = 4;
java.lang.String getComponent()
string component = 5;
com.google.protobuf.ByteString getComponentBytes()
string component = 5;
int getCustomDetailsCount()
map<string, string> custom_details = 6;
boolean containsCustomDetails(java.lang.String key)
map<string, string> custom_details = 6;
@Deprecated java.util.Map<java.lang.String,java.lang.String> getCustomDetails()
getCustomDetailsMap()
instead.java.util.Map<java.lang.String,java.lang.String> getCustomDetailsMap()
map<string, string> custom_details = 6;
java.lang.String getCustomDetailsOrDefault(java.lang.String key, java.lang.String defaultValue)
map<string, string> custom_details = 6;
java.lang.String getCustomDetailsOrThrow(java.lang.String key)
map<string, string> custom_details = 6;