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 错误码为2开头的次数。
|
Long |
getCode3xx()
Get 错误码为3开头的次数。
|
Long |
getCode4xx()
Get 错误码为4开头的次数。
|
Long |
getCode5xx()
Get 错误码为5开头的次数。
|
String |
getCountryAreaName()
Get 国家或地区。
|
String |
getIspName()
Get 运营商。
|
String |
getProvinceName()
Get 省份。
|
void |
setCode2xx(Long Code2xx)
Set 错误码为2开头的次数。
|
void |
setCode3xx(Long Code3xx)
Set 错误码为3开头的次数。
|
void |
setCode4xx(Long Code4xx)
Set 错误码为4开头的次数。
|
void |
setCode5xx(Long Code5xx)
Set 错误码为5开头的次数。
|
void |
setCountryAreaName(String CountryAreaName)
Set 国家或地区。
|
void |
setIspName(String IspName)
Set 运营商。
|
void |
setProvinceName(String ProvinceName)
Set 省份。
|
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, toJsonString
public ProIspPlayCodeDataInfo()
public ProIspPlayCodeDataInfo(ProIspPlayCodeDataInfo source)
public String getCountryAreaName()
public void setCountryAreaName(String CountryAreaName)
CountryAreaName
- 国家或地区。public String getProvinceName()
public void setProvinceName(String ProvinceName)
ProvinceName
- 省份。public String getIspName()
public void setIspName(String IspName)
IspName
- 运营商。public Long getCode2xx()
public void setCode2xx(Long Code2xx)
Code2xx
- 错误码为2开头的次数。public Long getCode3xx()
public void setCode3xx(Long Code3xx)
Code3xx
- 错误码为3开头的次数。public Long getCode4xx()
public void setCode4xx(Long Code4xx)
Code4xx
- 错误码为4开头的次数。public Long getCode5xx()
public void setCode5xx(Long Code5xx)
Code5xx
- 错误码为5开头的次数。Copyright © 2024. All rights reserved.