Name | Type | Description | Notes |
---|---|---|---|
FlowFileSent | Pointer to int32 | [optional] | |
ResponseCode | Pointer to int32 | [optional] | |
Message | Pointer to string | [optional] |
func NewTransactionResultEntity() *TransactionResultEntity
NewTransactionResultEntity instantiates a new TransactionResultEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResultEntityWithDefaults() *TransactionResultEntity
NewTransactionResultEntityWithDefaults instantiates a new TransactionResultEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TransactionResultEntity) GetFlowFileSent() int32
GetFlowFileSent returns the FlowFileSent field if non-nil, zero value otherwise.
func (o *TransactionResultEntity) GetFlowFileSentOk() (*int32, bool)
GetFlowFileSentOk returns a tuple with the FlowFileSent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResultEntity) SetFlowFileSent(v int32)
SetFlowFileSent sets FlowFileSent field to given value.
func (o *TransactionResultEntity) HasFlowFileSent() bool
HasFlowFileSent returns a boolean if a field has been set.
func (o *TransactionResultEntity) GetResponseCode() int32
GetResponseCode returns the ResponseCode field if non-nil, zero value otherwise.
func (o *TransactionResultEntity) GetResponseCodeOk() (*int32, bool)
GetResponseCodeOk returns a tuple with the ResponseCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResultEntity) SetResponseCode(v int32)
SetResponseCode sets ResponseCode field to given value.
func (o *TransactionResultEntity) HasResponseCode() bool
HasResponseCode returns a boolean if a field has been set.
func (o *TransactionResultEntity) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *TransactionResultEntity) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResultEntity) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *TransactionResultEntity) HasMessage() bool
HasMessage returns a boolean if a field has been set.