Class ProIspPlayCodeDataInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ProIspPlayCodeDataInfo
-
public class ProIspPlayCodeDataInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProIspPlayCodeDataInfo()ProIspPlayCodeDataInfo(ProIspPlayCodeDataInfo 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 LonggetCode2xx()Get 错误码为2开头的次数。LonggetCode3xx()Get 错误码为3开头的次数。LonggetCode4xx()Get 错误码为4开头的次数。LonggetCode5xx()Get 错误码为5开头的次数。StringgetCountryAreaName()Get 国家或地区。StringgetIspName()Get 运营商。StringgetProvinceName()Get 省份。voidsetCode2xx(Long Code2xx)Set 错误码为2开头的次数。voidsetCode3xx(Long Code3xx)Set 错误码为3开头的次数。voidsetCode4xx(Long Code4xx)Set 错误码为4开头的次数。voidsetCode5xx(Long Code5xx)Set 错误码为5开头的次数。voidsetCountryAreaName(String CountryAreaName)Set 国家或地区。voidsetIspName(String IspName)Set 运营商。voidsetProvinceName(String ProvinceName)Set 省份。voidtoMap(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
-
ProIspPlayCodeDataInfo
public ProIspPlayCodeDataInfo()
-
ProIspPlayCodeDataInfo
public ProIspPlayCodeDataInfo(ProIspPlayCodeDataInfo 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
-
getCountryAreaName
public String getCountryAreaName()
Get 国家或地区。- Returns:
- CountryAreaName 国家或地区。
-
setCountryAreaName
public void setCountryAreaName(String CountryAreaName)
Set 国家或地区。- Parameters:
CountryAreaName- 国家或地区。
-
getProvinceName
public String getProvinceName()
Get 省份。- Returns:
- ProvinceName 省份。
-
setProvinceName
public void setProvinceName(String ProvinceName)
Set 省份。- Parameters:
ProvinceName- 省份。
-
getIspName
public String getIspName()
Get 运营商。- Returns:
- IspName 运营商。
-
setIspName
public void setIspName(String IspName)
Set 运营商。- Parameters:
IspName- 运营商。
-
getCode2xx
public Long getCode2xx()
Get 错误码为2开头的次数。- Returns:
- Code2xx 错误码为2开头的次数。
-
setCode2xx
public void setCode2xx(Long Code2xx)
Set 错误码为2开头的次数。- Parameters:
Code2xx- 错误码为2开头的次数。
-
getCode3xx
public Long getCode3xx()
Get 错误码为3开头的次数。- Returns:
- Code3xx 错误码为3开头的次数。
-
setCode3xx
public void setCode3xx(Long Code3xx)
Set 错误码为3开头的次数。- Parameters:
Code3xx- 错误码为3开头的次数。
-
getCode4xx
public Long getCode4xx()
Get 错误码为4开头的次数。- Returns:
- Code4xx 错误码为4开头的次数。
-
setCode4xx
public void setCode4xx(Long Code4xx)
Set 错误码为4开头的次数。- Parameters:
Code4xx- 错误码为4开头的次数。
-
getCode5xx
public Long getCode5xx()
Get 错误码为5开头的次数。- Returns:
- Code5xx 错误码为5开头的次数。
-
setCode5xx
public void setCode5xx(Long Code5xx)
Set 错误码为5开头的次数。- Parameters:
Code5xx- 错误码为5开头的次数。
-
-