public interface CdnUsageDataItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getArea()
国家/地区
string Area = 2; |
com.google.protobuf.ByteString |
getAreaBytes()
国家/地区
string Area = 2; |
long |
getConn()
请求数
int64 Conn = 6; |
long |
getFlow()
流量,单位:Byte
int64 Flow = 3; |
long |
getHttpConn()
http请求数
int64 HttpConn = 7; |
long |
getHttpFlow()
http流量,单位: Byte
int64 HttpFlow = 4; |
long |
getHttpsConn()
https请求数
int64 HttpsConn = 8; |
long |
getHttpsFlow()
https流量,单位: Byte
int64 HttpsFlow = 5; |
long |
getTime()
时间戳
int64 Time = 1; |
long 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 © 2024. All rights reserved.