Package com.smartcar.sdk.data
Class VehicleResponse
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.VehicleResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class VehicleResponse extends ApiData
POJO for the Response object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VehicleResponse(com.google.gson.JsonObject body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
getBody()
Returns the body of the responsejava.lang.String
getBodyAsString()
Returns the body of the response as a Json String
-