public interface ExceptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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; |
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; |
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; |
SeverityLevel |
getSeverityLevel()
optional .contracts.SeverityLevel severityLevel = 3; |
int |
getSeverityLevelValue()
optional .contracts.SeverityLevel severityLevel = 3; |
int |
getVer()
optional int32 ver = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVer()
optional int32 ver = 1;java.util.List<ExceptionDetails> getExceptionsList()
repeated .contracts.ExceptionDetails exceptions = 2;ExceptionDetails getExceptions(int index)
repeated .contracts.ExceptionDetails exceptions = 2;int getExceptionsCount()
repeated .contracts.ExceptionDetails exceptions = 2;java.util.List<? extends ExceptionDetailsOrBuilder> getExceptionsOrBuilderList()
repeated .contracts.ExceptionDetails exceptions = 2;ExceptionDetailsOrBuilder getExceptionsOrBuilder(int index)
repeated .contracts.ExceptionDetails exceptions = 2;int getSeverityLevelValue()
optional .contracts.SeverityLevel severityLevel = 3;SeverityLevel getSeverityLevel()
optional .contracts.SeverityLevel severityLevel = 3;java.lang.String getProblemId()
optional string problemId = 4;com.google.protobuf.ByteString getProblemIdBytes()
optional string problemId = 4;int getPropertiesCount()
map<string, string> properties = 5;boolean containsProperties(java.lang.String key)
map<string, string> properties = 5;@Deprecated java.util.Map<java.lang.String,java.lang.String> getProperties()
getPropertiesMap() instead.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 getMeasurementsCount()
map<string, double> measurements = 6;boolean containsMeasurements(java.lang.String key)
map<string, double> measurements = 6;@Deprecated java.util.Map<java.lang.String,java.lang.Double> getMeasurements()
getMeasurementsMap() instead.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;