public class StocksQueryParams extends Object
条件查询批次列表API
| Modifier and Type | Field and Description |
|---|---|
private OffsetDateTime |
createEndTime
选填
|
private OffsetDateTime |
createStartTime
选填
|
private Integer |
limit
必填
|
private Integer |
offset
必填
|
private StockStatus |
status
根据API而定
|
| Constructor and Description |
|---|
StocksQueryParams() |
private Integer offset
条件查询批次列表API 页码从0开始,默认第0页,传递1可能出错。
private Integer limit
条件查询批次列表API 分页大小,最大10。
private OffsetDateTime createStartTime
起始时间 最终满足格式 yyyy-MM-dd'T'HH:mm:ss.SSSXXX
private OffsetDateTime createEndTime
终止时间 最终满足格式 yyyy-MM-dd'T'HH:mm:ss.SSSXXX
private StockStatus status
批次状态
Copyright © 2021. All rights reserved.