public class MachineInfo extends AbstractModel
Constructor and Description |
---|
MachineInfo() |
MachineInfo(MachineInfo 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 |
---|---|
Long |
getAutoUpdate()
Get 机器是否开启自动升级。0:关闭,1:开启
|
Long |
getErrCode()
Get 机器升级结果标识。
|
String |
getErrMsg()
Get 机器升级结果信息。
|
String |
getIp()
Get 机器的IP
|
String |
getOfflineTime()
Get 机器离线时间,空为正常,异常返回具体时间
|
Long |
getStatus()
Get 机器状态,0:异常,1:正常
|
Long |
getUpdateStatus()
Get 机器升级功能状态。
|
String |
getVersion()
Get 机器当前版本号。
|
void |
setAutoUpdate(Long AutoUpdate)
Set 机器是否开启自动升级。0:关闭,1:开启
|
void |
setErrCode(Long ErrCode)
Set 机器升级结果标识。
|
void |
setErrMsg(String ErrMsg)
Set 机器升级结果信息。
|
void |
setIp(String Ip)
Set 机器的IP
|
void |
setOfflineTime(String OfflineTime)
Set 机器离线时间,空为正常,异常返回具体时间
|
void |
setStatus(Long Status)
Set 机器状态,0:异常,1:正常
|
void |
setUpdateStatus(Long UpdateStatus)
Set 机器升级功能状态。
|
void |
setVersion(String Version)
Set 机器当前版本号。
|
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 MachineInfo()
public MachineInfo(MachineInfo source)
public String getIp()
public void setIp(String Ip)
Ip
- 机器的IPpublic Long getStatus()
public void setStatus(Long Status)
Status
- 机器状态,0:异常,1:正常public String getOfflineTime()
public void setOfflineTime(String OfflineTime)
OfflineTime
- 机器离线时间,空为正常,异常返回具体时间public Long getAutoUpdate()
public void setAutoUpdate(Long AutoUpdate)
AutoUpdate
- 机器是否开启自动升级。0:关闭,1:开启public String getVersion()
public void setVersion(String Version)
Version
- 机器当前版本号。public Long getUpdateStatus()
public void setUpdateStatus(Long UpdateStatus)
UpdateStatus
- 机器升级功能状态。public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- 机器升级结果标识。public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 机器升级结果信息。Copyright © 2022. All rights reserved.