public class ClientIpPlaySumInfo extends AbstractModel
构造器和说明 |
---|
ClientIpPlaySumInfo() |
限定符和类型 | 方法和说明 |
---|---|
String |
getClientIp()
获取客户端ip,点分型。
|
String |
getCountryArea()
获取客户端所在国家。
|
String |
getProvince()
获取客户端所在省份。
|
Integer |
getTotalFailedRequest()
获取总失败请求数。
|
Float |
getTotalFlux()
获取总流量。
|
Integer |
getTotalRequest()
获取总请求数。
|
void |
setClientIp(String ClientIp)
设置客户端ip,点分型。
|
void |
setCountryArea(String CountryArea)
设置客户端所在国家。
|
void |
setProvince(String Province)
设置客户端所在省份。
|
void |
setTotalFailedRequest(Integer TotalFailedRequest)
设置总失败请求数。
|
void |
setTotalFlux(Float TotalFlux)
设置总流量。
|
void |
setTotalRequest(Integer TotalRequest)
设置总请求数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 Integer getTotalRequest()
public void setTotalRequest(Integer TotalRequest)
TotalRequest
- 总请求数。public Integer getTotalFailedRequest()
public void setTotalFailedRequest(Integer TotalFailedRequest)
TotalFailedRequest
- 总失败请求数。public String getCountryArea()
public void setCountryArea(String CountryArea)
CountryArea
- 客户端所在国家。Copyright © 2019. All rights reserved.