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 Detail

      • getInfectiousnessForDaysSinceOnsetOfSymptomsCount

        int getInfectiousnessForDaysSinceOnsetOfSymptomsCount()
        map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
      • containsInfectiousnessForDaysSinceOnsetOfSymptoms

        boolean containsInfectiousnessForDaysSinceOnsetOfSymptoms​(int key)
        map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
      • 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.