public class BatchCardRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private Integer |
count
需要查询的卡片的数量(数量最大50)
|
private Integer |
offset
查询卡列表的起始偏移量,从0开始,
即offset: 5是指从从列表里的第六个开始读取。
|
private List<CardStatus> |
statusList |
| Constructor and Description |
|---|
BatchCardRequest(Integer offset,
Integer count)
Instantiates a new Batch card request.
|
BatchCardRequest(int offset,
int count,
List<CardStatus> statusList)
Instantiates a new Batch card request.
|
private final Integer offset
private final Integer count
private final List<CardStatus> statusList
public BatchCardRequest(Integer offset, Integer count)
offset - the offsetcount - the countpublic BatchCardRequest(int offset,
int count,
List<CardStatus> statusList)
offset - the offsetcount - the countstatusList - the status listCopyright © 2023. All rights reserved.