Interface MinutesAtAttenuationWeightOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Range getAttenuationRange()
      .app.coronawarn.server.common.protocols.internal.v2.Range attenuationRange = 1;
      RangeOrBuilder getAttenuationRangeOrBuilder()
      .app.coronawarn.server.common.protocols.internal.v2.Range attenuationRange = 1;
      double getWeight()
      double weight = 2;
      boolean hasAttenuationRange()
      .app.coronawarn.server.common.protocols.internal.v2.Range attenuationRange = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAttenuationRange

        boolean hasAttenuationRange()
        .app.coronawarn.server.common.protocols.internal.v2.Range attenuationRange = 1;
        Returns:
        Whether the attenuationRange field is set.
      • getAttenuationRange

        Range getAttenuationRange()
        .app.coronawarn.server.common.protocols.internal.v2.Range attenuationRange = 1;
        Returns:
        The attenuationRange.
      • getAttenuationRangeOrBuilder

        RangeOrBuilder getAttenuationRangeOrBuilder()
        .app.coronawarn.server.common.protocols.internal.v2.Range attenuationRange = 1;
      • getWeight

        double getWeight()
        double weight = 2;
        Returns:
        The weight.