Class ClientIpPlaySumInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ClientIpPlaySumInfo
-
public class ClientIpPlaySumInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClientIpPlaySumInfo
public ClientIpPlaySumInfo()
-
ClientIpPlaySumInfo
public 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.
-
-
Method Detail
-
getClientIp
public String getClientIp()
Get 客户端 IP,点分型。- Returns:
- ClientIp 客户端 IP,点分型。
-
setClientIp
public void setClientIp(String ClientIp)
Set 客户端 IP,点分型。- Parameters:
ClientIp
- 客户端 IP,点分型。
-
getProvince
public String getProvince()
Get 客户端所在省份。- Returns:
- Province 客户端所在省份。
-
setProvince
public void setProvince(String Province)
Set 客户端所在省份。- Parameters:
Province
- 客户端所在省份。
-
getTotalFlux
public Float getTotalFlux()
Get 总流量。- Returns:
- TotalFlux 总流量。
-
setTotalFlux
public void setTotalFlux(Float TotalFlux)
Set 总流量。- Parameters:
TotalFlux
- 总流量。
-
getTotalRequest
public Long getTotalRequest()
Get 总请求数。- Returns:
- TotalRequest 总请求数。
-
setTotalRequest
public void setTotalRequest(Long TotalRequest)
Set 总请求数。- Parameters:
TotalRequest
- 总请求数。
-
getTotalFailedRequest
public Long getTotalFailedRequest()
Get 总失败请求数。- Returns:
- TotalFailedRequest 总失败请求数。
-
setTotalFailedRequest
public void setTotalFailedRequest(Long TotalFailedRequest)
Set 总失败请求数。- Parameters:
TotalFailedRequest
- 总失败请求数。
-
getCountryArea
public String getCountryArea()
Get 客户端所在国家。- Returns:
- CountryArea 客户端所在国家。
-
setCountryArea
public void setCountryArea(String CountryArea)
Set 客户端所在国家。- Parameters:
CountryArea
- 客户端所在国家。
-
-