public interface VodListCdnTopAccessRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomains()
域名(当前仅支持一个域名)
|
com.google.protobuf.ByteString |
getDomainsBytes()
域名(当前仅支持一个域名)
|
int |
getEndTimestamp()
查询结束时间戳,单位:Unix秒级时间戳
|
String |
getItem()
指定一个统计字段,默认值为url。取值:url:表示请求 URL, referer:表示请求
Referer
|
com.google.protobuf.ByteString |
getItemBytes()
指定一个统计字段,默认值为url。取值:url:表示请求 URL, referer:表示请求
Referer
|
String |
getSortType()
排序方式,默认值为pv。取值:flux - 流量, pv -访问量
|
com.google.protobuf.ByteString |
getSortTypeBytes()
排序方式,默认值为pv。取值:flux - 流量, pv -访问量
|
int |
getStartTimestamp()
查询起始时间戳,单位:Unix秒级时间戳
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomains()
域名(当前仅支持一个域名)
string Domains = 1;com.google.protobuf.ByteString getDomainsBytes()
域名(当前仅支持一个域名)
string Domains = 1;int getStartTimestamp()
查询起始时间戳,单位:Unix秒级时间戳
int32 StartTimestamp = 2;int getEndTimestamp()
查询结束时间戳,单位:Unix秒级时间戳
int32 EndTimestamp = 3;String getSortType()
排序方式,默认值为pv。取值:flux - 流量, pv -访问量
string SortType = 4;com.google.protobuf.ByteString getSortTypeBytes()
排序方式,默认值为pv。取值:flux - 流量, pv -访问量
string SortType = 4;String getItem()
指定一个统计字段,默认值为url。取值:url:表示请求 URL, referer:表示请求 Referer
string Item = 5;com.google.protobuf.ByteString getItemBytes()
指定一个统计字段,默认值为url。取值:url:表示请求 URL, referer:表示请求 Referer
string Item = 5;Copyright © 2025. All rights reserved.