public class PasswordRecovery extends Object
| Constructor and Description |
|---|
PasswordRecovery() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode() |
long |
getCreateAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCode(String code) |
void |
setCreateAt(long createAt) |
void |
setUserId(String userId) |
String |
toString() |
public String getUserId()
public String getCode()
public long getCreateAt()
public void setUserId(String userId)
public void setCode(String code)
public void setCreateAt(long createAt)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.