public static final class QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder |
action(String action)
The action on the message.
|
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder |
actionCode(String actionCode)
The returned code for the action on the message.
|
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder |
actionInfo(String actionInfo)
The information returned for the action on the message.
|
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList |
build() |
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder |
clientId(String clientId)
The client ID of the device.
|
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder |
msgId(String msgId)
The message ID.
|
QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder |
time(String time)
The time when the message was sent or received.
|
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder action(String action)
The action on the message. Valid values:
pub_mqtt
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder actionCode(String actionCode)
The returned code for the action on the message. Valid values:
mqtt.trace.action.msg.pub.mqtt
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder actionInfo(String actionInfo)
The information returned for the action on the message. Valid values:
Pub From Mqtt Client
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder clientId(String clientId)
The client ID of the device.
example:GID_test@@@producer
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder msgId(String msgId)
The message ID.
example:AC1EC0030EAB78308DB16A3EC773****
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList.Builder time(String time)
The time when the message was sent or received.
example:2021-05-21 15:08:19.234
public QueryMqttTraceMessageOfClientResponseBody.MessageOfClientList build()
Copyright © 2025. All rights reserved.