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 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;
      • 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;
      • 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;