Interface RiskScoreParameters.DurationRiskParametersOrBuilder

    • Method Detail

      • getEq0MinValue

        int getEq0MinValue()
         D = 0 min, lowest risk
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel eq_0_min = 1;
        Returns:
        The enum numeric value on the wire for eq0Min.
      • getEq0Min

        RiskLevel getEq0Min()
         D = 0 min, lowest risk
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel eq_0_min = 1;
        Returns:
        The eq0Min.
      • getGt0Le5MinValue

        int getGt0Le5MinValue()
         0 < D <= 5 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_0_le_5_min = 2;
        Returns:
        The enum numeric value on the wire for gt0Le5Min.
      • getGt0Le5Min

        RiskLevel getGt0Le5Min()
         0 < D <= 5 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_0_le_5_min = 2;
        Returns:
        The gt0Le5Min.
      • getGt5Le10MinValue

        int getGt5Le10MinValue()
         5 < D <= 10 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_5_le_10_min = 3;
        Returns:
        The enum numeric value on the wire for gt5Le10Min.
      • getGt5Le10Min

        RiskLevel getGt5Le10Min()
         5 < D <= 10 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_5_le_10_min = 3;
        Returns:
        The gt5Le10Min.
      • getGt10Le15MinValue

        int getGt10Le15MinValue()
         10 < D <= 15 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_10_le_15_min = 4;
        Returns:
        The enum numeric value on the wire for gt10Le15Min.
      • getGt10Le15Min

        RiskLevel getGt10Le15Min()
         10 < D <= 15 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_10_le_15_min = 4;
        Returns:
        The gt10Le15Min.
      • getGt15Le20MinValue

        int getGt15Le20MinValue()
         15 < D <= 20 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_15_le_20_min = 5;
        Returns:
        The enum numeric value on the wire for gt15Le20Min.
      • getGt15Le20Min

        RiskLevel getGt15Le20Min()
         15 < D <= 20 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_15_le_20_min = 5;
        Returns:
        The gt15Le20Min.
      • getGt20Le25MinValue

        int getGt20Le25MinValue()
         20 < D <= 25 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_20_le_25_min = 6;
        Returns:
        The enum numeric value on the wire for gt20Le25Min.
      • getGt20Le25Min

        RiskLevel getGt20Le25Min()
         20 < D <= 25 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_20_le_25_min = 6;
        Returns:
        The gt20Le25Min.
      • getGt25Le30MinValue

        int getGt25Le30MinValue()
         25 < D <= 30 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_25_le_30_min = 7;
        Returns:
        The enum numeric value on the wire for gt25Le30Min.
      • getGt25Le30Min

        RiskLevel getGt25Le30Min()
         25 < D <= 30 min
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_25_le_30_min = 7;
        Returns:
        The gt25Le30Min.
      • getGt30MinValue

        int getGt30MinValue()
         > 30 min, highest risk
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_30_min = 8;
        Returns:
        The enum numeric value on the wire for gt30Min.
      • getGt30Min

        RiskLevel getGt30Min()
         > 30 min, highest risk
         
        .app.coronawarn.server.common.protocols.internal.RiskLevel gt_30_min = 8;
        Returns:
        The gt30Min.