public class RoleUpdateParam extends Object implements Serializable
Description:
| 构造器和说明 |
|---|
RoleUpdateParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
Long |
getId() |
String |
getName() |
Integer |
getType() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setType(Integer type) |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Integer getType()
public void setType(Integer type)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.