private static class PutFileTransfer.ConflictResult extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
newFileName |
(package private) boolean |
penalizeFile |
(package private) Relationship |
relationship |
(package private) boolean |
transferFile |
| Constructor and Description |
|---|
ConflictResult(Relationship relationship,
boolean transferFileVal,
String newFileNameVal,
boolean penalizeFileVal) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
Relationship |
getRelationship() |
boolean |
isPenalize() |
boolean |
isTransfer() |
final Relationship relationship
final boolean transferFile
final String newFileName
final boolean penalizeFile
public ConflictResult(Relationship relationship, boolean transferFileVal, String newFileNameVal, boolean penalizeFileVal)
public boolean isTransfer()
public boolean isPenalize()
public String getFileName()
public Relationship getRelationship()
Copyright © 2023 Apache NiFi Project. All rights reserved.