public class ClientIpPlaySumInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClientIpPlaySumInfo() |
ClientIpPlaySumInfo(ClientIpPlaySumInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClientIpPlaySumInfo()
public ClientIpPlaySumInfo(ClientIpPlaySumInfo source)
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 © 2024. All rights reserved.