public class CreateFunctionModelDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateFunctionModelDto.DataType
数据类型:
- list: 列表类型数据
- tree: 树状结构数据
|
static class |
CreateFunctionModelDto.Type
功能类型:
- user: 用户
- post: 岗位
- group: 用户组
- ueba: ueba
- department: 树状结构数据
- organization: 组织
- device: 设备
- custom: 自定义
|
| 构造器和说明 |
|---|
CreateFunctionModelDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateFunctionModelDto.DataType |
getDataType() |
String |
getDescription() |
Boolean |
getEnable() |
String |
getName() |
String |
getParentKey() |
CreateFunctionModelDto.Type |
getType() |
void |
setDataType(CreateFunctionModelDto.DataType dataType) |
void |
setDescription(String description) |
void |
setEnable(Boolean enable) |
void |
setName(String name) |
void |
setParentKey(String parentKey) |
void |
setType(CreateFunctionModelDto.Type type) |
public String getParentKey()
public void setParentKey(String parentKey)
public Boolean getEnable()
public void setEnable(Boolean enable)
public CreateFunctionModelDto.Type getType()
public void setType(CreateFunctionModelDto.Type type)
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public CreateFunctionModelDto.DataType getDataType()
public void setDataType(CreateFunctionModelDto.DataType dataType)
Copyright © 2024. All rights reserved.