public interface VodDescribeVodDomainTrafficDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAggregation()
default 300, supports 1800, 3600 and 86400
|
String |
getDomainList()
list of domains to query
|
com.google.protobuf.ByteString |
getDomainListBytes()
list of domains to query
|
String |
getEndTime()
rfc339
|
com.google.protobuf.ByteString |
getEndTimeBytes()
rfc339
|
String |
getStartTime()
rfc339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
rfc339
|
String |
getTrafficType()
PCDN, CDN, or ALL
|
com.google.protobuf.ByteString |
getTrafficTypeBytes()
PCDN, CDN, or ALL
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomainList()
list of domains to query
string DomainList = 1;com.google.protobuf.ByteString getDomainListBytes()
list of domains to query
string DomainList = 1;String getStartTime()
rfc339
string StartTime = 2;com.google.protobuf.ByteString getStartTimeBytes()
rfc339
string StartTime = 2;String getEndTime()
rfc339
string EndTime = 3;com.google.protobuf.ByteString getEndTimeBytes()
rfc339
string EndTime = 3;int getAggregation()
default 300, supports 1800, 3600 and 86400
int32 Aggregation = 4;String getTrafficType()
PCDN, CDN, or ALL
string TrafficType = 5;com.google.protobuf.ByteString getTrafficTypeBytes()
PCDN, CDN, or ALL
string TrafficType = 5;Copyright © 2023. All rights reserved.