Interface ExposureConfigurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExposureConfiguration
,ExposureConfiguration.Builder
public interface ExposureConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsInfectiousnessForDaysSinceOnsetOfSymptoms(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
int
getAttenuationDurationThresholds(int index)
repeated int32 attenuationDurationThresholds = 3;
int
getAttenuationDurationThresholdsCount()
repeated int32 attenuationDurationThresholds = 3;
List<Integer>
getAttenuationDurationThresholdsList()
repeated int32 attenuationDurationThresholds = 3;
int
getDaysSinceLastExposureThreshold()
int32 daysSinceLastExposureThreshold = 8;
double
getImmediateDurationWeight()
double immediateDurationWeight = 4;
Map<Integer,Integer>
getInfectiousnessForDaysSinceOnsetOfSymptoms()
Deprecated.int
getInfectiousnessForDaysSinceOnsetOfSymptomsCount()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
Map<Integer,Integer>
getInfectiousnessForDaysSinceOnsetOfSymptomsMap()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
int
getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault(int key, int defaultValue)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
int
getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
double
getInfectiousnessHighWeight()
double infectiousnessHighWeight = 10;
double
getInfectiousnessStandardWeight()
double infectiousnessStandardWeight = 9;
double
getMediumDurationWeight()
double mediumDurationWeight = 5;
double
getNearDurationWeight()
double nearDurationWeight = 6;
double
getOtherDurationWeight()
double otherDurationWeight = 7;
double
getReportTypeConfirmedClinicalDiagnosisWeight()
double reportTypeConfirmedClinicalDiagnosisWeight = 12;
double
getReportTypeConfirmedTestWeight()
double reportTypeConfirmedTestWeight = 11;
int
getReportTypeNoneMap()
int32 reportTypeNoneMap = 2;
double
getReportTypeRecursiveWeight()
double reportTypeRecursiveWeight = 14;
double
getReportTypeSelfReportedWeight()
double reportTypeSelfReportedWeight = 13;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInfectiousnessForDaysSinceOnsetOfSymptomsCount
int getInfectiousnessForDaysSinceOnsetOfSymptomsCount()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
-
containsInfectiousnessForDaysSinceOnsetOfSymptoms
boolean containsInfectiousnessForDaysSinceOnsetOfSymptoms(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
-
getInfectiousnessForDaysSinceOnsetOfSymptoms
@Deprecated Map<Integer,Integer> getInfectiousnessForDaysSinceOnsetOfSymptoms()
Deprecated.UsegetInfectiousnessForDaysSinceOnsetOfSymptomsMap()
instead.
-
getInfectiousnessForDaysSinceOnsetOfSymptomsMap
Map<Integer,Integer> getInfectiousnessForDaysSinceOnsetOfSymptomsMap()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
-
getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault
int getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault(int key, int defaultValue)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
-
getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow
int getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
-
getReportTypeNoneMap
int getReportTypeNoneMap()
int32 reportTypeNoneMap = 2;
- Returns:
- The reportTypeNoneMap.
-
getAttenuationDurationThresholdsList
List<Integer> getAttenuationDurationThresholdsList()
repeated int32 attenuationDurationThresholds = 3;
- Returns:
- A list containing the attenuationDurationThresholds.
-
getAttenuationDurationThresholdsCount
int getAttenuationDurationThresholdsCount()
repeated int32 attenuationDurationThresholds = 3;
- Returns:
- The count of attenuationDurationThresholds.
-
getAttenuationDurationThresholds
int getAttenuationDurationThresholds(int index)
repeated int32 attenuationDurationThresholds = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The attenuationDurationThresholds at the given index.
-
getImmediateDurationWeight
double getImmediateDurationWeight()
double immediateDurationWeight = 4;
- Returns:
- The immediateDurationWeight.
-
getMediumDurationWeight
double getMediumDurationWeight()
double mediumDurationWeight = 5;
- Returns:
- The mediumDurationWeight.
-
getNearDurationWeight
double getNearDurationWeight()
double nearDurationWeight = 6;
- Returns:
- The nearDurationWeight.
-
getOtherDurationWeight
double getOtherDurationWeight()
double otherDurationWeight = 7;
- Returns:
- The otherDurationWeight.
-
getDaysSinceLastExposureThreshold
int getDaysSinceLastExposureThreshold()
int32 daysSinceLastExposureThreshold = 8;
- Returns:
- The daysSinceLastExposureThreshold.
-
getInfectiousnessStandardWeight
double getInfectiousnessStandardWeight()
double infectiousnessStandardWeight = 9;
- Returns:
- The infectiousnessStandardWeight.
-
getInfectiousnessHighWeight
double getInfectiousnessHighWeight()
double infectiousnessHighWeight = 10;
- Returns:
- The infectiousnessHighWeight.
-
getReportTypeConfirmedTestWeight
double getReportTypeConfirmedTestWeight()
double reportTypeConfirmedTestWeight = 11;
- Returns:
- The reportTypeConfirmedTestWeight.
-
getReportTypeConfirmedClinicalDiagnosisWeight
double getReportTypeConfirmedClinicalDiagnosisWeight()
double reportTypeConfirmedClinicalDiagnosisWeight = 12;
- Returns:
- The reportTypeConfirmedClinicalDiagnosisWeight.
-
getReportTypeSelfReportedWeight
double getReportTypeSelfReportedWeight()
double reportTypeSelfReportedWeight = 13;
- Returns:
- The reportTypeSelfReportedWeight.
-
getReportTypeRecursiveWeight
double getReportTypeRecursiveWeight()
double reportTypeRecursiveWeight = 14;
- Returns:
- The reportTypeRecursiveWeight.
-
-