Interface RiskScoreParametersOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RiskScoreParameters, RiskScoreParameters.Builder

    public interface RiskScoreParametersOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasTransmission

        boolean hasTransmission()
         App-specific mapping
         
        .app.coronawarn.server.common.protocols.internal.RiskScoreParameters.TransmissionRiskParameters transmission = 1;
        Returns:
        Whether the transmission field is set.
      • getTransmission

        RiskScoreParameters.TransmissionRiskParameters getTransmission()
         App-specific mapping
         
        .app.coronawarn.server.common.protocols.internal.RiskScoreParameters.TransmissionRiskParameters transmission = 1;
        Returns:
        The transmission.
      • getTransmissionWeight

        double getTransmissionWeight()
        double transmission_weight = 2;
        Returns:
        The transmissionWeight.
      • hasDuration

        boolean hasDuration()
        .app.coronawarn.server.common.protocols.internal.RiskScoreParameters.DurationRiskParameters duration = 3;
        Returns:
        Whether the duration field is set.
      • getDurationWeight

        double getDurationWeight()
        double duration_weight = 4;
        Returns:
        The durationWeight.
      • hasDaysSinceLastExposure

        boolean hasDaysSinceLastExposure()
        .app.coronawarn.server.common.protocols.internal.RiskScoreParameters.DaysSinceLastExposureRiskParameters days_since_last_exposure = 5;
        Returns:
        Whether the daysSinceLastExposure field is set.
      • getDaysSinceLastExposure

        RiskScoreParameters.DaysSinceLastExposureRiskParameters getDaysSinceLastExposure()
        .app.coronawarn.server.common.protocols.internal.RiskScoreParameters.DaysSinceLastExposureRiskParameters days_since_last_exposure = 5;
        Returns:
        The daysSinceLastExposure.
      • getDaysWeight

        double getDaysWeight()
        double days_weight = 6;
        Returns:
        The daysWeight.
      • hasAttenuation

        boolean hasAttenuation()
        .app.coronawarn.server.common.protocols.internal.RiskScoreParameters.AttenuationRiskParameters attenuation = 7;
        Returns:
        Whether the attenuation field is set.
      • getAttenuationWeight

        double getAttenuationWeight()
        double attenuation_weight = 8;
        Returns:
        The attenuationWeight.