public class DsRightDTO extends Object
| Constructor and Description |
|---|
DsRightDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getCanDisplay()
是否可显示
|
String |
getDatasetId()
数据集 ID
|
String |
getDsKey()
数据源 key
|
String |
getFieldName()
字段名称
|
Boolean |
getReadable()
是否可读
|
Date |
getValidDate()
权限有效截止日期,仅数据集权限使用
|
Boolean |
getWritable()
是否可写
|
int |
hashCode() |
void |
setCanDisplay(Boolean canDisplay)
是否可显示
|
void |
setDatasetId(String datasetId)
数据集 ID
|
void |
setDsKey(String dsKey)
数据源 key
|
void |
setFieldName(String fieldName)
字段名称
|
void |
setReadable(Boolean readable)
是否可读
|
void |
setValidDate(Date validDate)
权限有效截止日期,仅数据集权限使用
|
void |
setWritable(Boolean writable)
是否可写
|
String |
toString() |
public String getDsKey()
public String getDatasetId()
public String getFieldName()
public Date getValidDate()
public Boolean getCanDisplay()
public Boolean getReadable()
public Boolean getWritable()
public void setDsKey(String dsKey)
public void setDatasetId(String datasetId)
public void setFieldName(String fieldName)
public void setValidDate(Date validDate)
public void setCanDisplay(Boolean canDisplay)
public void setReadable(Boolean readable)
public void setWritable(Boolean writable)
protected boolean canEqual(Object other)
Copyright © 2026. All rights reserved.