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.String
getAuthReqId()
java.lang.String
getClientNotificationToken()
java.lang.String
getErrorDescription()
io.jans.as.model.ciba.PushErrorResponseType
getErrorType()
java.lang.String
getErrorUri()
org.json.JSONObject
getJSONParameters()
java.lang.String
getQueryString()
void
setAuthReqId(java.lang.String authReqId)
void
setClientNotificationToken(java.lang.String clientNotificationToken)
void
setErrorDescription(java.lang.String errorDescription)
void
setErrorType(io.jans.as.model.ciba.PushErrorResponseType errorType)
void
setErrorUri(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:
getJSONParameters
in classBaseRequest
- Throws:
org.json.JSONException
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryString
in classBaseRequest
-
-