Package io.jans.as.client.ciba.push
Class PushErrorRequest
java.lang.Object
io.jans.as.client.BaseRequest
io.jans.as.client.ciba.push.PushErrorRequest
- Version:
- May 9, 2020
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.model.ciba.PushErrorResponseType
org.json.JSONObject
void
setAuthReqId
(String authReqId) void
setClientNotificationToken
(String clientNotificationToken) void
setErrorDescription
(String errorDescription) void
setErrorType
(io.jans.as.model.ciba.PushErrorResponseType errorType) void
setErrorUri
(String errorUri) Methods inherited from class io.jans.as.client.BaseRequest
addCustomParameter, getAuthenticationMethod, getAuthorizationMethod, getAuthPassword, getAuthUsername, getContentType, getCredentials, getCustomParameters, getEncodedCredentials, getEncodedCredentials, getMediaType, getParameters, hasCredentials, setAuthenticationMethod, setAuthorizationMethod, setAuthPassword, setAuthUsername, setContentType, setMediaType
-
Constructor Details
-
PushErrorRequest
public PushErrorRequest()
-
-
Method Details
-
getClientNotificationToken
-
setClientNotificationToken
-
getAuthReqId
-
setAuthReqId
-
getErrorType
public io.jans.as.model.ciba.PushErrorResponseType getErrorType() -
setErrorType
public void setErrorType(io.jans.as.model.ciba.PushErrorResponseType errorType) -
getErrorDescription
-
setErrorDescription
-
getErrorUri
-
setErrorUri
-
getJSONParameters
public org.json.JSONObject getJSONParameters() throws org.json.JSONException- Overrides:
getJSONParameters
in classBaseRequest
- Throws:
org.json.JSONException
-
getQueryString
- Specified by:
getQueryString
in classBaseRequest
-