public class ResetPass extends Object
| 构造器和说明 |
|---|
ResetPass() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail() |
String |
getNewPass() |
String |
getPhone() |
Type |
getType() |
String |
getVerification() |
void |
setEmail(String email) |
void |
setNewPass(String newPass) |
void |
setPhone(String phone) |
void |
setType(Type type) |
void |
setVerification(String verification) |
public Type getType()
public void setType(Type type)
public String getNewPass()
public void setNewPass(String newPass)
public String getPhone()
public void setPhone(String phone)
public String getVerification()
public void setVerification(String verification)
public String getEmail()
public void setEmail(String email)
Copyright © 2017. All rights reserved.