com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_measure.proto
package com.volcengine.service.vod.model.business;
public interface DescribeVodMostPlayedStatisDataResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* 空间
*
*
* string Space = 1;
* @return The space.
*/
java.lang.String getSpace();
/**
*
* 空间
*
*
* string Space = 1;
* @return The bytes for space.
*/
com.google.protobuf.ByteString
getSpaceBytes();
/**
*
* 查询的起始时间, rfc3339
*
*
* string StartTime = 2;
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
* 查询的起始时间, rfc3339
*
*
* string StartTime = 2;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* 查询的结束时间, rfc3339;查询时间跨度不超过93天
*
*
* string EndTime = 3;
* @return The endTime.
*/
java.lang.String getEndTime();
/**
*
* 查询的结束时间, rfc3339;查询时间跨度不超过93天
*
*
* string EndTime = 3;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* 排序类型
*
*
* string OrderType = 4;
* @return The orderType.
*/
java.lang.String getOrderType();
/**
*
* 排序类型
*
*
* string OrderType = 4;
* @return The bytes for orderType.
*/
com.google.protobuf.ByteString
getOrderTypeBytes();
/**
*
* 返回视频的个数。默认值为 100。最大为 100。
*
*
* int64 TopN = 5;
* @return The topN.
*/
long getTopN();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
*/
java.util.List
getPlayStatInfosList();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
*/
com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItem getPlayStatInfos(int index);
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
*/
int getPlayStatInfosCount();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
*/
java.util.List extends com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder>
getPlayStatInfosOrBuilderList();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodMostPlayedStatisDataItem PlayStatInfos = 6;
*/
com.volcengine.service.vod.model.business.DescribeVodMostPlayedStatisDataItemOrBuilder getPlayStatInfosOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy