public class BatchSendProgress extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchSendProgress.Builder |
| 构造器和说明 |
|---|
BatchSendProgress() |
BatchSendProgress(BatchSendProgress.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getSendCount() |
String |
getTotalSendCount() |
static BatchSendProgress.Builder |
newBuilder() |
void |
setSendCount(String sendCount) |
void |
setTotalSendCount(String totalSendCount) |
public BatchSendProgress()
public BatchSendProgress(BatchSendProgress.Builder builder)
public static BatchSendProgress.Builder newBuilder()
public String getSendCount()
public void setSendCount(String sendCount)
public String getTotalSendCount()
public void setTotalSendCount(String totalSendCount)
Copyright © 2024. All rights reserved.