Class RedirectionDTO


  • public class RedirectionDTO
    extends Object
    RedirectionDTO.
    • Constructor Detail

      • RedirectionDTO

        public RedirectionDTO()
    • Method Detail

      • getClientId

        public String getClientId()
        Get clientId.
        Returns:
        clientId
      • setClientId

        public void setClientId​(String clientId)
      • getScope

        public String getScope()
        Get scope.
        Returns:
        scope
      • setScope

        public void setScope​(String scope)
      • getRedirectUrl

        public String getRedirectUrl()
        Get redirectUrl.
        Returns:
        redirectUrl
      • setRedirectUrl

        public void setRedirectUrl​(String redirectUrl)
      • getCallbackUrl

        public String getCallbackUrl()
        Get callbackUrl.
        Returns:
        callbackUrl
      • setCallbackUrl

        public void setCallbackUrl​(String callbackUrl)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object