Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.63 KB

V0041OpenapiJobSubmitResponse.md

File metadata and controls

212 lines (115 loc) · 6.63 KB

V0041OpenapiJobSubmitResponse

Properties

Name Type Description Notes
Result Pointer to V0041OpenapiJobSubmitResponseResult [optional]
JobId Pointer to int32 submited JobId [optional]
StepId Pointer to string submited StepID [optional]
JobSubmitUserMsg Pointer to string job submision user message [optional]
Meta Pointer to V0041OpenapiSlurmdbdJobsRespMeta [optional]
Errors Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner Query errors [optional]
Warnings Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner Query warnings [optional]

Methods

NewV0041OpenapiJobSubmitResponse

func NewV0041OpenapiJobSubmitResponse() *V0041OpenapiJobSubmitResponse

NewV0041OpenapiJobSubmitResponse instantiates a new V0041OpenapiJobSubmitResponse 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

NewV0041OpenapiJobSubmitResponseWithDefaults

func NewV0041OpenapiJobSubmitResponseWithDefaults() *V0041OpenapiJobSubmitResponse

NewV0041OpenapiJobSubmitResponseWithDefaults instantiates a new V0041OpenapiJobSubmitResponse 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

GetResult

func (o *V0041OpenapiJobSubmitResponse) GetResult() V0041OpenapiJobSubmitResponseResult

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *V0041OpenapiJobSubmitResponse) GetResultOk() (*V0041OpenapiJobSubmitResponseResult, bool)

GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResult

func (o *V0041OpenapiJobSubmitResponse) SetResult(v V0041OpenapiJobSubmitResponseResult)

SetResult sets Result field to given value.

HasResult

func (o *V0041OpenapiJobSubmitResponse) HasResult() bool

HasResult returns a boolean if a field has been set.

GetJobId

func (o *V0041OpenapiJobSubmitResponse) GetJobId() int32

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

GetJobIdOk

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

SetJobId sets JobId field to given value.

HasJobId

func (o *V0041OpenapiJobSubmitResponse) HasJobId() bool

HasJobId returns a boolean if a field has been set.

GetStepId

func (o *V0041OpenapiJobSubmitResponse) GetStepId() string

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

GetStepIdOk

func (o *V0041OpenapiJobSubmitResponse) 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 *V0041OpenapiJobSubmitResponse) SetStepId(v string)

SetStepId sets StepId field to given value.

HasStepId

func (o *V0041OpenapiJobSubmitResponse) HasStepId() bool

HasStepId returns a boolean if a field has been set.

GetJobSubmitUserMsg

func (o *V0041OpenapiJobSubmitResponse) GetJobSubmitUserMsg() string

GetJobSubmitUserMsg returns the JobSubmitUserMsg field if non-nil, zero value otherwise.

GetJobSubmitUserMsgOk

func (o *V0041OpenapiJobSubmitResponse) GetJobSubmitUserMsgOk() (*string, bool)

GetJobSubmitUserMsgOk returns a tuple with the JobSubmitUserMsg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJobSubmitUserMsg

func (o *V0041OpenapiJobSubmitResponse) SetJobSubmitUserMsg(v string)

SetJobSubmitUserMsg sets JobSubmitUserMsg field to given value.

HasJobSubmitUserMsg

func (o *V0041OpenapiJobSubmitResponse) HasJobSubmitUserMsg() bool

HasJobSubmitUserMsg returns a boolean if a field has been set.

GetMeta

func (o *V0041OpenapiJobSubmitResponse) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

func (o *V0041OpenapiJobSubmitResponse) GetMetaOk() (*V0041OpenapiSlurmdbdJobsRespMeta, bool)

GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMeta

func (o *V0041OpenapiJobSubmitResponse) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0041OpenapiJobSubmitResponse) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

func (o *V0041OpenapiJobSubmitResponse) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *V0041OpenapiJobSubmitResponse) GetErrorsOk() (*[]V0041OpenapiSlurmdbdJobsRespErrorsInner, bool)

GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrors

func (o *V0041OpenapiJobSubmitResponse) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0041OpenapiJobSubmitResponse) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *V0041OpenapiJobSubmitResponse) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *V0041OpenapiJobSubmitResponse) GetWarningsOk() (*[]V0041OpenapiSlurmdbdJobsRespWarningsInner, bool)

GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWarnings

func (o *V0041OpenapiJobSubmitResponse) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0041OpenapiJobSubmitResponse) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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