public static final class CommandAlert.PagerDutyPayload extends com.google.protobuf.GeneratedMessageV3 implements CommandAlert.PagerDutyPayloadOrBuilder
command_alert.PagerDutyPayload
Modifier and Type | Class and Description |
---|---|
static class |
CommandAlert.PagerDutyPayload.Builder
Protobuf type
command_alert.PagerDutyPayload |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
COMPONENT_FIELD_NUMBER |
static int |
CUSTOM_DETAILS_FIELD_NUMBER |
static int |
SEVERITY_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
SUMMARY_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCustomDetails(java.lang.String key)
map<string, string> custom_details = 6; |
boolean |
equals(java.lang.Object obj) |
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; |
static CommandAlert.PagerDutyPayload |
getDefaultInstance() |
CommandAlert.PagerDutyPayload |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<CommandAlert.PagerDutyPayload> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static CommandAlert.PagerDutyPayload.Builder |
newBuilder() |
static CommandAlert.PagerDutyPayload.Builder |
newBuilder(CommandAlert.PagerDutyPayload prototype) |
CommandAlert.PagerDutyPayload.Builder |
newBuilderForType() |
protected CommandAlert.PagerDutyPayload.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CommandAlert.PagerDutyPayload |
parseDelimitedFrom(java.io.InputStream input) |
static CommandAlert.PagerDutyPayload |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDutyPayload |
parseFrom(byte[] data) |
static CommandAlert.PagerDutyPayload |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDutyPayload |
parseFrom(java.nio.ByteBuffer data) |
static CommandAlert.PagerDutyPayload |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDutyPayload |
parseFrom(com.google.protobuf.ByteString data) |
static CommandAlert.PagerDutyPayload |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDutyPayload |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CommandAlert.PagerDutyPayload |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDutyPayload |
parseFrom(java.io.InputStream input) |
static CommandAlert.PagerDutyPayload |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CommandAlert.PagerDutyPayload> |
parser() |
CommandAlert.PagerDutyPayload.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int SUMMARY_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int COMPONENT_FIELD_NUMBER
public static final int CUSTOM_DETAILS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public java.lang.String getSummary()
string summary = 1;
getSummary
in interface CommandAlert.PagerDutyPayloadOrBuilder
public com.google.protobuf.ByteString getSummaryBytes()
string summary = 1;
getSummaryBytes
in interface CommandAlert.PagerDutyPayloadOrBuilder
public java.lang.String getSource()
string source = 2;
getSource
in interface CommandAlert.PagerDutyPayloadOrBuilder
public com.google.protobuf.ByteString getSourceBytes()
string source = 2;
getSourceBytes
in interface CommandAlert.PagerDutyPayloadOrBuilder
public int getSeverityValue()
.command_alert.PagerDutySeverity severity = 3;
getSeverityValue
in interface CommandAlert.PagerDutyPayloadOrBuilder
public CommandAlert.PagerDutySeverity getSeverity()
.command_alert.PagerDutySeverity severity = 3;
getSeverity
in interface CommandAlert.PagerDutyPayloadOrBuilder
public java.lang.String getTimestamp()
string timestamp = 4;
getTimestamp
in interface CommandAlert.PagerDutyPayloadOrBuilder
public com.google.protobuf.ByteString getTimestampBytes()
string timestamp = 4;
getTimestampBytes
in interface CommandAlert.PagerDutyPayloadOrBuilder
public java.lang.String getComponent()
string component = 5;
getComponent
in interface CommandAlert.PagerDutyPayloadOrBuilder
public com.google.protobuf.ByteString getComponentBytes()
string component = 5;
getComponentBytes
in interface CommandAlert.PagerDutyPayloadOrBuilder
public int getCustomDetailsCount()
CommandAlert.PagerDutyPayloadOrBuilder
map<string, string> custom_details = 6;
getCustomDetailsCount
in interface CommandAlert.PagerDutyPayloadOrBuilder
public boolean containsCustomDetails(java.lang.String key)
map<string, string> custom_details = 6;
containsCustomDetails
in interface CommandAlert.PagerDutyPayloadOrBuilder
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getCustomDetails()
getCustomDetailsMap()
instead.getCustomDetails
in interface CommandAlert.PagerDutyPayloadOrBuilder
public java.util.Map<java.lang.String,java.lang.String> getCustomDetailsMap()
map<string, string> custom_details = 6;
getCustomDetailsMap
in interface CommandAlert.PagerDutyPayloadOrBuilder
public java.lang.String getCustomDetailsOrDefault(java.lang.String key, java.lang.String defaultValue)
map<string, string> custom_details = 6;
getCustomDetailsOrDefault
in interface CommandAlert.PagerDutyPayloadOrBuilder
public java.lang.String getCustomDetailsOrThrow(java.lang.String key)
map<string, string> custom_details = 6;
getCustomDetailsOrThrow
in interface CommandAlert.PagerDutyPayloadOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CommandAlert.PagerDutyPayload parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommandAlert.PagerDutyPayload parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommandAlert.PagerDutyPayload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommandAlert.PagerDutyPayload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommandAlert.PagerDutyPayload parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommandAlert.PagerDutyPayload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommandAlert.PagerDutyPayload parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static CommandAlert.PagerDutyPayload parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static CommandAlert.PagerDutyPayload parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static CommandAlert.PagerDutyPayload parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static CommandAlert.PagerDutyPayload parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static CommandAlert.PagerDutyPayload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public CommandAlert.PagerDutyPayload.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CommandAlert.PagerDutyPayload.Builder newBuilder()
public static CommandAlert.PagerDutyPayload.Builder newBuilder(CommandAlert.PagerDutyPayload prototype)
public CommandAlert.PagerDutyPayload.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CommandAlert.PagerDutyPayload.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CommandAlert.PagerDutyPayload getDefaultInstance()
public static com.google.protobuf.Parser<CommandAlert.PagerDutyPayload> parser()
public com.google.protobuf.Parser<CommandAlert.PagerDutyPayload> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CommandAlert.PagerDutyPayload getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder