public class IPLineInfo extends AbstractModel
Constructor and Description |
---|
IPLineInfo() |
IPLineInfo(IPLineInfo 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 |
getEip()
Get 线路IP
|
String |
getType()
Get IP线路类型,取值[
"bgp":BGP线路IP
"ctcc":电信线路IP
"cucc":联通线路IP
"cmcc":移动线路IP
"abroad":境外线路IP
]
|
void |
setEip(String Eip)
Set 线路IP
|
void |
setType(String Type)
Set IP线路类型,取值[
"bgp":BGP线路IP
"ctcc":电信线路IP
"cucc":联通线路IP
"cmcc":移动线路IP
"abroad":境外线路IP
]
|
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 IPLineInfo()
public IPLineInfo(IPLineInfo source)
public String getType()
public void setType(String Type)
Type
- IP线路类型,取值[
"bgp":BGP线路IP
"ctcc":电信线路IP
"cucc":联通线路IP
"cmcc":移动线路IP
"abroad":境外线路IP
]public String getEip()
public void setEip(String Eip)
Eip
- 线路IPCopyright © 2022. All rights reserved.