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 Whether to enable automatic update for the machine. | 
| Long | getErrCode()Get Machine update result flag | 
| String | getErrMsg()Get Machine update result information | 
| String | getIp()Get Machine IP | 
| String | getOfflineTime()Get Machine disconnection time. | 
| Long | getStatus()Get Machine status. | 
| Long | getUpdateStatus()Get Machine update feature status | 
| String | getVersion()Get Current machine version number | 
| void | setAutoUpdate(Long AutoUpdate)Set Whether to enable automatic update for the machine. | 
| void | setErrCode(Long ErrCode)Set Machine update result flag | 
| void | setErrMsg(String ErrMsg)Set Machine update result information | 
| void | setIp(String Ip)Set Machine IP | 
| void | setOfflineTime(String OfflineTime)Set Machine disconnection time. | 
| void | setStatus(Long Status)Set Machine status. | 
| void | setUpdateStatus(Long UpdateStatus)Set Machine update feature status | 
| void | setVersion(String Version)Set Current machine version number | 
| 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 MachineInfo()
public MachineInfo(MachineInfo source)
public String getIp()
public void setIp(String Ip)
Ip - Machine IPpublic Long getStatus()
public void setStatus(Long Status)
Status - Machine status. Valid values: `0`: exceptional; `1`: normalpublic String getOfflineTime()
public void setOfflineTime(String OfflineTime)
OfflineTime - Machine disconnection time. If the value is empty, the machine is normal. If the machine is exceptional, a specific value will be returned.public Long getAutoUpdate()
public void setAutoUpdate(Long AutoUpdate)
AutoUpdate - Whether to enable automatic update for the machine. Valid values: `0`: no; `1`: yespublic String getVersion()
public void setVersion(String Version)
Version - Current machine version numberpublic Long getUpdateStatus()
public void setUpdateStatus(Long UpdateStatus)
UpdateStatus - Machine update feature statuspublic Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - Machine update result flagpublic String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg - Machine update result informationCopyright © 2022. All rights reserved.