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 String
getAuthReqId()
String
getClientNotificationToken()
String
getErrorDescription()
io.jans.as.model.ciba.PushErrorResponseType
getErrorType()
String
getErrorUri()
org.json.JSONObject
getJSONParameters()
String
getQueryString()
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
-
-
-
-
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:
getJSONParameters
in classBaseRequest
- Throws:
org.json.JSONException
-
getQueryString
public String getQueryString()
- Specified by:
getQueryString
in classBaseRequest
-
-