public class PortStatusSnapshotEntity extends Entity implements ReadablePermission
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
canRead |
private String |
id |
private PortStatusSnapshotDTO |
portStatusSnapshot |
| Constructor and Description |
|---|
PortStatusSnapshotEntity() |
| Modifier and Type | Method and Description |
|---|---|
PortStatusSnapshotEntity |
clone() |
Boolean |
getCanRead() |
String |
getId() |
PortStatusSnapshotDTO |
getPortStatusSnapshot()
The PortStatusSnapshotDTO that is being serialized.
|
void |
setCanRead(Boolean canRead) |
void |
setId(String id) |
void |
setPortStatusSnapshot(PortStatusSnapshotDTO portStatusSnapshot) |
private String id
private PortStatusSnapshotDTO portStatusSnapshot
private Boolean canRead
public String getId()
public void setId(String id)
public PortStatusSnapshotDTO getPortStatusSnapshot()
public void setPortStatusSnapshot(PortStatusSnapshotDTO portStatusSnapshot)
public Boolean getCanRead()
getCanRead in interface ReadablePermissionpublic void setCanRead(Boolean canRead)
setCanRead in interface ReadablePermissionpublic PortStatusSnapshotEntity clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.