com.volcengine.service.vod.model.request.VodListCdnTopAccessRequestOrBuilder 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 VodListCdnTopAccessRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListCdnTopAccessRequest)
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();
/**
*
* 指定一个统计字段,默认值为url。取值:url:表示请求 URL, referer:表示请求
* Referer
*
*
* string Item = 5;
* @return The item.
*/
java.lang.String getItem();
/**
*
* 指定一个统计字段,默认值为url。取值:url:表示请求 URL, referer:表示请求
* Referer
*
*
* string Item = 5;
* @return The bytes for item.
*/
com.google.protobuf.ByteString
getItemBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy