com.byteplus.service.vod.model.request.VodListCdnTopAccessUrlRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodListCdnTopAccessUrlRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListCdnTopAccessUrlRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 域名(当前仅支持一个域名)
*
*
* string Domains = 1;
* @return The domains.
*/
java.lang.String getDomains();
/**
*
* 域名(当前仅支持一个域名)
*
*
* string Domains = 1;
* @return The bytes for domains.
*/
com.google.protobuf.ByteString
getDomainsBytes();
/**
*
* 查询起始时间戳,单位:Unix秒级时间戳
*
*
* int32 StartTimestamp = 2;
* @return The startTimestamp.
*/
int getStartTimestamp();
/**
*
* 查询结束时间戳,单位:Unix秒级时间戳
*
*
* int32 EndTimestamp = 3;
* @return The endTimestamp.
*/
int getEndTimestamp();
/**
*
* 排序方式,默认值为pv。取值:flux - 流量, pv -访问量
*
*
* string SortType = 4;
* @return The sortType.
*/
java.lang.String getSortType();
/**
*
* 排序方式,默认值为pv。取值:flux - 流量, pv -访问量
*
*
* string SortType = 4;
* @return The bytes for sortType.
*/
com.google.protobuf.ByteString
getSortTypeBytes();
}