Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.5 KB

V0040JobArrayResponseMsgEntry.md

File metadata and controls

160 lines (87 loc) · 4.5 KB

V0040JobArrayResponseMsgEntry

Properties

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]

Methods

NewV0040JobArrayResponseMsgEntry

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

NewV0040JobArrayResponseMsgEntryWithDefaults

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

GetJobId

func (o *V0040JobArrayResponseMsgEntry) GetJobId() int32

GetJobId returns the JobId field if non-nil, zero value otherwise.

GetJobIdOk

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.

SetJobId

func (o *V0040JobArrayResponseMsgEntry) SetJobId(v int32)

SetJobId sets JobId field to given value.

HasJobId

func (o *V0040JobArrayResponseMsgEntry) HasJobId() bool

HasJobId returns a boolean if a field has been set.

GetStepId

func (o *V0040JobArrayResponseMsgEntry) GetStepId() string

GetStepId returns the StepId field if non-nil, zero value otherwise.

GetStepIdOk

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.

SetStepId

func (o *V0040JobArrayResponseMsgEntry) SetStepId(v string)

SetStepId sets StepId field to given value.

HasStepId

func (o *V0040JobArrayResponseMsgEntry) HasStepId() bool

HasStepId returns a boolean if a field has been set.

GetError

func (o *V0040JobArrayResponseMsgEntry) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

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.

SetError

func (o *V0040JobArrayResponseMsgEntry) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *V0040JobArrayResponseMsgEntry) HasError() bool

HasError returns a boolean if a field has been set.

GetErrorCode

func (o *V0040JobArrayResponseMsgEntry) GetErrorCode() int32

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

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.

SetErrorCode

func (o *V0040JobArrayResponseMsgEntry) SetErrorCode(v int32)

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *V0040JobArrayResponseMsgEntry) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

GetWhy

func (o *V0040JobArrayResponseMsgEntry) GetWhy() string

GetWhy returns the Why field if non-nil, zero value otherwise.

GetWhyOk

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.

SetWhy

func (o *V0040JobArrayResponseMsgEntry) SetWhy(v string)

SetWhy sets Why field to given value.

HasWhy

func (o *V0040JobArrayResponseMsgEntry) HasWhy() bool

HasWhy returns a boolean if a field has been set.

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