public class GetBatchListResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBatchListResponse.BatchInfoVo |
static class |
GetBatchListResponse.Meta |
metadata| Constructor and Description |
|---|
GetBatchListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<GetBatchListResponse.BatchInfoVo> |
getData() |
GetBatchListResponse.Meta |
getMeta() |
void |
setData(List<GetBatchListResponse.BatchInfoVo> data) |
void |
setMeta(GetBatchListResponse.Meta meta) |
getMetadatapublic GetBatchListResponse.Meta getMeta()
public void setMeta(GetBatchListResponse.Meta meta)
public List<GetBatchListResponse.BatchInfoVo> getData()
public void setData(List<GetBatchListResponse.BatchInfoVo> data)
Copyright © 2020. All rights reserved.