Class VersionedFlowSnapshotMetadataEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedFlowSnapshotMetadataEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedFlowSnapshotMetadataEntity
extends Object
VersionedFlowSnapshotMetadataEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The ID of the Registry that this flow belongs toGet versionedFlowSnapshotMetadataint
hashCode()
registryId
(String registryId) void
setRegistryId
(String registryId) void
setVersionedFlowSnapshotMetadata
(RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedFlowSnapshotMetadata
(RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata)
-
Field Details
-
versionedFlowSnapshotMetadata
-
registryId
-
-
Constructor Details
-
VersionedFlowSnapshotMetadataEntity
public VersionedFlowSnapshotMetadataEntity()
-
-
Method Details
-
versionedFlowSnapshotMetadata
public VersionedFlowSnapshotMetadataEntity versionedFlowSnapshotMetadata(RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata) -
getVersionedFlowSnapshotMetadata
Get versionedFlowSnapshotMetadata- Returns:
- versionedFlowSnapshotMetadata
-
setVersionedFlowSnapshotMetadata
public void setVersionedFlowSnapshotMetadata(RegisteredFlowSnapshotMetadata versionedFlowSnapshotMetadata) -
registryId
-
getRegistryId
The ID of the Registry that this flow belongs to- Returns:
- registryId
-
setRegistryId
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-