public class VersionedFlowSnapshotMetadataEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private String |
registryId |
private RegisteredFlowSnapshotMetadata |
versionedFlowSnapshotMetadata |
| Constructor and Description |
|---|
VersionedFlowSnapshotMetadataEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegistryId() |
RegisteredFlowSnapshotMetadata |
getVersionedFlowSnapshotMetadata() |
void |
setRegistryId(String registryId) |
void |
setVersionedFlowSnapshotMetadata(RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata) |
private RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata
private String registryId
public RegisteredFlowSnapshotMetadata getVersionedFlowSnapshotMetadata()
public void setVersionedFlowSnapshotMetadata(RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata)
public String getRegistryId()
public void setRegistryId(String registryId)
Copyright © 2023 Apache NiFi Project. All rights reserved.