Name | Type | Description | Notes |
---|---|---|---|
Time | Pointer to V0039StepTime | [optional] | |
ExitCode | Pointer to V0039JobExitCode | [optional] | |
Nodes | Pointer to V0039StepNodes | [optional] | |
Tasks | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTasks | [optional] | |
Pid | Pointer to string | [optional] | |
CPU | Pointer to V0039StepCPU | [optional] | |
KillRequestUser | Pointer to string | [optional] | |
State | Pointer to string | [optional] | |
Statistics | Pointer to V0039StepStatistics | [optional] | |
Step | Pointer to V0039StepStep | [optional] | |
Task | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTask | [optional] | |
Tres | Pointer to V0039StepTres | [optional] |
func NewV0039Step() *V0039Step
NewV0039Step instantiates a new V0039Step 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 NewV0039StepWithDefaults() *V0039Step
NewV0039StepWithDefaults instantiates a new V0039Step 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 *V0039Step) GetTime() V0039StepTime
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *V0039Step) GetTimeOk() (*V0039StepTime, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetTime(v V0039StepTime)
SetTime sets Time field to given value.
func (o *V0039Step) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *V0039Step) GetExitCode() V0039JobExitCode
GetExitCode returns the ExitCode field if non-nil, zero value otherwise.
func (o *V0039Step) GetExitCodeOk() (*V0039JobExitCode, bool)
GetExitCodeOk returns a tuple with the ExitCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetExitCode(v V0039JobExitCode)
SetExitCode sets ExitCode field to given value.
func (o *V0039Step) HasExitCode() bool
HasExitCode returns a boolean if a field has been set.
func (o *V0039Step) GetNodes() V0039StepNodes
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *V0039Step) GetNodesOk() (*V0039StepNodes, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetNodes(v V0039StepNodes)
SetNodes sets Nodes field to given value.
func (o *V0039Step) HasNodes() bool
HasNodes returns a boolean if a field has been set.
func (o *V0039Step) GetTasks() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTasks
GetTasks returns the Tasks field if non-nil, zero value otherwise.
func (o *V0039Step) GetTasksOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTasks, bool)
GetTasksOk returns a tuple with the Tasks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetTasks(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTasks)
SetTasks sets Tasks field to given value.
func (o *V0039Step) HasTasks() bool
HasTasks returns a boolean if a field has been set.
func (o *V0039Step) GetPid() string
GetPid returns the Pid field if non-nil, zero value otherwise.
func (o *V0039Step) GetPidOk() (*string, bool)
GetPidOk returns a tuple with the Pid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetPid(v string)
SetPid sets Pid field to given value.
func (o *V0039Step) HasPid() bool
HasPid returns a boolean if a field has been set.
func (o *V0039Step) GetCPU() V0039StepCPU
GetCPU returns the CPU field if non-nil, zero value otherwise.
func (o *V0039Step) GetCPUOk() (*V0039StepCPU, bool)
GetCPUOk returns a tuple with the CPU field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetCPU(v V0039StepCPU)
SetCPU sets CPU field to given value.
func (o *V0039Step) HasCPU() bool
HasCPU returns a boolean if a field has been set.
func (o *V0039Step) GetKillRequestUser() string
GetKillRequestUser returns the KillRequestUser field if non-nil, zero value otherwise.
func (o *V0039Step) GetKillRequestUserOk() (*string, bool)
GetKillRequestUserOk returns a tuple with the KillRequestUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetKillRequestUser(v string)
SetKillRequestUser sets KillRequestUser field to given value.
func (o *V0039Step) HasKillRequestUser() bool
HasKillRequestUser returns a boolean if a field has been set.
func (o *V0039Step) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *V0039Step) 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 *V0039Step) SetState(v string)
SetState sets State field to given value.
func (o *V0039Step) HasState() bool
HasState returns a boolean if a field has been set.
func (o *V0039Step) GetStatistics() V0039StepStatistics
GetStatistics returns the Statistics field if non-nil, zero value otherwise.
func (o *V0039Step) GetStatisticsOk() (*V0039StepStatistics, bool)
GetStatisticsOk returns a tuple with the Statistics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetStatistics(v V0039StepStatistics)
SetStatistics sets Statistics field to given value.
func (o *V0039Step) HasStatistics() bool
HasStatistics returns a boolean if a field has been set.
func (o *V0039Step) GetStep() V0039StepStep
GetStep returns the Step field if non-nil, zero value otherwise.
func (o *V0039Step) GetStepOk() (*V0039StepStep, bool)
GetStepOk returns a tuple with the Step field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetStep(v V0039StepStep)
SetStep sets Step field to given value.
func (o *V0039Step) HasStep() bool
HasStep returns a boolean if a field has been set.
func (o *V0039Step) GetTask() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTask
GetTask returns the Task field if non-nil, zero value otherwise.
func (o *V0039Step) GetTaskOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTask, bool)
GetTaskOk returns a tuple with the Task field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetTask(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTask)
SetTask sets Task field to given value.
func (o *V0039Step) HasTask() bool
HasTask returns a boolean if a field has been set.
func (o *V0039Step) GetTres() V0039StepTres
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *V0039Step) GetTresOk() (*V0039StepTres, bool)
GetTresOk returns a tuple with the Tres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Step) SetTres(v V0039StepTres)
SetTres sets Tres field to given value.
func (o *V0039Step) HasTres() bool
HasTres returns a boolean if a field has been set.