public class GetBatchesResponse extends Object
GetBatchesResponse()
GetBatchesResponse(int from, int total, List<Batch> batches)
boolean
equals(Object o)
List<Batch>
getBatches()
int
getFrom()
getTotal()
hashCode()
void
setBatches(List<Batch> batches)
setFrom(int from)
setTotal(int total)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public GetBatchesResponse()
public GetBatchesResponse(int from, int total, List<Batch> batches)
public int getFrom()
public void setFrom(int from)
public int getTotal()
public void setTotal(int total)
public List<Batch> getBatches()
public void setBatches(List<Batch> batches)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023 The Apache Software Foundation. All rights reserved.