public class AllowableValueEntity extends Entity implements ReadablePermission
| Modifier and Type | Field and Description |
|---|---|
private AllowableValueDTO |
allowableValue |
private Boolean |
canRead |
| Constructor and Description |
|---|
AllowableValueEntity() |
| Modifier and Type | Method and Description |
|---|---|
AllowableValueDTO |
getAllowableValue()
The AllowableValueDTO that is being serialized.
|
Boolean |
getCanRead() |
void |
setAllowableValue(AllowableValueDTO allowableValue) |
void |
setCanRead(Boolean canRead) |
private AllowableValueDTO allowableValue
private Boolean canRead
public AllowableValueDTO getAllowableValue()
public void setAllowableValue(AllowableValueDTO allowableValue)
public Boolean getCanRead()
getCanRead in interface ReadablePermissionpublic void setCanRead(Boolean canRead)
setCanRead in interface ReadablePermissionCopyright © 2023 Apache NiFi Project. All rights reserved.