public class TransactionResultEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private int |
flowFileSent |
private String |
message |
private int |
responseCode |
| Constructor and Description |
|---|
TransactionResultEntity() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlowFileSent() |
String |
getMessage() |
int |
getResponseCode() |
void |
setFlowFileSent(int flowFileSent) |
void |
setMessage(String message) |
void |
setResponseCode(int responseCode) |
private int flowFileSent
private int responseCode
private String message
public String getMessage()
public void setMessage(String message)
public int getResponseCode()
public void setResponseCode(int responseCode)
public int getFlowFileSent()
public void setFlowFileSent(int flowFileSent)
Copyright © 2023 Apache NiFi Project. All rights reserved.