Class AuthorizeRequest


  • public class AuthorizeRequest
    extends Object
    Authorize request.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • AuthorizeRequest

        public AuthorizeRequest()
    • Method Detail

      • getResponseType

        public String getResponseType()
      • getClientId

        public String getClientId()
      • getRedirectUrl

        public String getRedirectUrl()
      • getScope

        public String getScope()
      • getState

        public String getState()
      • setResponseType

        public void setResponseType​(String responseType)
      • setClientId

        public void setClientId​(String clientId)
      • setRedirectUrl

        public void setRedirectUrl​(String redirectUrl)
      • setScope

        public void setScope​(String scope)
      • setState

        public void setState​(String state)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object