public class UserAccessToken extends Object
| Constructor and Description |
|---|
UserAccessToken() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getToken() |
String |
getUserId() |
int |
hashCode() |
boolean |
isActive() |
void |
setActive(boolean isActive) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setToken(String token) |
void |
setUserId(String userId) |
String |
toString() |
public String getId()
public String getToken()
public String getUserId()
public String getDescription()
public boolean isActive()
public void setId(String id)
public void setToken(String token)
public void setUserId(String userId)
public void setDescription(String description)
public void setActive(boolean isActive)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.