Interface TotalWavesByKindRequest.TotalRequestFilterOrBuilder

    • 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.