Package io.jans.as.client.ciba.push
Class PushErrorRequest
- java.lang.Object
-
- io.jans.as.client.BaseRequest
-
- io.jans.as.client.ciba.push.PushErrorRequest
-
public class PushErrorRequest extends BaseRequest
- Version:
- May 9, 2020
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description PushErrorRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthReqId()StringgetClientNotificationToken()StringgetErrorDescription()io.jans.as.model.ciba.PushErrorResponseTypegetErrorType()StringgetErrorUri()org.json.JSONObjectgetJSONParameters()StringgetQueryString()voidsetAuthReqId(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
-
-
-
-
Method Detail
-
getClientNotificationToken
public String getClientNotificationToken()
-
setClientNotificationToken
public void setClientNotificationToken(String clientNotificationToken)
-
getAuthReqId
public String getAuthReqId()
-
setAuthReqId
public void setAuthReqId(String authReqId)
-
getErrorType
public io.jans.as.model.ciba.PushErrorResponseType getErrorType()
-
setErrorType
public void setErrorType(io.jans.as.model.ciba.PushErrorResponseType errorType)
-
getErrorDescription
public String getErrorDescription()
-
setErrorDescription
public void setErrorDescription(String errorDescription)
-
getErrorUri
public String getErrorUri()
-
setErrorUri
public void setErrorUri(String errorUri)
-
getJSONParameters
public org.json.JSONObject getJSONParameters() throws org.json.JSONException- Overrides:
getJSONParametersin classBaseRequest- Throws:
org.json.JSONException
-
getQueryString
public String getQueryString()
- Specified by:
getQueryStringin classBaseRequest
-
-