public interface DescribeVodMostPlayedStatisDataResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
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; |
DescribeVodMostPlayedStatisDataItem |
getPlayStatInfos(int index)
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; |
int |
getPlayStatInfosCount()
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; |
List<DescribeVodMostPlayedStatisDataItem> |
getPlayStatInfosList()
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; |
DescribeVodMostPlayedStatisDataItemOrBuilder |
getPlayStatInfosOrBuilder(int index)
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; |
List<? extends DescribeVodMostPlayedStatisDataItemOrBuilder> |
getPlayStatInfosOrBuilderList()
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6; |
String |
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; |
long |
getTopN()
返回视频的个数。
|
String 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;
List<DescribeVodMostPlayedStatisDataItem> getPlayStatInfosList()
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
DescribeVodMostPlayedStatisDataItem getPlayStatInfos(int index)
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
int getPlayStatInfosCount()
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
List<? extends DescribeVodMostPlayedStatisDataItemOrBuilder> getPlayStatInfosOrBuilderList()
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
DescribeVodMostPlayedStatisDataItemOrBuilder getPlayStatInfosOrBuilder(int index)
repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
Copyright © 2024. All rights reserved.