public interface DescribeVodMostPlayedStatisDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
com.google.protobuf.ByteString |
getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
String |
getOrderType()
排序类型
|
com.google.protobuf.ByteString |
getOrderTypeBytes()
排序类型
|
String |
getSpace()
空间
|
com.google.protobuf.ByteString |
getSpaceBytes()
空间
|
String |
getStartTime()
查询的起始时间, rfc3339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询的起始时间, rfc3339
|
long |
getTopN()
返回视频的个数。默认值为 100。最大为 100。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpace()
空间
string Space = 1;com.google.protobuf.ByteString getSpaceBytes()
空间
string Space = 1;String getStartTime()
查询的起始时间, rfc3339
string StartTime = 2;com.google.protobuf.ByteString getStartTimeBytes()
查询的起始时间, rfc3339
string StartTime = 2;String getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
string EndTime = 3;com.google.protobuf.ByteString getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
string EndTime = 3;String getOrderType()
排序类型
string OrderType = 4;com.google.protobuf.ByteString getOrderTypeBytes()
排序类型
string OrderType = 4;long getTopN()
返回视频的个数。默认值为 100。最大为 100。
int64 TopN = 5;Copyright © 2025. All rights reserved.