Class ISP
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ISP
-
public class ISP extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetISPId()Get 运营商IDStringgetISPName()Get 运营商名称voidsetISPId(String ISPId)Set 运营商IDvoidsetISPName(String ISPName)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
-
ISP
public ISP()
-
ISP
public ISP(ISP 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
-
getISPId
public String getISPId()
Get 运营商ID- Returns:
- ISPId 运营商ID
-
setISPId
public void setISPId(String ISPId)
Set 运营商ID- Parameters:
ISPId- 运营商ID
-
getISPName
public String getISPName()
Get 运营商名称- Returns:
- ISPName 运营商名称
-
setISPName
public void setISPName(String ISPName)
Set 运营商名称- Parameters:
ISPName- 运营商名称
-
-