public class IPDetail extends AbstractModel
skipSign
Constructor and Description |
---|
IPDetail() |
IPDetail(IPDetail 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 |
getBandwidth()
Get Max bandwidth
|
String |
getIP()
Get IP string
|
String |
getProvider()
Get Network provider.
|
void |
setBandwidth(Long Bandwidth)
Set Max bandwidth
|
void |
setIP(String IP)
Set IP string
|
void |
setProvider(String Provider)
Set Network provider.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IPDetail()
public IPDetail(IPDetail source)
public String getIP()
public void setIP(String IP)
IP
- IP stringpublic String getProvider()
public void setProvider(String Provider)
Provider
- Network provider. `BGP`: Tencent Cloud BGP (default); `CMCC`: China Mobile; `CUCC`: China Unicom; `CTCC`: China Telecom.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- Max bandwidthCopyright © 2023. All rights reserved.