public class QuerySendRecordUsingGETResult extends com.jdcloud.sdk.service.JdcloudResult implements Serializable
| 构造器和说明 |
|---|
QuerySendRecordUsingGETResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSendRecord(SendRecord sendRecord)
add item to sendRecords
|
List<SendRecord> |
getSendRecords()
get sendRecords
|
Long |
getTotalCount()
get totalCount
|
QuerySendRecordUsingGETResult |
sendRecords(List<SendRecord> sendRecords)
set sendRecords
|
void |
setSendRecords(List<SendRecord> sendRecords)
set sendRecords
|
void |
setTotalCount(Long totalCount)
set totalCount
|
QuerySendRecordUsingGETResult |
totalCount(Long totalCount)
set totalCount
|
public List<SendRecord> getSendRecords()
public void setSendRecords(List<SendRecord> sendRecords)
sendRecords - public Long getTotalCount()
public void setTotalCount(Long totalCount)
totalCount - public QuerySendRecordUsingGETResult sendRecords(List<SendRecord> sendRecords)
sendRecords - public QuerySendRecordUsingGETResult totalCount(Long totalCount)
totalCount - public void addSendRecord(SendRecord sendRecord)
sendRecord - Copyright © 2021. All rights reserved.