public class ProIspPlayCodeDataInfo extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCode2xx()
Get Occurrences of 2xx error codes. 
 | 
Long | 
getCode3xx()
Get Occurrences of 3xx error codes. 
 | 
Long | 
getCode4xx()
Get Occurrences of 4xx error codes. 
 | 
Long | 
getCode5xx()
Get Occurrences of 5xx error codes. 
 | 
String | 
getCountryAreaName()
Get Country or region. 
 | 
String | 
getIspName()
Get ISP. 
 | 
String | 
getProvinceName()
Get District. 
 | 
void | 
setCode2xx(Long Code2xx)
Set Occurrences of 2xx error codes. 
 | 
void | 
setCode3xx(Long Code3xx)
Set Occurrences of 3xx error codes. 
 | 
void | 
setCode4xx(Long Code4xx)
Set Occurrences of 4xx error codes. 
 | 
void | 
setCode5xx(Long Code5xx)
Set Occurrences of 5xx error codes. 
 | 
void | 
setCountryAreaName(String CountryAreaName)
Set Country or region. 
 | 
void | 
setIspName(String IspName)
Set ISP. 
 | 
void | 
setProvinceName(String ProvinceName)
Set District. 
 | 
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, toJsonStringpublic ProIspPlayCodeDataInfo()
public ProIspPlayCodeDataInfo(ProIspPlayCodeDataInfo source)
public String getCountryAreaName()
public void setCountryAreaName(String CountryAreaName)
CountryAreaName - Country or region.public String getProvinceName()
public void setProvinceName(String ProvinceName)
ProvinceName - District.public String getIspName()
public void setIspName(String IspName)
IspName - ISP.public Long getCode2xx()
public void setCode2xx(Long Code2xx)
Code2xx - Occurrences of 2xx error codes.public Long getCode3xx()
public void setCode3xx(Long Code3xx)
Code3xx - Occurrences of 3xx error codes.public Long getCode4xx()
public void setCode4xx(Long Code4xx)
Code4xx - Occurrences of 4xx error codes.public Long getCode5xx()
public void setCode5xx(Long Code5xx)
Code5xx - Occurrences of 5xx error codes.Copyright © 2025. All rights reserved.