public class TransactionResultEntity extends Entity
Constructor and Description |
---|
TransactionResultEntity() |
Modifier and Type | Method and Description |
---|---|
int |
getFlowFileSent() |
java.lang.String |
getMessage() |
int |
getResponseCode() |
void |
setFlowFileSent(int flowFileSent) |
void |
setMessage(java.lang.String message) |
void |
setResponseCode(int responseCode) |
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public int getResponseCode()
public void setResponseCode(int responseCode)
public int getFlowFileSent()
public void setFlowFileSent(int flowFileSent)