Interface DailySummariesConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DailySummariesConfig
,DailySummariesConfig.Builder
public interface DailySummariesConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsInfectiousnessWeights(int key)
map<int32, double> infectiousnessWeights = 4;
boolean
containsReportTypeWeights(int key)
map<int32, double> reportTypeWeights = 6;
int
getAttenuationBucketThresholdDb(int index)
repeated int32 attenuationBucketThresholdDb = 1;
int
getAttenuationBucketThresholdDbCount()
repeated int32 attenuationBucketThresholdDb = 1;
List<Integer>
getAttenuationBucketThresholdDbList()
repeated int32 attenuationBucketThresholdDb = 1;
double
getAttenuationBucketWeights(int index)
repeated double attenuationBucketWeights = 2;
int
getAttenuationBucketWeightsCount()
repeated double attenuationBucketWeights = 2;
List<Double>
getAttenuationBucketWeightsList()
repeated double attenuationBucketWeights = 2;
int
getDaysSinceExposureThreshold()
int32 daysSinceExposureThreshold = 3;
Map<Integer,Double>
getInfectiousnessWeights()
Deprecated.int
getInfectiousnessWeightsCount()
map<int32, double> infectiousnessWeights = 4;
Map<Integer,Double>
getInfectiousnessWeightsMap()
map<int32, double> infectiousnessWeights = 4;
double
getInfectiousnessWeightsOrDefault(int key, double defaultValue)
map<int32, double> infectiousnessWeights = 4;
double
getInfectiousnessWeightsOrThrow(int key)
map<int32, double> infectiousnessWeights = 4;
double
getMinimumWindowScore()
double minimumWindowScore = 5;
Map<Integer,Double>
getReportTypeWeights()
Deprecated.int
getReportTypeWeightsCount()
map<int32, double> reportTypeWeights = 6;
Map<Integer,Double>
getReportTypeWeightsMap()
map<int32, double> reportTypeWeights = 6;
double
getReportTypeWeightsOrDefault(int key, double defaultValue)
map<int32, double> reportTypeWeights = 6;
double
getReportTypeWeightsOrThrow(int key)
map<int32, double> reportTypeWeights = 6;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttenuationBucketThresholdDbList
List<Integer> getAttenuationBucketThresholdDbList()
repeated int32 attenuationBucketThresholdDb = 1;
- Returns:
- A list containing the attenuationBucketThresholdDb.
-
getAttenuationBucketThresholdDbCount
int getAttenuationBucketThresholdDbCount()
repeated int32 attenuationBucketThresholdDb = 1;
- Returns:
- The count of attenuationBucketThresholdDb.
-
getAttenuationBucketThresholdDb
int getAttenuationBucketThresholdDb(int index)
repeated int32 attenuationBucketThresholdDb = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The attenuationBucketThresholdDb at the given index.
-
getAttenuationBucketWeightsList
List<Double> getAttenuationBucketWeightsList()
repeated double attenuationBucketWeights = 2;
- Returns:
- A list containing the attenuationBucketWeights.
-
getAttenuationBucketWeightsCount
int getAttenuationBucketWeightsCount()
repeated double attenuationBucketWeights = 2;
- Returns:
- The count of attenuationBucketWeights.
-
getAttenuationBucketWeights
double getAttenuationBucketWeights(int index)
repeated double attenuationBucketWeights = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The attenuationBucketWeights at the given index.
-
getDaysSinceExposureThreshold
int getDaysSinceExposureThreshold()
int32 daysSinceExposureThreshold = 3;
- Returns:
- The daysSinceExposureThreshold.
-
getInfectiousnessWeightsCount
int getInfectiousnessWeightsCount()
map<int32, double> infectiousnessWeights = 4;
-
containsInfectiousnessWeights
boolean containsInfectiousnessWeights(int key)
map<int32, double> infectiousnessWeights = 4;
-
getInfectiousnessWeights
@Deprecated Map<Integer,Double> getInfectiousnessWeights()
Deprecated.UsegetInfectiousnessWeightsMap()
instead.
-
getInfectiousnessWeightsMap
Map<Integer,Double> getInfectiousnessWeightsMap()
map<int32, double> infectiousnessWeights = 4;
-
getInfectiousnessWeightsOrDefault
double getInfectiousnessWeightsOrDefault(int key, double defaultValue)
map<int32, double> infectiousnessWeights = 4;
-
getInfectiousnessWeightsOrThrow
double getInfectiousnessWeightsOrThrow(int key)
map<int32, double> infectiousnessWeights = 4;
-
getMinimumWindowScore
double getMinimumWindowScore()
double minimumWindowScore = 5;
- Returns:
- The minimumWindowScore.
-
getReportTypeWeightsCount
int getReportTypeWeightsCount()
map<int32, double> reportTypeWeights = 6;
-
containsReportTypeWeights
boolean containsReportTypeWeights(int key)
map<int32, double> reportTypeWeights = 6;
-
getReportTypeWeights
@Deprecated Map<Integer,Double> getReportTypeWeights()
Deprecated.UsegetReportTypeWeightsMap()
instead.
-
getReportTypeWeightsMap
Map<Integer,Double> getReportTypeWeightsMap()
map<int32, double> reportTypeWeights = 6;
-
getReportTypeWeightsOrDefault
double getReportTypeWeightsOrDefault(int key, double defaultValue)
map<int32, double> reportTypeWeights = 6;
-
getReportTypeWeightsOrThrow
double getReportTypeWeightsOrThrow(int key)
map<int32, double> reportTypeWeights = 6;
-
-