XCom

Properties

NameTypeDescriptionNotes
KeyPointer to string[optional]
TimestampPointer to string[optional]
ExecutionDatePointer to string[optional]
TaskIdPointer to string[optional]
DagIdPointer to string[optional]
ValuePointer to stringThe value[optional]

Methods

NewXCom

func NewXCom() *XCom

NewXCom instantiates a new XCom 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

NewXComWithDefaults

func NewXComWithDefaults() *XCom

NewXComWithDefaults instantiates a new XCom 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

GetKey

func (o *XCom) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *XCom) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *XCom) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *XCom) HasKey() bool

HasKey returns a boolean if a field has been set.

GetTimestamp

func (o *XCom) GetTimestamp() string

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *XCom) GetTimestampOk() (*string, 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.

SetTimestamp

func (o *XCom) SetTimestamp(v string)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *XCom) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

GetExecutionDate

func (o *XCom) GetExecutionDate() string

GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.

GetExecutionDateOk

func (o *XCom) GetExecutionDateOk() (*string, bool)

GetExecutionDateOk returns a tuple with the ExecutionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExecutionDate

func (o *XCom) SetExecutionDate(v string)

SetExecutionDate sets ExecutionDate field to given value.

HasExecutionDate

func (o *XCom) HasExecutionDate() bool

HasExecutionDate returns a boolean if a field has been set.

GetTaskId

func (o *XCom) GetTaskId() string

GetTaskId returns the TaskId field if non-nil, zero value otherwise.

GetTaskIdOk

func (o *XCom) GetTaskIdOk() (*string, bool)

GetTaskIdOk returns a tuple with the TaskId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTaskId

func (o *XCom) SetTaskId(v string)

SetTaskId sets TaskId field to given value.

HasTaskId

func (o *XCom) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

GetDagId

func (o *XCom) GetDagId() string

GetDagId returns the DagId field if non-nil, zero value otherwise.

GetDagIdOk

func (o *XCom) GetDagIdOk() (*string, bool)

GetDagIdOk returns a tuple with the DagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDagId

func (o *XCom) SetDagId(v string)

SetDagId sets DagId field to given value.

HasDagId

func (o *XCom) HasDagId() bool

HasDagId returns a boolean if a field has been set.

GetValue

func (o *XCom) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *XCom) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *XCom) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *XCom) HasValue() bool

HasValue returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]