Name | Type | Description | Notes |
---|---|---|---|
JobId | Pointer to int32 | JobId for updated Job | [optional] |
StepId | Pointer to string | StepId for updated Job | [optional] |
Error | Pointer to string | Verbose update status or error | [optional] |
ErrorCode | Pointer to int32 | Verbose update status or error | [optional] |
Why | Pointer to string | Update response message | [optional] |
func NewV0040JobArrayResponseMsgEntry() *V0040JobArrayResponseMsgEntry
NewV0040JobArrayResponseMsgEntry instantiates a new V0040JobArrayResponseMsgEntry 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 NewV0040JobArrayResponseMsgEntryWithDefaults() *V0040JobArrayResponseMsgEntry
NewV0040JobArrayResponseMsgEntryWithDefaults instantiates a new V0040JobArrayResponseMsgEntry 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 *V0040JobArrayResponseMsgEntry) GetJobId() int32
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *V0040JobArrayResponseMsgEntry) GetJobIdOk() (*int32, bool)
GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobArrayResponseMsgEntry) SetJobId(v int32)
SetJobId sets JobId field to given value.
func (o *V0040JobArrayResponseMsgEntry) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *V0040JobArrayResponseMsgEntry) GetStepId() string
GetStepId returns the StepId field if non-nil, zero value otherwise.
func (o *V0040JobArrayResponseMsgEntry) GetStepIdOk() (*string, bool)
GetStepIdOk returns a tuple with the StepId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobArrayResponseMsgEntry) SetStepId(v string)
SetStepId sets StepId field to given value.
func (o *V0040JobArrayResponseMsgEntry) HasStepId() bool
HasStepId returns a boolean if a field has been set.
func (o *V0040JobArrayResponseMsgEntry) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *V0040JobArrayResponseMsgEntry) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobArrayResponseMsgEntry) SetError(v string)
SetError sets Error field to given value.
func (o *V0040JobArrayResponseMsgEntry) HasError() bool
HasError returns a boolean if a field has been set.
func (o *V0040JobArrayResponseMsgEntry) GetErrorCode() int32
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
func (o *V0040JobArrayResponseMsgEntry) GetErrorCodeOk() (*int32, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobArrayResponseMsgEntry) SetErrorCode(v int32)
SetErrorCode sets ErrorCode field to given value.
func (o *V0040JobArrayResponseMsgEntry) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (o *V0040JobArrayResponseMsgEntry) GetWhy() string
GetWhy returns the Why field if non-nil, zero value otherwise.
func (o *V0040JobArrayResponseMsgEntry) GetWhyOk() (*string, bool)
GetWhyOk returns a tuple with the Why field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobArrayResponseMsgEntry) SetWhy(v string)
SetWhy sets Why field to given value.
func (o *V0040JobArrayResponseMsgEntry) HasWhy() bool
HasWhy returns a boolean if a field has been set.