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 booleancontainsInfectiousnessWeights(int key)map<int32, double> infectiousnessWeights = 4;booleancontainsReportTypeWeights(int key)map<int32, double> reportTypeWeights = 6;intgetAttenuationBucketThresholdDb(int index)repeated int32 attenuationBucketThresholdDb = 1;intgetAttenuationBucketThresholdDbCount()repeated int32 attenuationBucketThresholdDb = 1;List<Integer>getAttenuationBucketThresholdDbList()repeated int32 attenuationBucketThresholdDb = 1;doublegetAttenuationBucketWeights(int index)repeated double attenuationBucketWeights = 2;intgetAttenuationBucketWeightsCount()repeated double attenuationBucketWeights = 2;List<Double>getAttenuationBucketWeightsList()repeated double attenuationBucketWeights = 2;intgetDaysSinceExposureThreshold()int32 daysSinceExposureThreshold = 3;Map<Integer,Double>getInfectiousnessWeights()Deprecated.intgetInfectiousnessWeightsCount()map<int32, double> infectiousnessWeights = 4;Map<Integer,Double>getInfectiousnessWeightsMap()map<int32, double> infectiousnessWeights = 4;doublegetInfectiousnessWeightsOrDefault(int key, double defaultValue)map<int32, double> infectiousnessWeights = 4;doublegetInfectiousnessWeightsOrThrow(int key)map<int32, double> infectiousnessWeights = 4;doublegetMinimumWindowScore()double minimumWindowScore = 5;Map<Integer,Double>getReportTypeWeights()Deprecated.intgetReportTypeWeightsCount()map<int32, double> reportTypeWeights = 6;Map<Integer,Double>getReportTypeWeightsMap()map<int32, double> reportTypeWeights = 6;doublegetReportTypeWeightsOrDefault(int key, double defaultValue)map<int32, double> reportTypeWeights = 6;doublegetReportTypeWeightsOrThrow(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;
-
-