public class FaultCodeResponse extends com.digi.wva.internal.AbstractVehicleResponse<String>
| Constructor and Description |
|---|
FaultCodeResponse(JSONObject from)
Creates a new FaultCodeResponse object from a JSONObject.
|
public FaultCodeResponse(JSONObject from) throws JSONException
JSONException - When the JSONObject received is not of the form
{"value":<string>, "timestamp":<ISO8601 timestamp>}