public class ClientIpPlaySumInfo extends AbstractModel
Constructor and Description |
---|
ClientIpPlaySumInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getClientIp()
Get 客户端 IP,点分型。
|
String |
getCountryArea()
Get 客户端所在国家。
|
String |
getProvince()
Get 客户端所在省份。
|
Long |
getTotalFailedRequest()
Get 总失败请求数。
|
Float |
getTotalFlux()
Get 总流量。
|
Long |
getTotalRequest()
Get 总请求数。
|
void |
setClientIp(String ClientIp)
Set 客户端 IP,点分型。
|
void |
setCountryArea(String CountryArea)
Set 客户端所在国家。
|
void |
setProvince(String Province)
Set 客户端所在省份。
|
void |
setTotalFailedRequest(Long TotalFailedRequest)
Set 总失败请求数。
|
void |
setTotalFlux(Float TotalFlux)
Set 总流量。
|
void |
setTotalRequest(Long TotalRequest)
Set 总请求数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- 客户端 IP,点分型。public String getProvince()
public void setProvince(String Province)
Province
- 客户端所在省份。public Float getTotalFlux()
public void setTotalFlux(Float TotalFlux)
TotalFlux
- 总流量。public Long getTotalRequest()
public void setTotalRequest(Long TotalRequest)
TotalRequest
- 总请求数。public Long getTotalFailedRequest()
public void setTotalFailedRequest(Long TotalFailedRequest)
TotalFailedRequest
- 总失败请求数。public String getCountryArea()
public void setCountryArea(String CountryArea)
CountryArea
- 客户端所在国家。Copyright © 2020. All rights reserved.