public class CatAgent extends AbstractModel
| Constructor and Description |
|---|
CatAgent() |
CatAgent(CatAgent 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 |
getIsp()
Get 拨测结点所在的运营商(英文缩写)
|
String |
getIspName()
Get 拨测结点所在的运营商(中文名称)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProvince()
Get 拨测结点所在的省份(拼音缩写)
|
String |
getProvinceName()
Get 拨测结点所在的省份(中文名称)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsp(String Isp)
Set 拨测结点所在的运营商(英文缩写)
|
void |
setIspName(String IspName)
Set 拨测结点所在的运营商(中文名称)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProvince(String Province)
Set 拨测结点所在的省份(拼音缩写)
|
void |
setProvinceName(String ProvinceName)
Set 拨测结点所在的省份(中文名称)
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic CatAgent()
public CatAgent(CatAgent source)
public String getProvince()
public void setProvince(String Province)
Province - 拨测结点所在的省份(拼音缩写)public String getIsp()
public void setIsp(String Isp)
Isp - 拨测结点所在的运营商(英文缩写)public String getProvinceName()
public void setProvinceName(String ProvinceName)
ProvinceName - 拨测结点所在的省份(中文名称)
注意:此字段可能返回 null,表示取不到有效值。public String getIspName()
public void setIspName(String IspName)
IspName - 拨测结点所在的运营商(中文名称)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.