public class AuthorizeRequest extends Object
| Constructor and Description |
|---|
AuthorizeRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getClientId() |
String |
getRedirectUrl() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setRedirectUrl(String redirectUrl) |
void |
setResponseType(String responseType) |
void |
setScope(String scope) |
void |
setState(String state) |
String |
toString() |
public String getResponseType()
public String getClientId()
public String getRedirectUrl()
public String getScope()
public String getState()
public void setResponseType(String responseType)
public void setClientId(String clientId)
public void setRedirectUrl(String redirectUrl)
public void setScope(String scope)
public void setState(String state)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.