public class IPAddress extends AbstractModel
| Constructor and Description | 
|---|
IPAddress()  | 
IPAddress(IPAddress 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 | 
getIp()
Get IP Address 
 | 
Long | 
getPort()
Get Network port 
 | 
String | 
getType()
Get Type. 
 | 
void | 
setIp(String Ip)
Set IP Address 
 | 
void | 
setPort(Long Port)
Set Network port 
 | 
void | 
setType(String Type)
Set Type. 
 | 
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, toJsonStringpublic IPAddress()
public IPAddress(IPAddress source)
public String getType()
public void setType(String Type)
Type - Type. Valid values: `advertise`, `public`, and otherspublic String getIp()
public void setIp(String Ip)
Ip - IP Addresspublic Long getPort()
public void setPort(Long Port)
Port - Network portCopyright © 2022. All rights reserved.