Interface TotalPollsByTimelineResponse.TotalByTimeLineDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNavigated()
      uint64 navigated = 5 [json_name = "navigated"];
      long getOpened()
      uint64 opened = 3 [json_name = "opened"];
      long getReceived()
      uint64 received = 2 [json_name = "received"];
      com.google.protobuf.Timestamp getTimeLine()
      .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"];
      long getVoted()
      uint64 voted = 4 [json_name = "voted"];
      boolean hasTimeLine()
      .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasTimeLine

        boolean hasTimeLine()
        .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"];
        Returns:
        Whether the timeLine field is set.
      • getTimeLine

        com.google.protobuf.Timestamp getTimeLine()
        .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"];
        Returns:
        The timeLine.
      • getReceived

        long getReceived()
        uint64 received = 2 [json_name = "received"];
        Returns:
        The received.
      • getOpened

        long getOpened()
        uint64 opened = 3 [json_name = "opened"];
        Returns:
        The opened.
      • getVoted

        long getVoted()
        uint64 voted = 4 [json_name = "voted"];
        Returns:
        The voted.
      • getNavigated

        long getNavigated()
        uint64 navigated = 5 [json_name = "navigated"];
        Returns:
        The navigated.