Interface TotalWavesByKindRequest.TotalRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalWavesByKindRequest.TotalRequestFilter,TotalWavesByKindRequest.TotalRequestFilter.Builder
- Enclosing class:
- TotalWavesByKindRequest
public static interface TotalWavesByKindRequest.TotalRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()sports event idsKindgetKind()kind: KIND_WAVES_SENT, KIND_WAVES_REPLIESintgetKindValue()kind: KIND_WAVES_SENT, KIND_WAVES_REPLIESPeriodgetPeriod()periodbooleanhasPeriod()period
-
-
-
Method Detail
-
hasPeriod
boolean hasPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- The period.
-
getKindValue
int getKindValue()
kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
.streamlayer.analytics.v1.common.Kind kind = 2 [json_name = "kind"];- Returns:
- The enum numeric value on the wire for kind.
-
getKind
Kind getKind()
kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
.streamlayer.analytics.v1.common.Kind kind = 2 [json_name = "kind"];- Returns:
- The kind.
-
getEventId
long getEventId()
sports event ids
uint64 event_id = 3 [json_name = "eventId"];- Returns:
- The eventId.
-
-