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.PushErrorResponseTypeorg.json.JSONObjectvoidsetAuthReqId(String authReqId) voidsetClientNotificationToken(String clientNotificationToken) voidsetErrorDescription(String errorDescription) voidsetErrorType(io.jans.as.model.ciba.PushErrorResponseType errorType) voidsetErrorUri(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:
getJSONParametersin classBaseRequest- Throws:
org.json.JSONException
-
getQueryString
- Specified by:
getQueryStringin classBaseRequest
-