Name | Type | Description | Notes |
---|---|---|---|
TupleKey | TupleKey | ||
Operation | TupleOperation | [default to TUPLEOPERATION_WRITE] | |
Timestamp | time.Time |
func NewTupleChange(tupleKey TupleKey, operation TupleOperation, timestamp time.Time, ) *TupleChange
NewTupleChange instantiates a new TupleChange 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 NewTupleChangeWithDefaults() *TupleChange
NewTupleChangeWithDefaults instantiates a new TupleChange 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 *TupleChange) GetTupleKey() TupleKey
GetTupleKey returns the TupleKey field if non-nil, zero value otherwise.
func (o *TupleChange) GetTupleKeyOk() (*TupleKey, bool)
GetTupleKeyOk returns a tuple with the TupleKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TupleChange) SetTupleKey(v TupleKey)
SetTupleKey sets TupleKey field to given value.
func (o *TupleChange) GetOperation() TupleOperation
GetOperation returns the Operation field if non-nil, zero value otherwise.
func (o *TupleChange) GetOperationOk() (*TupleOperation, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TupleChange) SetOperation(v TupleOperation)
SetOperation sets Operation field to given value.
func (o *TupleChange) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *TupleChange) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TupleChange) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.