Name | Type | Description | Notes |
---|---|---|---|
Uuid | string | [readonly] | |
Name | string | ||
FullName | string | Get full name with UID | [readonly] |
Uid | Pointer to string | [optional] | |
Description | string | ||
StartTimestamp | time.Time | [readonly] | |
FinishTimestamp | time.Time | [readonly] | |
Duration | float64 | [readonly] | |
Status | SystemTaskStatusEnum | ||
Messages | []LogEvent | ||
Expires | Pointer to NullableTime | [optional] | |
Expiring | Pointer to bool | [optional] |
func NewSystemTask(uuid string, name string, fullName string, description string, startTimestamp time.Time, finishTimestamp time.Time, duration float64, status SystemTaskStatusEnum, messages []LogEvent, ) *SystemTask
NewSystemTask instantiates a new SystemTask 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 NewSystemTaskWithDefaults() *SystemTask
NewSystemTaskWithDefaults instantiates a new SystemTask 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 *SystemTask) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *SystemTask) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *SystemTask) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SystemTask) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetName(v string)
SetName sets Name field to given value.
func (o *SystemTask) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *SystemTask) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *SystemTask) GetUid() string
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *SystemTask) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetUid(v string)
SetUid sets Uid field to given value.
func (o *SystemTask) HasUid() bool
HasUid returns a boolean if a field has been set.
func (o *SystemTask) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SystemTask) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SystemTask) GetStartTimestamp() time.Time
GetStartTimestamp returns the StartTimestamp field if non-nil, zero value otherwise.
func (o *SystemTask) GetStartTimestampOk() (*time.Time, bool)
GetStartTimestampOk returns a tuple with the StartTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetStartTimestamp(v time.Time)
SetStartTimestamp sets StartTimestamp field to given value.
func (o *SystemTask) GetFinishTimestamp() time.Time
GetFinishTimestamp returns the FinishTimestamp field if non-nil, zero value otherwise.
func (o *SystemTask) GetFinishTimestampOk() (*time.Time, bool)
GetFinishTimestampOk returns a tuple with the FinishTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetFinishTimestamp(v time.Time)
SetFinishTimestamp sets FinishTimestamp field to given value.
func (o *SystemTask) GetDuration() float64
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *SystemTask) GetDurationOk() (*float64, 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 *SystemTask) SetDuration(v float64)
SetDuration sets Duration field to given value.
func (o *SystemTask) GetStatus() SystemTaskStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *SystemTask) GetStatusOk() (*SystemTaskStatusEnum, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetStatus(v SystemTaskStatusEnum)
SetStatus sets Status field to given value.
func (o *SystemTask) GetMessages() []LogEvent
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *SystemTask) GetMessagesOk() (*[]LogEvent, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetMessages(v []LogEvent)
SetMessages sets Messages field to given value.
func (o *SystemTask) GetExpires() time.Time
GetExpires returns the Expires field if non-nil, zero value otherwise.
func (o *SystemTask) GetExpiresOk() (*time.Time, bool)
GetExpiresOk returns a tuple with the Expires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetExpires(v time.Time)
SetExpires sets Expires field to given value.
func (o *SystemTask) HasExpires() bool
HasExpires returns a boolean if a field has been set.
func (o *SystemTask) SetExpiresNil(b bool)
SetExpiresNil sets the value for Expires to be an explicit nil
func (o *SystemTask) UnsetExpires()
UnsetExpires ensures that no value is present for Expires, not even an explicit nil
func (o *SystemTask) GetExpiring() bool
GetExpiring returns the Expiring field if non-nil, zero value otherwise.
func (o *SystemTask) GetExpiringOk() (*bool, bool)
GetExpiringOk returns a tuple with the Expiring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemTask) SetExpiring(v bool)
SetExpiring sets Expiring field to given value.
func (o *SystemTask) HasExpiring() bool
HasExpiring returns a boolean if a field has been set.