All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.vod.model.business.DescribeVodPlayedStatisDataResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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 DescribeVodPlayedStatisDataResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodPlayedStatisDataResult)
    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(); /** *
   * 查询的Vid列表,多个Vid用逗号分割
   * 
* * repeated string VidList = 4; * @return A list containing the vidList. */ java.util.List getVidListList(); /** *
   * 查询的Vid列表,多个Vid用逗号分割
   * 
* * repeated string VidList = 4; * @return The count of vidList. */ int getVidListCount(); /** *
   * 查询的Vid列表,多个Vid用逗号分割
   * 
* * repeated string VidList = 4; * @param index The index of the element to return. * @return The vidList at the given index. */ java.lang.String getVidList(int index); /** *
   * 查询的Vid列表,多个Vid用逗号分割
   * 
* * repeated string VidList = 4; * @param index The index of the value to return. * @return The bytes of the vidList at the given index. */ com.google.protobuf.ByteString getVidListBytes(int index); /** *
   * 排序类型
   * 
* * string OrderType = 5; * @return The orderType. */ java.lang.String getOrderType(); /** *
   * 排序类型
   * 
* * string OrderType = 5; * @return The bytes for orderType. */ com.google.protobuf.ByteString getOrderTypeBytes(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayedStatisDataItem PlayStatInfos = 6; */ java.util.List getPlayStatInfosList(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayedStatisDataItem PlayStatInfos = 6; */ com.volcengine.service.vod.model.business.DescribeVodPlayedStatisDataItem getPlayStatInfos(int index); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayedStatisDataItem PlayStatInfos = 6; */ int getPlayStatInfosCount(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayedStatisDataItem PlayStatInfos = 6; */ java.util.List getPlayStatInfosOrBuilderList(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayedStatisDataItem PlayStatInfos = 6; */ com.volcengine.service.vod.model.business.DescribeVodPlayedStatisDataItemOrBuilder getPlayStatInfosOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy