public interface CdnUsageDataItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArea()
国家/地区
|
com.google.protobuf.ByteString |
getAreaBytes()
国家/地区
|
long |
getConn()
请求数
|
long |
getFlow()
流量,单位:Byte
|
long |
getHttpConn()
http请求数
|
long |
getHttpFlow()
http流量,单位: Byte
|
long |
getHttpsConn()
https请求数
|
long |
getHttpsFlow()
https流量,单位: Byte
|
long |
getTime()
时间戳
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTime()
时间戳
int64 Time = 1;String getArea()
国家/地区
string Area = 2;com.google.protobuf.ByteString getAreaBytes()
国家/地区
string Area = 2;long getFlow()
流量,单位:Byte
int64 Flow = 3;long getHttpFlow()
http流量,单位: Byte
int64 HttpFlow = 4;long getHttpsFlow()
https流量,单位: Byte
int64 HttpsFlow = 5;long getConn()
请求数
int64 Conn = 6;long getHttpConn()
http请求数
int64 HttpConn = 7;long getHttpsConn()
https请求数
int64 HttpsConn = 8;Copyright © 2025. All rights reserved.