Interface KeyFigureOrBuilder

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

    public interface KeyFigureOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDecimals()
      zero by default; formatted as integer then
      KeyFigure.Rank getRank()
      .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
      int getRankValue()
      .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
      KeyFigure.Trend getTrend()
      .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
      KeyFigure.TrendSemantic getTrendSemantic()
      .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.TrendSemantic trendSemantic = 5;
      int getTrendSemanticValue()
      .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.TrendSemantic trendSemantic = 5;
      int getTrendValue()
      .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
      double getValue()
      double value = 2;
      • 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

      • getRankValue

        int getRankValue()
        .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
        Returns:
        The enum numeric value on the wire for rank.
      • getRank

        KeyFigure.Rank getRank()
        .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Rank rank = 1;
        Returns:
        The rank.
      • getValue

        double getValue()
        double value = 2;
        Returns:
        The value.
      • getDecimals

        int getDecimals()
         zero by default; formatted as integer then
         
        int32 decimals = 3;
        Returns:
        The decimals.
      • getTrendValue

        int getTrendValue()
        .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
        Returns:
        The enum numeric value on the wire for trend.
      • getTrend

        KeyFigure.Trend getTrend()
        .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
        Returns:
        The trend.
      • getTrendSemanticValue

        int getTrendSemanticValue()
        .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.TrendSemantic trendSemantic = 5;
        Returns:
        The enum numeric value on the wire for trendSemantic.
      • getTrendSemantic

        KeyFigure.TrendSemantic getTrendSemantic()
        .app.coronawarn.server.common.protocols.internal.stats.KeyFigure.TrendSemantic trendSemantic = 5;
        Returns:
        The trendSemantic.