Interface TotalViewersByTimeLineResponse.TotalByTimeLineDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalViewersByTimeLineResponse.TotalByTimeLineData,TotalViewersByTimeLineResponse.TotalByTimeLineData.Builder
- Enclosing class:
- TotalViewersByTimeLineResponse
public static interface TotalViewersByTimeLineResponse.TotalByTimeLineDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()button initialized countcom.google.protobuf.TimestampgetTimeLine()time pointbooleanhasTimeLine()time point
-
-
-
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()
button initialized count
uint64 count = 2 [json_name = "count"];- Returns:
- The count.
-
-