public class AccountUpdateParam extends Object implements Serializable
Description:
| 构造器和说明 |
|---|
AccountUpdateParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail() |
Long |
getId() |
String |
getMobile() |
String |
getName() |
Integer |
getType() |
String |
getUsername() |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setType(Integer type) |
void |
setUsername(String username) |
public Long getId()
public void setId(Long id)
public String getUsername()
public void setUsername(String username)
public String getName()
public void setName(String name)
public Integer getType()
public void setType(Integer type)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
Copyright © 2021. All rights reserved.