public class IPDetail extends AbstractModel
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 带宽
|
String |
getIP()
Get IP字符串
|
String |
getProvider()
Get 供应商,BGP表示默认,CMCC表示中国移动,CUCC表示中国联通,CTCC表示中国电信
|
void |
setBandwidth(Long Bandwidth)
Set 带宽
|
void |
setIP(String IP)
Set IP字符串
|
void |
setProvider(String Provider)
Set 供应商,BGP表示默认,CMCC表示中国移动,CUCC表示中国联通,CTCC表示中国电信
|
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, toJsonString
public IPDetail()
public IPDetail(IPDetail source)
public String getIP()
public void setIP(String IP)
IP
- IP字符串public String getProvider()
public void setProvider(String Provider)
Provider
- 供应商,BGP表示默认,CMCC表示中国移动,CUCC表示中国联通,CTCC表示中国电信public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 带宽Copyright © 2022. All rights reserved.