Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.77 KB

V0039JobArrayResponseMsgInner.md

File metadata and controls

134 lines (73 loc) · 3.77 KB

V0039JobArrayResponseMsgInner

Properties

Name Type Description Notes
JobId Pointer to int32 JobId [optional]
ErrorCode Pointer to int32 numeric error code [optional]
Error Pointer to string error code description [optional]
Why Pointer to string error message [optional]

Methods

NewV0039JobArrayResponseMsgInner

func NewV0039JobArrayResponseMsgInner() *V0039JobArrayResponseMsgInner

NewV0039JobArrayResponseMsgInner instantiates a new V0039JobArrayResponseMsgInner 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

NewV0039JobArrayResponseMsgInnerWithDefaults

func NewV0039JobArrayResponseMsgInnerWithDefaults() *V0039JobArrayResponseMsgInner

NewV0039JobArrayResponseMsgInnerWithDefaults instantiates a new V0039JobArrayResponseMsgInner 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 *V0039JobArrayResponseMsgInner) GetJobId() int32

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

GetJobIdOk

func (o *V0039JobArrayResponseMsgInner) 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 *V0039JobArrayResponseMsgInner) SetJobId(v int32)

SetJobId sets JobId field to given value.

HasJobId

func (o *V0039JobArrayResponseMsgInner) HasJobId() bool

HasJobId returns a boolean if a field has been set.

GetErrorCode

func (o *V0039JobArrayResponseMsgInner) GetErrorCode() int32

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

GetErrorCodeOk

func (o *V0039JobArrayResponseMsgInner) 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 *V0039JobArrayResponseMsgInner) SetErrorCode(v int32)

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *V0039JobArrayResponseMsgInner) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

GetError

func (o *V0039JobArrayResponseMsgInner) GetError() string

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

GetErrorOk

func (o *V0039JobArrayResponseMsgInner) 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 *V0039JobArrayResponseMsgInner) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *V0039JobArrayResponseMsgInner) HasError() bool

HasError returns a boolean if a field has been set.

GetWhy

func (o *V0039JobArrayResponseMsgInner) GetWhy() string

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

GetWhyOk

func (o *V0039JobArrayResponseMsgInner) 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 *V0039JobArrayResponseMsgInner) SetWhy(v string)

SetWhy sets Why field to given value.

HasWhy

func (o *V0039JobArrayResponseMsgInner) HasWhy() bool

HasWhy returns a boolean if a field has been set.

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