Class RiskScoreParameters.AttenuationRiskParameters
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- app.coronawarn.server.common.protocols.internal.RiskScoreParameters.AttenuationRiskParameters
-
- All Implemented Interfaces:
RiskScoreParameters.AttenuationRiskParametersOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- RiskScoreParameters
public static final class RiskScoreParameters.AttenuationRiskParameters extends com.google.protobuf.GeneratedMessageV3 implements RiskScoreParameters.AttenuationRiskParametersOrBuilder
Protobuf typeapp.coronawarn.server.common.protocols.internal.RiskScoreParameters.AttenuationRiskParameters
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RiskScoreParameters.AttenuationRiskParameters.Builder
Protobuf typeapp.coronawarn.server.common.protocols.internal.RiskScoreParameters.AttenuationRiskParameters
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
GT_10_LE_15_DBM_FIELD_NUMBER
static int
GT_15_LE_27_DBM_FIELD_NUMBER
static int
GT_27_LE_33_DBM_FIELD_NUMBER
static int
GT_33_LE_51_DBM_FIELD_NUMBER
static int
GT_51_LE_63_DBM_FIELD_NUMBER
static int
GT_63_LE_73_DBM_FIELD_NUMBER
static int
GT_73_DBM_FIELD_NUMBER
static int
LE_10_DBM_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
GT_73_DBM_FIELD_NUMBER
public static final int GT_73_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GT_63_LE_73_DBM_FIELD_NUMBER
public static final int GT_63_LE_73_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GT_51_LE_63_DBM_FIELD_NUMBER
public static final int GT_51_LE_63_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GT_33_LE_51_DBM_FIELD_NUMBER
public static final int GT_33_LE_51_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GT_27_LE_33_DBM_FIELD_NUMBER
public static final int GT_27_LE_33_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GT_15_LE_27_DBM_FIELD_NUMBER
public static final int GT_15_LE_27_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GT_10_LE_15_DBM_FIELD_NUMBER
public static final int GT_10_LE_15_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LE_10_DBM_FIELD_NUMBER
public static final int LE_10_DBM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getGt73DbmValue
public int getGt73DbmValue()
A > 73 dBm, lowest risk
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_73_dbm = 1;
- Specified by:
getGt73DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt73Dbm.
-
getGt73Dbm
public RiskLevel getGt73Dbm()
A > 73 dBm, lowest risk
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_73_dbm = 1;
- Specified by:
getGt73Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt73Dbm.
-
getGt63Le73DbmValue
public int getGt63Le73DbmValue()
63 < A <= 73 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_63_le_73_dbm = 2;
- Specified by:
getGt63Le73DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt63Le73Dbm.
-
getGt63Le73Dbm
public RiskLevel getGt63Le73Dbm()
63 < A <= 73 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_63_le_73_dbm = 2;
- Specified by:
getGt63Le73Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt63Le73Dbm.
-
getGt51Le63DbmValue
public int getGt51Le63DbmValue()
51 < A <= 63 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_51_le_63_dbm = 3;
- Specified by:
getGt51Le63DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt51Le63Dbm.
-
getGt51Le63Dbm
public RiskLevel getGt51Le63Dbm()
51 < A <= 63 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_51_le_63_dbm = 3;
- Specified by:
getGt51Le63Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt51Le63Dbm.
-
getGt33Le51DbmValue
public int getGt33Le51DbmValue()
33 < A <= 51 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_33_le_51_dbm = 4;
- Specified by:
getGt33Le51DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt33Le51Dbm.
-
getGt33Le51Dbm
public RiskLevel getGt33Le51Dbm()
33 < A <= 51 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_33_le_51_dbm = 4;
- Specified by:
getGt33Le51Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt33Le51Dbm.
-
getGt27Le33DbmValue
public int getGt27Le33DbmValue()
27 < A <= 33 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_27_le_33_dbm = 5;
- Specified by:
getGt27Le33DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt27Le33Dbm.
-
getGt27Le33Dbm
public RiskLevel getGt27Le33Dbm()
27 < A <= 33 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_27_le_33_dbm = 5;
- Specified by:
getGt27Le33Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt27Le33Dbm.
-
getGt15Le27DbmValue
public int getGt15Le27DbmValue()
15 < A <= 27 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_15_le_27_dbm = 6;
- Specified by:
getGt15Le27DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt15Le27Dbm.
-
getGt15Le27Dbm
public RiskLevel getGt15Le27Dbm()
15 < A <= 27 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_15_le_27_dbm = 6;
- Specified by:
getGt15Le27Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt15Le27Dbm.
-
getGt10Le15DbmValue
public int getGt10Le15DbmValue()
10 < A <= 15 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_10_le_15_dbm = 7;
- Specified by:
getGt10Le15DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for gt10Le15Dbm.
-
getGt10Le15Dbm
public RiskLevel getGt10Le15Dbm()
10 < A <= 15 dBm
.app.coronawarn.server.common.protocols.internal.RiskLevel gt_10_le_15_dbm = 7;
- Specified by:
getGt10Le15Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The gt10Le15Dbm.
-
getLe10DbmValue
public int getLe10DbmValue()
A <= 10 dBm, highest risk
.app.coronawarn.server.common.protocols.internal.RiskLevel le_10_dbm = 8;
- Specified by:
getLe10DbmValue
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The enum numeric value on the wire for le10Dbm.
-
getLe10Dbm
public RiskLevel getLe10Dbm()
A <= 10 dBm, highest risk
.app.coronawarn.server.common.protocols.internal.RiskLevel le_10_dbm = 8;
- Specified by:
getLe10Dbm
in interfaceRiskScoreParameters.AttenuationRiskParametersOrBuilder
- Returns:
- The le10Dbm.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RiskScoreParameters.AttenuationRiskParameters parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RiskScoreParameters.AttenuationRiskParameters parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RiskScoreParameters.AttenuationRiskParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RiskScoreParameters.AttenuationRiskParameters.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RiskScoreParameters.AttenuationRiskParameters.Builder newBuilder()
-
newBuilder
public static RiskScoreParameters.AttenuationRiskParameters.Builder newBuilder(RiskScoreParameters.AttenuationRiskParameters prototype)
-
toBuilder
public RiskScoreParameters.AttenuationRiskParameters.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RiskScoreParameters.AttenuationRiskParameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RiskScoreParameters.AttenuationRiskParameters getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RiskScoreParameters.AttenuationRiskParameters> parser()
-
getParserForType
public com.google.protobuf.Parser<RiskScoreParameters.AttenuationRiskParameters> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RiskScoreParameters.AttenuationRiskParameters getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-