public interface VodListCdnHitrateDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomains()
域名,多个用逗号隔开
|
com.google.protobuf.ByteString |
getDomainsBytes()
域名,多个用逗号隔开
|
long |
getEndTimestamp()
查询范围截止时间
|
String |
getInterval()
聚合度,可选:auto,5min,hour,day
|
com.google.protobuf.ByteString |
getIntervalBytes()
聚合度,可选:auto,5min,hour,day
|
String |
getMetric()
指标类别
|
com.google.protobuf.ByteString |
getMetricBytes()
指标类别
|
boolean |
getNeedDetail()
bool NeedDetail = 6; |
long |
getStartTimestamp()
查询范围起始时间
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomains()
域名,多个用逗号隔开
string Domains = 1;com.google.protobuf.ByteString getDomainsBytes()
域名,多个用逗号隔开
string Domains = 1;String getInterval()
聚合度,可选:auto,5min,hour,day
string Interval = 2;com.google.protobuf.ByteString getIntervalBytes()
聚合度,可选:auto,5min,hour,day
string Interval = 2;long getStartTimestamp()
查询范围起始时间
int64 StartTimestamp = 3;long getEndTimestamp()
查询范围截止时间
int64 EndTimestamp = 4;String getMetric()
指标类别
string Metric = 5;com.google.protobuf.ByteString getMetricBytes()
指标类别
string Metric = 5;boolean getNeedDetail()
bool NeedDetail = 6;Copyright © 2025. All rights reserved.