com.volcengine.service.vod.model.request.DescribeVodPlayedStatisDataRequestOrBuilder 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/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface DescribeVodPlayedStatisDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.DescribeVodPlayedStatisDataRequest)
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用逗号分割
*
*
* string VidList = 4;
* @return The vidList.
*/
java.lang.String getVidList();
/**
*
* 查询的Vid列表,多个Vid用逗号分割
*
*
* string VidList = 4;
* @return The bytes for vidList.
*/
com.google.protobuf.ByteString
getVidListBytes();
/**
*
* 排序类型
*
*
* string OrderType = 5;
* @return The orderType.
*/
java.lang.String getOrderType();
/**
*
* 排序类型
*
*
* string OrderType = 5;
* @return The bytes for orderType.
*/
com.google.protobuf.ByteString
getOrderTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy