public class DescribeDeviceInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDeviceInfoResponse() | 
| DescribeDeviceInfoResponse(DescribeDeviceInfoResponse 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 | getDeviceName()Get 设备名称 | 
| String | getDeviceStatus()Get 设备状态,offline为离线,ready为在线准备,connected为会话中 | 
| String | getDeviceType()Get 设备类型,field为现场设备(被控方),remote为远端设备(操控方) | 
| String | getLastReportTime()Get 设备状态最后更新时间 | 
| String | getModifyTime()Get 设备信息最后修改时间 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setDeviceStatus(String DeviceStatus)Set 设备状态,offline为离线,ready为在线准备,connected为会话中 | 
| void | setDeviceType(String DeviceType)Set 设备类型,field为现场设备(被控方),remote为远端设备(操控方) | 
| void | setLastReportTime(String LastReportTime)Set 设备状态最后更新时间 | 
| void | setModifyTime(String ModifyTime)Set 设备信息最后修改时间 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDeviceInfoResponse()
public DescribeDeviceInfoResponse(DescribeDeviceInfoResponse source)
public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 设备类型,field为现场设备(被控方),remote为远端设备(操控方)public String getDeviceStatus()
public void setDeviceStatus(String DeviceStatus)
DeviceStatus - 设备状态,offline为离线,ready为在线准备,connected为会话中public String getLastReportTime()
public void setLastReportTime(String LastReportTime)
LastReportTime - 设备状态最后更新时间public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - 设备信息最后修改时间public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.