Class RegisteredFlowSnapshotMetadata
java.lang.Object
org.apache.nifi.api.toolkit.model.RegisteredFlowSnapshotMetadata
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class RegisteredFlowSnapshotMetadata
extends Object
RegisteredFlowSnapshotMetadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketIdentifier
(String bucketIdentifier) boolean
flowIdentifier
(String flowIdentifier) Get authorGet bucketIdentifierGet commentsGet flowIdentifierGet timestampGet versionint
hashCode()
void
void
setBucketIdentifier
(String bucketIdentifier) void
setComments
(String comments) void
setFlowIdentifier
(String flowIdentifier) void
setTimestamp
(Long timestamp) void
setVersion
(Integer version) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
bucketIdentifier
-
flowIdentifier
-
version
-
timestamp
-
author
-
comments
-
-
Constructor Details
-
RegisteredFlowSnapshotMetadata
public RegisteredFlowSnapshotMetadata()
-
-
Method Details
-
bucketIdentifier
-
getBucketIdentifier
Get bucketIdentifier- Returns:
- bucketIdentifier
-
setBucketIdentifier
-
flowIdentifier
-
getFlowIdentifier
Get flowIdentifier- Returns:
- flowIdentifier
-
setFlowIdentifier
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
timestamp
-
getTimestamp
Get timestamp- Returns:
- timestamp
-
setTimestamp
-
author
-
getAuthor
Get author- Returns:
- author
-
setAuthor
-
comments
-
getComments
Get comments- Returns:
- comments
-
setComments
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-