Package dev.adlin.vts4j.entity
Class Response
java.lang.Object
dev.adlin.vts4j.entity.Response
An object used to serialize the response from the server.
-
Constructor Details
-
Response
-
Response
public Response()
-
-
Method Details
-
getApiName
- Returns:
- The name of the API.
-
getApiVersion
- Returns:
- The version of the API.
-
getTimestamp
public long getTimestamp()- Returns:
- The timestamp of the response.
-
getRequestType
-
getRequestId
- Returns:
- The unique identifier for the request.
-
getData
public com.google.gson.JsonObject getData()- Returns:
- The additional data associated with the response.
-
toString
-