public final class Exception extends com.google.protobuf.GeneratedMessageV3 implements ExceptionOrBuilder
contracts.Exception| Modifier and Type | Class and Description |
|---|---|
static class |
Exception.Builder
Protobuf type
contracts.Exception |
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 |
EXCEPTIONS_FIELD_NUMBER |
static int |
MEASUREMENTS_FIELD_NUMBER |
static int |
PROBLEMID_FIELD_NUMBER |
static int |
PROPERTIES_FIELD_NUMBER |
static int |
SEVERITYLEVEL_FIELD_NUMBER |
static int |
VER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMeasurements(java.lang.String key)
map<string, double> measurements = 6; |
boolean |
containsProperties(java.lang.String key)
map<string, string> properties = 5; |
boolean |
equals(java.lang.Object obj) |
static Exception |
getDefaultInstance() |
Exception |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ExceptionDetails |
getExceptions(int index)
repeated .contracts.ExceptionDetails exceptions = 2; |
int |
getExceptionsCount()
repeated .contracts.ExceptionDetails exceptions = 2; |
java.util.List<ExceptionDetails> |
getExceptionsList()
repeated .contracts.ExceptionDetails exceptions = 2; |
ExceptionDetailsOrBuilder |
getExceptionsOrBuilder(int index)
repeated .contracts.ExceptionDetails exceptions = 2; |
java.util.List<? extends ExceptionDetailsOrBuilder> |
getExceptionsOrBuilderList()
repeated .contracts.ExceptionDetails exceptions = 2; |
java.util.Map<java.lang.String,java.lang.Double> |
getMeasurements()
Deprecated.
|
int |
getMeasurementsCount()
map<string, double> measurements = 6; |
java.util.Map<java.lang.String,java.lang.Double> |
getMeasurementsMap()
map<string, double> measurements = 6; |
double |
getMeasurementsOrDefault(java.lang.String key,
double defaultValue)
map<string, double> measurements = 6; |
double |
getMeasurementsOrThrow(java.lang.String key)
map<string, double> measurements = 6; |
com.google.protobuf.Parser<Exception> |
getParserForType() |
java.lang.String |
getProblemId()
optional string problemId = 4; |
com.google.protobuf.ByteString |
getProblemIdBytes()
optional string problemId = 4; |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 5; |
java.util.Map<java.lang.String,java.lang.String> |
getPropertiesMap()
map<string, string> properties = 5; |
java.lang.String |
getPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> properties = 5; |
java.lang.String |
getPropertiesOrThrow(java.lang.String key)
map<string, string> properties = 5; |
int |
getSerializedSize() |
SeverityLevel |
getSeverityLevel()
optional .contracts.SeverityLevel severityLevel = 3; |
int |
getSeverityLevelValue()
optional .contracts.SeverityLevel severityLevel = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVer()
optional int32 ver = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Exception.Builder |
newBuilder() |
static Exception.Builder |
newBuilder(Exception prototype) |
Exception.Builder |
newBuilderForType() |
protected Exception.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Exception |
parseDelimitedFrom(java.io.InputStream input) |
static Exception |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Exception |
parseFrom(byte[] data) |
static Exception |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Exception |
parseFrom(com.google.protobuf.ByteString data) |
static Exception |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Exception |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Exception |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Exception |
parseFrom(java.io.InputStream input) |
static Exception |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Exception> |
parser() |
Exception.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int VER_FIELD_NUMBER
public static final int EXCEPTIONS_FIELD_NUMBER
public static final int SEVERITYLEVEL_FIELD_NUMBER
public static final int PROBLEMID_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
public static final int MEASUREMENTS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getVer()
optional int32 ver = 1;getVer in interface ExceptionOrBuilderpublic java.util.List<ExceptionDetails> getExceptionsList()
repeated .contracts.ExceptionDetails exceptions = 2;getExceptionsList in interface ExceptionOrBuilderpublic java.util.List<? extends ExceptionDetailsOrBuilder> getExceptionsOrBuilderList()
repeated .contracts.ExceptionDetails exceptions = 2;getExceptionsOrBuilderList in interface ExceptionOrBuilderpublic int getExceptionsCount()
repeated .contracts.ExceptionDetails exceptions = 2;getExceptionsCount in interface ExceptionOrBuilderpublic ExceptionDetails getExceptions(int index)
repeated .contracts.ExceptionDetails exceptions = 2;getExceptions in interface ExceptionOrBuilderpublic ExceptionDetailsOrBuilder getExceptionsOrBuilder(int index)
repeated .contracts.ExceptionDetails exceptions = 2;getExceptionsOrBuilder in interface ExceptionOrBuilderpublic int getSeverityLevelValue()
optional .contracts.SeverityLevel severityLevel = 3;getSeverityLevelValue in interface ExceptionOrBuilderpublic SeverityLevel getSeverityLevel()
optional .contracts.SeverityLevel severityLevel = 3;getSeverityLevel in interface ExceptionOrBuilderpublic java.lang.String getProblemId()
optional string problemId = 4;getProblemId in interface ExceptionOrBuilderpublic com.google.protobuf.ByteString getProblemIdBytes()
optional string problemId = 4;getProblemIdBytes in interface ExceptionOrBuilderpublic int getPropertiesCount()
ExceptionOrBuildermap<string, string> properties = 5;getPropertiesCount in interface ExceptionOrBuilderpublic boolean containsProperties(java.lang.String key)
map<string, string> properties = 5;containsProperties in interface ExceptionOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getProperties()
getPropertiesMap() instead.getProperties in interface ExceptionOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getPropertiesMap()
map<string, string> properties = 5;getPropertiesMap in interface ExceptionOrBuilderpublic java.lang.String getPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> properties = 5;getPropertiesOrDefault in interface ExceptionOrBuilderpublic java.lang.String getPropertiesOrThrow(java.lang.String key)
map<string, string> properties = 5;getPropertiesOrThrow in interface ExceptionOrBuilderpublic int getMeasurementsCount()
ExceptionOrBuildermap<string, double> measurements = 6;getMeasurementsCount in interface ExceptionOrBuilderpublic boolean containsMeasurements(java.lang.String key)
map<string, double> measurements = 6;containsMeasurements in interface ExceptionOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Double> getMeasurements()
getMeasurementsMap() instead.getMeasurements in interface ExceptionOrBuilderpublic java.util.Map<java.lang.String,java.lang.Double> getMeasurementsMap()
map<string, double> measurements = 6;getMeasurementsMap in interface ExceptionOrBuilderpublic double getMeasurementsOrDefault(java.lang.String key,
double defaultValue)
map<string, double> measurements = 6;getMeasurementsOrDefault in interface ExceptionOrBuilderpublic double getMeasurementsOrThrow(java.lang.String key)
map<string, double> measurements = 6;getMeasurementsOrThrow in interface ExceptionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Exception parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Exception parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Exception parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Exception parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Exception parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Exception parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Exception parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Exception parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Exception parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Exception parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Exception.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Exception.Builder newBuilder()
public static Exception.Builder newBuilder(Exception prototype)
public Exception.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Exception.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Exception getDefaultInstance()
public static com.google.protobuf.Parser<Exception> parser()
public com.google.protobuf.Parser<Exception> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Exception getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder