public class ClientIpPlaySumInfo extends AbstractModel
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 Client IP in dotted-decimal notation.
|
String |
getCountryArea()
Get Country/region where the client is located.
|
String |
getProvince()
Get District where the client is located.
|
Long |
getTotalFailedRequest()
Get Total number of failed requests.
|
Float |
getTotalFlux()
Get Total traffic.
|
Long |
getTotalRequest()
Get Total number of requests.
|
void |
setClientIp(String ClientIp)
Set Client IP in dotted-decimal notation.
|
void |
setCountryArea(String CountryArea)
Set Country/region where the client is located.
|
void |
setProvince(String Province)
Set District where the client is located.
|
void |
setTotalFailedRequest(Long TotalFailedRequest)
Set Total number of failed requests.
|
void |
setTotalFlux(Float TotalFlux)
Set Total traffic.
|
void |
setTotalRequest(Long TotalRequest)
Set Total number of requests.
|
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 ClientIpPlaySumInfo()
public ClientIpPlaySumInfo(ClientIpPlaySumInfo source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- Client IP in dotted-decimal notation.public String getProvince()
public void setProvince(String Province)
Province
- District where the client is located.public Float getTotalFlux()
public void setTotalFlux(Float TotalFlux)
TotalFlux
- Total traffic.public Long getTotalRequest()
public void setTotalRequest(Long TotalRequest)
TotalRequest
- Total number of requests.public Long getTotalFailedRequest()
public void setTotalFailedRequest(Long TotalFailedRequest)
TotalFailedRequest
- Total number of failed requests.public String getCountryArea()
public void setCountryArea(String CountryArea)
CountryArea
- Country/region where the client is located.Copyright © 2023. All rights reserved.