public static class BatchMessage.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchMessage.Builder |
batchMessageId(String batchMessageId)
批量发消息的批次号,代表某次批量发送消息的唯一标识
示例值:bm_dc13264520392913993dd051dba21dcf
|
BatchMessage.Builder |
batchRecallProgress(BatchRecallProgress batchRecallProgress)
撤回进度
示例值:json结构
|
BatchMessage.Builder |
batchSendProgress(BatchSendProgress batchSendProgress)
发送进度
示例值:json结构
|
BatchMessage |
build() |
public BatchMessage.Builder batchMessageId(String batchMessageId)
示例值:bm_dc13264520392913993dd051dba21dcf
batchMessageId - public BatchMessage.Builder batchSendProgress(BatchSendProgress batchSendProgress)
示例值:json结构
batchSendProgress - public BatchMessage.Builder batchRecallProgress(BatchRecallProgress batchRecallProgress)
示例值:json结构
batchRecallProgress - public BatchMessage build()
Copyright © 2022. All rights reserved.