Package com.datastax.astra.internal.api
Class DataAPIData
java.lang.Object
com.datastax.astra.internal.api.DataAPIData
Represents a segment of the response payload for a JSON API, encapsulating the data returned from a query or operation.
This class is designed to package the data section of a response, including any relevant documents, a potential single document,
and information for paginated results, such as the state of the next page.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataAPIData
public DataAPIData()Default constructor forDataAPIData
. Initializes a new instance of the class without setting any properties. Fields should be set via their setters or directly, depending on the usage context and the framework's conventions.
-