public class IpStatus extends AbstractModel
skipSign
Constructor and Description |
---|
IpStatus() |
IpStatus(IpStatus 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 |
getCity()
Get Node city
|
String |
getCreateTime()
Get Node IP creation time
|
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 and scheduling normally
offline: the node is offline
|
void |
setCity(String City)
Set Node city
|
void |
setCreateTime(String CreateTime)
Set Node IP creation time
|
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 and scheduling normally
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IpStatus()
public IpStatus(IpStatus source)
public 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 and scheduling normally
offline: the node is offlinepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Node IP creation timeCopyright © 2023. All rights reserved.