Interface AttenuationDurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttenuationDuration
,AttenuationDuration.Builder
public interface AttenuationDurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDefaultBucketOffset()
int32 defaultBucketOffset = 3;
int
getRiskScoreNormalizationDivisor()
int32 riskScoreNormalizationDivisor = 4;
Thresholds
getThresholds()
.app.coronawarn.server.common.protocols.internal.Thresholds thresholds = 1;
ThresholdsOrBuilder
getThresholdsOrBuilder()
.app.coronawarn.server.common.protocols.internal.Thresholds thresholds = 1;
Weights
getWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
WeightsOrBuilder
getWeightsOrBuilder()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
boolean
hasThresholds()
.app.coronawarn.server.common.protocols.internal.Thresholds thresholds = 1;
boolean
hasWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasThresholds
boolean hasThresholds()
.app.coronawarn.server.common.protocols.internal.Thresholds thresholds = 1;
- Returns:
- Whether the thresholds field is set.
-
getThresholds
Thresholds getThresholds()
.app.coronawarn.server.common.protocols.internal.Thresholds thresholds = 1;
- Returns:
- The thresholds.
-
getThresholdsOrBuilder
ThresholdsOrBuilder getThresholdsOrBuilder()
.app.coronawarn.server.common.protocols.internal.Thresholds thresholds = 1;
-
hasWeights
boolean hasWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
- Returns:
- Whether the weights field is set.
-
getWeights
Weights getWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
- Returns:
- The weights.
-
getWeightsOrBuilder
WeightsOrBuilder getWeightsOrBuilder()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
-
getDefaultBucketOffset
int getDefaultBucketOffset()
int32 defaultBucketOffset = 3;
- Returns:
- The defaultBucketOffset.
-
getRiskScoreNormalizationDivisor
int getRiskScoreNormalizationDivisor()
int32 riskScoreNormalizationDivisor = 4;
- Returns:
- The riskScoreNormalizationDivisor.
-
-