public static final class QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder |
action(String action)
The action on the device.
|
QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder |
actionCode(String actionCode)
The returned code for the action on the device.
|
QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder |
actionInfo(String actionInfo)
The returned information for the action on the device.
|
QueryMqttTraceDeviceResponseBody.DeviceInfoList |
build() |
QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder |
channelId(String channelId)
The connection ID.
|
QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder |
time(String time)
The time when the action occurred on the device.
|
public QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder action(String action)
The action on the device. Valid values:
connect
public QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder actionCode(String actionCode)
The returned code for the action on the device. Valid values:
mqtt.trace.action.connect
public QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder actionInfo(String actionInfo)
The returned information for the action on the device. Valid values:
accept
public QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder channelId(String channelId)
The connection ID.
example:c69fe839209547fa9d073781b9cd****
public QueryMqttTraceDeviceResponseBody.DeviceInfoList.Builder time(String time)
The time when the action occurred on the device.
example:2021-05-21 15:51:54.867
public QueryMqttTraceDeviceResponseBody.DeviceInfoList build()
Copyright © 2025. All rights reserved.