Interface StatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Statistics
,Statistics.Builder
public interface StatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCardIdSequence(int index)
The sequence in which cards are displayed remove a cardId here to hide a card from the appint
getCardIdSequenceCount()
The sequence in which cards are displayed remove a cardId here to hide a card from the appList<Integer>
getCardIdSequenceList()
The sequence in which cards are displayed remove a cardId here to hide a card from the appKeyFigureCard
getKeyFigureCards(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
int
getKeyFigureCardsCount()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
List<KeyFigureCard>
getKeyFigureCardsList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
KeyFigureCardOrBuilder
getKeyFigureCardsOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
List<? extends KeyFigureCardOrBuilder>
getKeyFigureCardsOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCardIdSequenceList
List<Integer> getCardIdSequenceList()
The sequence in which cards are displayed remove a cardId here to hide a card from the app
repeated int32 cardIdSequence = 1;
- Returns:
- A list containing the cardIdSequence.
-
getCardIdSequenceCount
int getCardIdSequenceCount()
The sequence in which cards are displayed remove a cardId here to hide a card from the app
repeated int32 cardIdSequence = 1;
- Returns:
- The count of cardIdSequence.
-
getCardIdSequence
int getCardIdSequence(int index)
The sequence in which cards are displayed remove a cardId here to hide a card from the app
repeated int32 cardIdSequence = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The cardIdSequence at the given index.
-
getKeyFigureCardsList
List<KeyFigureCard> getKeyFigureCardsList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-
getKeyFigureCards
KeyFigureCard getKeyFigureCards(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-
getKeyFigureCardsCount
int getKeyFigureCardsCount()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-
getKeyFigureCardsOrBuilderList
List<? extends KeyFigureCardOrBuilder> getKeyFigureCardsOrBuilderList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-
getKeyFigureCardsOrBuilder
KeyFigureCardOrBuilder getKeyFigureCardsOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigureCard keyFigureCards = 2;
-
-