public class FunctionModelDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FunctionModelDto.DataType
数据类型:
- list: 列表类型数据。
|
static class |
FunctionModelDto.Type
功能类型:
- user: 用户
- post: 岗位
- group: 用户组
- ueba: ueba
- department: 树状结构数据
- organization: 组织
- device: 设备
- device_rely: 设备
- custom: 自定义
|
| 构造器和说明 |
|---|
FunctionModelDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getConfig() |
String |
getCreatedAt() |
FunctionModelDto.DataType |
getDataType() |
String |
getDescription() |
Boolean |
getEnable() |
String |
getFieldOrder() |
String |
getId() |
String |
getName() |
String |
getParentKey() |
FunctionModelDto.Type |
getType() |
String |
getUpdatedAt() |
String |
getUserPoolId() |
void |
setConfig(Object config) |
void |
setCreatedAt(String createdAt) |
void |
setDataType(FunctionModelDto.DataType dataType) |
void |
setDescription(String description) |
void |
setEnable(Boolean enable) |
void |
setFieldOrder(String fieldOrder) |
void |
setId(String id) |
void |
setName(String name) |
void |
setParentKey(String parentKey) |
void |
setType(FunctionModelDto.Type type) |
void |
setUpdatedAt(String updatedAt) |
void |
setUserPoolId(String userPoolId) |
public String getId()
public void setId(String id)
public String getUserPoolId()
public void setUserPoolId(String userPoolId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public FunctionModelDto.DataType getDataType()
public void setDataType(FunctionModelDto.DataType dataType)
public Boolean getEnable()
public void setEnable(Boolean enable)
public String getParentKey()
public void setParentKey(String parentKey)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public FunctionModelDto.Type getType()
public void setType(FunctionModelDto.Type type)
public String getFieldOrder()
public void setFieldOrder(String fieldOrder)
public Object getConfig()
public void setConfig(Object config)
Copyright © 2024. All rights reserved.