public class GetBatchesResponse extends Object
| Constructor and Description |
|---|
GetBatchesResponse() |
GetBatchesResponse(int from,
int total,
List<Batch> batches) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Batch> |
getBatches() |
int |
getFrom() |
int |
getTotal() |
int |
hashCode() |
void |
setBatches(List<Batch> batches) |
void |
setFrom(int from) |
void |
setTotal(int total) |
String |
toString() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.