Interface TotalTwitterByTimelineResponse.TotalByTimeLineDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      user count
      com.google.protobuf.Timestamp getTimeLine()
      time point
      boolean hasTimeLine()
      time point
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasTimeLine

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

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

        long getCount()
         user count
         
        uint64 count = 2 [json_name = "count"];
        Returns:
        The count.