|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttangocard.sdk.response.failure.FailureResponse
tangocard.sdk.response.failure.InvalidInputResponse
public class InvalidInputResponse
The Class InvalidInputResponse.
Constructor Summary | |
---|---|
InvalidInputResponse(org.json.JSONObject responseJson)
Instantiates a new invalid input response. |
Method Summary | |
---|---|
org.json.JSONObject |
getInvalid()
Gets the invalid. |
java.lang.String |
getMessage()
Gets the message. |
boolean |
parseResponseJSON(org.json.JSONObject responseJson)
Parses the response JSON. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvalidInputResponse(org.json.JSONObject responseJson) throws TangoCardSdkException
responseJson
- the response JSON
TangoCardSdkException
Method Detail |
---|
public org.json.JSONObject getInvalid()
public boolean parseResponseJSON(org.json.JSONObject responseJson) throws TangoCardSdkException
BaseResponse
responseJson
- the response JSON
TangoCardSdkException
public java.lang.String getMessage() throws TangoCardSdkException
FailureResponse
getMessage
in class FailureResponse
TangoCardSdkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |