public class ISP extends AbstractModel
header, skipSign
Constructor and Description |
---|
ISP() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getISPId()
Get 运营商ID
|
String |
getISPName()
Get 运营商名称
|
void |
setISPId(String ISPId)
Set 运营商ID
|
void |
setISPName(String ISPName)
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 ISP()
public ISP(ISP source)
public String getISPId()
public void setISPId(String ISPId)
ISPId
- 运营商IDpublic String getISPName()
public void setISPName(String ISPName)
ISPName
- 运营商名称Copyright © 2024. All rights reserved.