public class IpStatus extends AbstractModel
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 City of the node
|
String |
getDistrict()
Get Region of the node
|
String |
getIp()
Get Node IP
|
String |
getIsp()
Get ISP of the node
|
String |
getStatus()
Get Status of the node
`online`: The node is active and scheduling normally.
|
void |
setCity(String City)
Set City of the node
|
void |
setDistrict(String District)
Set Region of the node
|
void |
setIp(String Ip)
Set Node IP
|
void |
setIsp(String Isp)
Set ISP of the node
|
void |
setStatus(String Status)
Set Status of the node
`online`: The node is active and scheduling normally.
|
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 IpStatus()
public IpStatus(IpStatus source)
public String getIp()
public void setIp(String Ip)
Ip
- Node IPpublic String getDistrict()
public void setDistrict(String District)
District
- Region of the nodepublic String getIsp()
public void setIsp(String Isp)
Isp
- ISP of the nodepublic String getCity()
public void setCity(String City)
City
- City of the nodepublic String getStatus()
public void setStatus(String Status)
Status
- Status of the node
`online`: The node is active and scheduling normally.
`offline`: The node is inactive.Copyright © 2023. All rights reserved.