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 java.lang.StringgetAuthReqId()java.lang.StringgetClientNotificationToken()java.lang.StringgetErrorDescription()io.jans.as.model.ciba.PushErrorResponseTypegetErrorType()java.lang.StringgetErrorUri()org.json.JSONObjectgetJSONParameters()java.lang.StringgetQueryString()voidsetAuthReqId(java.lang.String authReqId)voidsetClientNotificationToken(java.lang.String clientNotificationToken)voidsetErrorDescription(java.lang.String errorDescription)voidsetErrorType(io.jans.as.model.ciba.PushErrorResponseType errorType)voidsetErrorUri(java.lang.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 java.lang.String getClientNotificationToken()
-
setClientNotificationToken
public void setClientNotificationToken(java.lang.String clientNotificationToken)
-
getAuthReqId
public java.lang.String getAuthReqId()
-
setAuthReqId
public void setAuthReqId(java.lang.String authReqId)
-
getErrorType
public io.jans.as.model.ciba.PushErrorResponseType getErrorType()
-
setErrorType
public void setErrorType(io.jans.as.model.ciba.PushErrorResponseType errorType)
-
getErrorDescription
public java.lang.String getErrorDescription()
-
setErrorDescription
public void setErrorDescription(java.lang.String errorDescription)
-
getErrorUri
public java.lang.String getErrorUri()
-
setErrorUri
public void setErrorUri(java.lang.String errorUri)
-
getJSONParameters
public org.json.JSONObject getJSONParameters() throws org.json.JSONException- Overrides:
getJSONParametersin classBaseRequest- Throws:
org.json.JSONException
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryStringin classBaseRequest
-
-