Class FlowFileDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowFileDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowFileDTO
extends Object
FlowFileDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) clusterNodeAddress
(String clusterNodeAddress) clusterNodeId
(String clusterNodeId) contentClaimContainer
(String contentClaimContainer) contentClaimFileSize
(String contentClaimFileSize) contentClaimFileSizeBytes
(Long contentClaimFileSizeBytes) contentClaimIdentifier
(String contentClaimIdentifier) contentClaimOffset
(Long contentClaimOffset) contentClaimSection
(String contentClaimSection) boolean
The FlowFile attributes.The label for the node where this FlowFile resides.The id of the node where this FlowFile resides.The container in which the content claim lives.The file size of the content claim formatted.The file size of the content claim in bytes.The identifier of the content claim.The offset into the content claim where the flowfile's content begins.The section in which the content claim lives.The FlowFile filename.Duration since the FlowFile's greatest ancestor entered the flow.How long in milliseconds until the FlowFile penalty expires.The FlowFile's position in the queue.How long this FlowFile has been enqueued.getSize()
The FlowFile file size.getUri()
The URI that can be used to access this FlowFile.getUuid()
The FlowFile UUID.int
hashCode()
If the FlowFile is penalized.lineageDuration
(Long lineageDuration) penaltyExpiresIn
(Long penaltyExpiresIn) putAttributesItem
(String key, String attributesItem) queuedDuration
(Long queuedDuration) void
setAttributes
(Map<String, String> attributes) void
setClusterNodeAddress
(String clusterNodeAddress) void
setClusterNodeId
(String clusterNodeId) void
setContentClaimContainer
(String contentClaimContainer) void
setContentClaimFileSize
(String contentClaimFileSize) void
setContentClaimFileSizeBytes
(Long contentClaimFileSizeBytes) void
setContentClaimIdentifier
(String contentClaimIdentifier) void
setContentClaimOffset
(Long contentClaimOffset) void
setContentClaimSection
(String contentClaimSection) void
setFilename
(String filename) void
setLineageDuration
(Long lineageDuration) void
setPenalized
(Boolean penalized) void
setPenaltyExpiresIn
(Long penaltyExpiresIn) void
setPosition
(Integer position) void
setQueuedDuration
(Long queuedDuration) void
void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
uri
-
uuid
-
filename
-
position
-
size
-
queuedDuration
-
lineageDuration
-
penaltyExpiresIn
-
clusterNodeId
-
clusterNodeAddress
-
attributes
-
contentClaimSection
-
contentClaimContainer
-
contentClaimIdentifier
-
contentClaimOffset
-
contentClaimFileSize
-
contentClaimFileSizeBytes
-
penalized
-
-
Constructor Details
-
FlowFileDTO
public FlowFileDTO()
-
-
Method Details
-
uri
-
getUri
The URI that can be used to access this FlowFile.- Returns:
- uri
-
setUri
-
uuid
-
getUuid
The FlowFile UUID.- Returns:
- uuid
-
setUuid
-
filename
-
getFilename
The FlowFile filename.- Returns:
- filename
-
setFilename
-
position
-
getPosition
The FlowFile's position in the queue.- Returns:
- position
-
setPosition
-
size
-
getSize
The FlowFile file size.- Returns:
- size
-
setSize
-
queuedDuration
-
getQueuedDuration
How long this FlowFile has been enqueued.- Returns:
- queuedDuration
-
setQueuedDuration
-
lineageDuration
-
getLineageDuration
Duration since the FlowFile's greatest ancestor entered the flow.- Returns:
- lineageDuration
-
setLineageDuration
-
penaltyExpiresIn
-
getPenaltyExpiresIn
How long in milliseconds until the FlowFile penalty expires.- Returns:
- penaltyExpiresIn
-
setPenaltyExpiresIn
-
clusterNodeId
-
getClusterNodeId
The id of the node where this FlowFile resides.- Returns:
- clusterNodeId
-
setClusterNodeId
-
clusterNodeAddress
-
getClusterNodeAddress
The label for the node where this FlowFile resides.- Returns:
- clusterNodeAddress
-
setClusterNodeAddress
-
attributes
-
putAttributesItem
-
getAttributes
The FlowFile attributes.- Returns:
- attributes
-
setAttributes
-
contentClaimSection
-
getContentClaimSection
The section in which the content claim lives.- Returns:
- contentClaimSection
-
setContentClaimSection
-
contentClaimContainer
-
getContentClaimContainer
The container in which the content claim lives.- Returns:
- contentClaimContainer
-
setContentClaimContainer
-
contentClaimIdentifier
-
getContentClaimIdentifier
The identifier of the content claim.- Returns:
- contentClaimIdentifier
-
setContentClaimIdentifier
-
contentClaimOffset
-
getContentClaimOffset
The offset into the content claim where the flowfile's content begins.- Returns:
- contentClaimOffset
-
setContentClaimOffset
-
contentClaimFileSize
-
getContentClaimFileSize
The file size of the content claim formatted.- Returns:
- contentClaimFileSize
-
setContentClaimFileSize
-
contentClaimFileSizeBytes
-
getContentClaimFileSizeBytes
The file size of the content claim in bytes.- Returns:
- contentClaimFileSizeBytes
-
setContentClaimFileSizeBytes
-
penalized
-
isPenalized
If the FlowFile is penalized.- Returns:
- penalized
-
setPenalized
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-