public interface VodListCdnTopAccessUrlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomains()
域名(当前仅支持一个域名)
|
com.google.protobuf.ByteString |
getDomainsBytes()
域名(当前仅支持一个域名)
|
int |
getEndTimestamp()
查询结束时间戳,单位:Unix秒级时间戳
|
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;Copyright © 2025. All rights reserved.