public class UserConsentResponseModel extends JsonModel
| Constructor and Description |
|---|
UserConsentResponseModel() |
UserConsentResponseModel(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
UserConsentModel |
getConsent() |
java.lang.String |
getError() |
java.lang.String |
getStatus() |
public UserConsentResponseModel()
public UserConsentResponseModel(org.json.JSONObject jsonObject)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getStatus()
public java.lang.String getError()
public UserConsentModel getConsent()