public class FetchResponse
extends java.lang.Object
implements java.io.Serializable
The DataGate server fetch operation response.
| Constructor and Description |
|---|
FetchResponse()
Instantiates a new
FetchResponse. |
FetchResponse(java.util.List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<Document> |
getDocuments()
The list of
Documents fetched from the server. |
int |
hashCode() |
void |
setDocuments(java.util.List<Document> documents)
The list of
Documents fetched from the server. |
java.lang.String |
toString() |
public FetchResponse()
Instantiates a new FetchResponse.
@ConstructorProperties(value="documents") @Generated(value="lombok") public FetchResponse(java.util.List<Document> documents)
@Generated(value="lombok") public java.util.List<Document> getDocuments()
The list of Documents fetched from the server.
Documents fetched from server.@Generated(value="lombok") public void setDocuments(java.util.List<Document> documents)
The list of Documents fetched from the server.
documents - the list of Documents@Generated(value="lombok") public boolean equals(java.lang.Object o)
equals in class java.lang.Object@Generated(value="lombok") protected boolean canEqual(java.lang.Object other)
@Generated(value="lombok") public int hashCode()
hashCode in class java.lang.Object@Generated(value="lombok") public java.lang.String toString()
toString in class java.lang.Object