@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-07-17T15:11:45.646-04:00") public class Token extends Object
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
Token |
clientId(String clientId) |
Token |
clientSecret(String clientSecret) |
boolean |
equals(Object o) |
String |
getClientId()
Get clientId
|
String |
getClientSecret()
Get clientSecret
|
String |
getGrantType()
Get grantType
|
Token |
grantType(String grantType) |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setGrantType(String grantType) |
String |
toString() |
public String getGrantType()
public void setGrantType(String grantType)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
Copyright © 2017. All rights reserved.