public class IPDetail extends AbstractModel
header, 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.