Package dev.adlin.vts4j.core
Class Response
java.lang.Object
dev.adlin.vts4j.core.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.
-
getMessageType
- Returns:
- The type of the message.
-
getRequestId
- Returns:
- The unique identifier for the request.
-
getData
public com.google.gson.JsonObject getData()- Returns:
- The additional data associated with the response.
-
toString
-