public class IpStatus extends AbstractModel
| Constructor and Description | 
|---|
| IpStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCity()Get Node city | 
| String | getDistrict()Get Node region | 
| String | getIp()Get Node IP | 
| String | getIsp()Get Node ISP | 
| String | getStatus()Get Node status
online: the node is online; scheduling service running
offline: the node is offline | 
| void | setCity(String City)Set Node city | 
| void | setDistrict(String District)Set Node region | 
| void | setIp(String Ip)Set Node IP | 
| void | setIsp(String Isp)Set Node ISP | 
| void | setStatus(String Status)Set Node status
online: the node is online; scheduling service running
offline: the node is offline | 
| 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 String getIp()
public void setIp(String Ip)
Ip - Node IPpublic String getDistrict()
public void setDistrict(String District)
District - Node regionpublic String getIsp()
public void setIsp(String Isp)
Isp - Node ISPpublic String getCity()
public void setCity(String City)
City - Node citypublic String getStatus()
public void setStatus(String Status)
Status - Node status
online: the node is online; scheduling service running
offline: the node is offlineCopyright © 2021. All rights reserved.