Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to string | [optional] | |
Updated | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Key | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Group | Pointer to string | [optional] | |
Origin | Pointer to string | [optional] | |
Executor | Pointer to string | [optional] | |
Principal | Pointer to string | [optional] | |
State | Pointer to string | [optional] | |
PreviousState | Pointer to string | [optional] | |
StartTime | Pointer to string | [optional] | |
EndTime | Pointer to string | [optional] | |
Attempts | Pointer to int32 | [optional] | |
MaxAttempts | Pointer to int32 | [optional] | |
StatusPath | Pointer to string | [optional] | |
ResultData | Pointer to map[string]interface{} | May contain a single message or job data as JSON | [optional] |
func NewAsyncJobStatusDTO() *AsyncJobStatusDTO
NewAsyncJobStatusDTO instantiates a new AsyncJobStatusDTO 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 NewAsyncJobStatusDTOWithDefaults() *AsyncJobStatusDTO
NewAsyncJobStatusDTOWithDefaults instantiates a new AsyncJobStatusDTO 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 *AsyncJobStatusDTO) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *AsyncJobStatusDTO) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetUpdated() string
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetUpdatedOk() (*string, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetUpdated(v string)
SetUpdated sets Updated field to given value.
func (o *AsyncJobStatusDTO) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetId(v string)
SetId sets Id field to given value.
func (o *AsyncJobStatusDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) 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.
func (o *AsyncJobStatusDTO) SetKey(v string)
SetKey sets Key field to given value.
func (o *AsyncJobStatusDTO) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) 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 *AsyncJobStatusDTO) SetName(v string)
SetName sets Name field to given value.
func (o *AsyncJobStatusDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *AsyncJobStatusDTO) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetOrigin() string
GetOrigin returns the Origin field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetOriginOk() (*string, bool)
GetOriginOk returns a tuple with the Origin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetOrigin(v string)
SetOrigin sets Origin field to given value.
func (o *AsyncJobStatusDTO) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetExecutor() string
GetExecutor returns the Executor field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetExecutorOk() (*string, bool)
GetExecutorOk returns a tuple with the Executor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetExecutor(v string)
SetExecutor sets Executor field to given value.
func (o *AsyncJobStatusDTO) HasExecutor() bool
HasExecutor returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetPrincipal() string
GetPrincipal returns the Principal field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetPrincipalOk() (*string, bool)
GetPrincipalOk returns a tuple with the Principal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetPrincipal(v string)
SetPrincipal sets Principal field to given value.
func (o *AsyncJobStatusDTO) HasPrincipal() bool
HasPrincipal returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetStateOk() (*string, 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 *AsyncJobStatusDTO) SetState(v string)
SetState sets State field to given value.
func (o *AsyncJobStatusDTO) HasState() bool
HasState returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetPreviousState() string
GetPreviousState returns the PreviousState field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetPreviousStateOk() (*string, bool)
GetPreviousStateOk returns a tuple with the PreviousState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetPreviousState(v string)
SetPreviousState sets PreviousState field to given value.
func (o *AsyncJobStatusDTO) HasPreviousState() bool
HasPreviousState returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetStartTime() string
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetStartTime(v string)
SetStartTime sets StartTime field to given value.
func (o *AsyncJobStatusDTO) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetEndTime() string
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetEndTime(v string)
SetEndTime sets EndTime field to given value.
func (o *AsyncJobStatusDTO) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetAttempts() int32
GetAttempts returns the Attempts field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetAttemptsOk() (*int32, bool)
GetAttemptsOk returns a tuple with the Attempts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetAttempts(v int32)
SetAttempts sets Attempts field to given value.
func (o *AsyncJobStatusDTO) HasAttempts() bool
HasAttempts returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetMaxAttempts() int32
GetMaxAttempts returns the MaxAttempts field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetMaxAttemptsOk() (*int32, bool)
GetMaxAttemptsOk returns a tuple with the MaxAttempts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetMaxAttempts(v int32)
SetMaxAttempts sets MaxAttempts field to given value.
func (o *AsyncJobStatusDTO) HasMaxAttempts() bool
HasMaxAttempts returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetStatusPath() string
GetStatusPath returns the StatusPath field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetStatusPathOk() (*string, bool)
GetStatusPathOk returns a tuple with the StatusPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetStatusPath(v string)
SetStatusPath sets StatusPath field to given value.
func (o *AsyncJobStatusDTO) HasStatusPath() bool
HasStatusPath returns a boolean if a field has been set.
func (o *AsyncJobStatusDTO) GetResultData() map[string]interface{}
GetResultData returns the ResultData field if non-nil, zero value otherwise.
func (o *AsyncJobStatusDTO) GetResultDataOk() (*map[string]interface{}, bool)
GetResultDataOk returns a tuple with the ResultData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncJobStatusDTO) SetResultData(v map[string]interface{})
SetResultData sets ResultData field to given value.
func (o *AsyncJobStatusDTO) HasResultData() bool
HasResultData returns a boolean if a field has been set.