Name | Type | Description | Notes |
---|---|---|---|
TaskId | Pointer to string | [optional] | |
DagId | Pointer to string | [optional] | |
DagRunId | Pointer to string | The DagRun ID for this task instance New in version 2.3.0 | [optional] |
ExecutionDate | Pointer to string | [optional] | |
StartDate | Pointer to NullableString | [optional] | |
EndDate | Pointer to NullableString | [optional] | |
Duration | Pointer to NullableFloat32 | [optional] | |
State | Pointer to TaskState | [optional] | |
TryNumber | Pointer to int32 | [optional] | |
MaxTries | Pointer to int32 | [optional] | |
Hostname | Pointer to string | [optional] | |
Unixname | Pointer to string | [optional] | |
Pool | Pointer to string | [optional] | |
PoolSlots | Pointer to int32 | [optional] | |
Queue | Pointer to string | [optional] | |
PriorityWeight | Pointer to int32 | [optional] | |
Operator | Pointer to NullableString | Changed in version 2.1.1: Field becomes nullable. | [optional] |
QueuedWhen | Pointer to NullableString | [optional] | |
Pid | Pointer to NullableInt32 | [optional] | |
ExecutorConfig | Pointer to string | [optional] | |
SlaMiss | Pointer to SLAMiss | [optional] | |
RenderedFields | Pointer to map[string]interface{} | JSON object describing rendered fields. New in version 2.3.0 | [optional] |
func NewTaskInstance() *TaskInstance
NewTaskInstance instantiates a new TaskInstance 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 NewTaskInstanceWithDefaults() *TaskInstance
NewTaskInstanceWithDefaults instantiates a new TaskInstance 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 *TaskInstance) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *TaskInstance) 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.
func (o *TaskInstance) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *TaskInstance) HasTaskId() bool
HasTaskId returns a boolean if a field has been set.
func (o *TaskInstance) GetDagId() string
GetDagId returns the DagId field if non-nil, zero value otherwise.
func (o *TaskInstance) 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.
func (o *TaskInstance) SetDagId(v string)
SetDagId sets DagId field to given value.
func (o *TaskInstance) HasDagId() bool
HasDagId returns a boolean if a field has been set.
func (o *TaskInstance) GetDagRunId() string
GetDagRunId returns the DagRunId field if non-nil, zero value otherwise.
func (o *TaskInstance) GetDagRunIdOk() (*string, bool)
GetDagRunIdOk returns a tuple with the DagRunId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetDagRunId(v string)
SetDagRunId sets DagRunId field to given value.
func (o *TaskInstance) HasDagRunId() bool
HasDagRunId returns a boolean if a field has been set.
func (o *TaskInstance) GetExecutionDate() string
GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.
func (o *TaskInstance) 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.
func (o *TaskInstance) SetExecutionDate(v string)
SetExecutionDate sets ExecutionDate field to given value.
func (o *TaskInstance) HasExecutionDate() bool
HasExecutionDate returns a boolean if a field has been set.
func (o *TaskInstance) GetStartDate() string
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *TaskInstance) GetStartDateOk() (*string, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetStartDate(v string)
SetStartDate sets StartDate field to given value.
func (o *TaskInstance) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (o *TaskInstance) SetStartDateNil(b bool)
SetStartDateNil sets the value for StartDate to be an explicit nil
func (o *TaskInstance) UnsetStartDate()
UnsetStartDate ensures that no value is present for StartDate, not even an explicit nil
func (o *TaskInstance) GetEndDate() string
GetEndDate returns the EndDate field if non-nil, zero value otherwise.
func (o *TaskInstance) GetEndDateOk() (*string, bool)
GetEndDateOk returns a tuple with the EndDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetEndDate(v string)
SetEndDate sets EndDate field to given value.
func (o *TaskInstance) HasEndDate() bool
HasEndDate returns a boolean if a field has been set.
func (o *TaskInstance) SetEndDateNil(b bool)
SetEndDateNil sets the value for EndDate to be an explicit nil
func (o *TaskInstance) UnsetEndDate()
UnsetEndDate ensures that no value is present for EndDate, not even an explicit nil
func (o *TaskInstance) GetDuration() float32
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *TaskInstance) GetDurationOk() (*float32, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetDuration(v float32)
SetDuration sets Duration field to given value.
func (o *TaskInstance) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (o *TaskInstance) SetDurationNil(b bool)
SetDurationNil sets the value for Duration to be an explicit nil
func (o *TaskInstance) UnsetDuration()
UnsetDuration ensures that no value is present for Duration, not even an explicit nil
func (o *TaskInstance) GetState() TaskState
GetState returns the State field if non-nil, zero value otherwise.
func (o *TaskInstance) GetStateOk() (*TaskState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetState(v TaskState)
SetState sets State field to given value.
func (o *TaskInstance) HasState() bool
HasState returns a boolean if a field has been set.
func (o *TaskInstance) GetTryNumber() int32
GetTryNumber returns the TryNumber field if non-nil, zero value otherwise.
func (o *TaskInstance) GetTryNumberOk() (*int32, bool)
GetTryNumberOk returns a tuple with the TryNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetTryNumber(v int32)
SetTryNumber sets TryNumber field to given value.
func (o *TaskInstance) HasTryNumber() bool
HasTryNumber returns a boolean if a field has been set.
func (o *TaskInstance) GetMaxTries() int32
GetMaxTries returns the MaxTries field if non-nil, zero value otherwise.
func (o *TaskInstance) GetMaxTriesOk() (*int32, bool)
GetMaxTriesOk returns a tuple with the MaxTries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetMaxTries(v int32)
SetMaxTries sets MaxTries field to given value.
func (o *TaskInstance) HasMaxTries() bool
HasMaxTries returns a boolean if a field has been set.
func (o *TaskInstance) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *TaskInstance) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *TaskInstance) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *TaskInstance) GetUnixname() string
GetUnixname returns the Unixname field if non-nil, zero value otherwise.
func (o *TaskInstance) GetUnixnameOk() (*string, bool)
GetUnixnameOk returns a tuple with the Unixname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetUnixname(v string)
SetUnixname sets Unixname field to given value.
func (o *TaskInstance) HasUnixname() bool
HasUnixname returns a boolean if a field has been set.
func (o *TaskInstance) GetPool() string
GetPool returns the Pool field if non-nil, zero value otherwise.
func (o *TaskInstance) GetPoolOk() (*string, bool)
GetPoolOk returns a tuple with the Pool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetPool(v string)
SetPool sets Pool field to given value.
func (o *TaskInstance) HasPool() bool
HasPool returns a boolean if a field has been set.
func (o *TaskInstance) GetPoolSlots() int32
GetPoolSlots returns the PoolSlots field if non-nil, zero value otherwise.
func (o *TaskInstance) GetPoolSlotsOk() (*int32, bool)
GetPoolSlotsOk returns a tuple with the PoolSlots field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetPoolSlots(v int32)
SetPoolSlots sets PoolSlots field to given value.
func (o *TaskInstance) HasPoolSlots() bool
HasPoolSlots returns a boolean if a field has been set.
func (o *TaskInstance) GetQueue() string
GetQueue returns the Queue field if non-nil, zero value otherwise.
func (o *TaskInstance) GetQueueOk() (*string, bool)
GetQueueOk returns a tuple with the Queue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetQueue(v string)
SetQueue sets Queue field to given value.
func (o *TaskInstance) HasQueue() bool
HasQueue returns a boolean if a field has been set.
func (o *TaskInstance) GetPriorityWeight() int32
GetPriorityWeight returns the PriorityWeight field if non-nil, zero value otherwise.
func (o *TaskInstance) GetPriorityWeightOk() (*int32, bool)
GetPriorityWeightOk returns a tuple with the PriorityWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetPriorityWeight(v int32)
SetPriorityWeight sets PriorityWeight field to given value.
func (o *TaskInstance) HasPriorityWeight() bool
HasPriorityWeight returns a boolean if a field has been set.
func (o *TaskInstance) GetOperator() string
GetOperator returns the Operator field if non-nil, zero value otherwise.
func (o *TaskInstance) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetOperator(v string)
SetOperator sets Operator field to given value.
func (o *TaskInstance) HasOperator() bool
HasOperator returns a boolean if a field has been set.
func (o *TaskInstance) SetOperatorNil(b bool)
SetOperatorNil sets the value for Operator to be an explicit nil
func (o *TaskInstance) UnsetOperator()
UnsetOperator ensures that no value is present for Operator, not even an explicit nil
func (o *TaskInstance) GetQueuedWhen() string
GetQueuedWhen returns the QueuedWhen field if non-nil, zero value otherwise.
func (o *TaskInstance) GetQueuedWhenOk() (*string, bool)
GetQueuedWhenOk returns a tuple with the QueuedWhen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetQueuedWhen(v string)
SetQueuedWhen sets QueuedWhen field to given value.
func (o *TaskInstance) HasQueuedWhen() bool
HasQueuedWhen returns a boolean if a field has been set.
func (o *TaskInstance) SetQueuedWhenNil(b bool)
SetQueuedWhenNil sets the value for QueuedWhen to be an explicit nil
func (o *TaskInstance) UnsetQueuedWhen()
UnsetQueuedWhen ensures that no value is present for QueuedWhen, not even an explicit nil
func (o *TaskInstance) GetPid() int32
GetPid returns the Pid field if non-nil, zero value otherwise.
func (o *TaskInstance) GetPidOk() (*int32, bool)
GetPidOk returns a tuple with the Pid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetPid(v int32)
SetPid sets Pid field to given value.
func (o *TaskInstance) HasPid() bool
HasPid returns a boolean if a field has been set.
func (o *TaskInstance) SetPidNil(b bool)
SetPidNil sets the value for Pid to be an explicit nil
func (o *TaskInstance) UnsetPid()
UnsetPid ensures that no value is present for Pid, not even an explicit nil
func (o *TaskInstance) GetExecutorConfig() string
GetExecutorConfig returns the ExecutorConfig field if non-nil, zero value otherwise.
func (o *TaskInstance) GetExecutorConfigOk() (*string, bool)
GetExecutorConfigOk returns a tuple with the ExecutorConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetExecutorConfig(v string)
SetExecutorConfig sets ExecutorConfig field to given value.
func (o *TaskInstance) HasExecutorConfig() bool
HasExecutorConfig returns a boolean if a field has been set.
func (o *TaskInstance) GetSlaMiss() SLAMiss
GetSlaMiss returns the SlaMiss field if non-nil, zero value otherwise.
func (o *TaskInstance) GetSlaMissOk() (*SLAMiss, bool)
GetSlaMissOk returns a tuple with the SlaMiss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetSlaMiss(v SLAMiss)
SetSlaMiss sets SlaMiss field to given value.
func (o *TaskInstance) HasSlaMiss() bool
HasSlaMiss returns a boolean if a field has been set.
func (o *TaskInstance) GetRenderedFields() map[string]interface{}
GetRenderedFields returns the RenderedFields field if non-nil, zero value otherwise.
func (o *TaskInstance) GetRenderedFieldsOk() (*map[string]interface{}, bool)
GetRenderedFieldsOk returns a tuple with the RenderedFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstance) SetRenderedFields(v map[string]interface{})
SetRenderedFields sets RenderedFields field to given value.
func (o *TaskInstance) HasRenderedFields() bool
HasRenderedFields returns a boolean if a field has been set.