Class PushErrorRequest


  • public class PushErrorRequest
    extends BaseRequest
    Version:
    May 9, 2020
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • PushErrorRequest

        public PushErrorRequest()
    • 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 class BaseRequest
        Throws:
        org.json.JSONException