Name | Type | Description | Notes |
---|---|---|---|
Elapsed | Pointer to int32 | [optional] | |
End | Pointer to V0040Uint64NoVal | [optional] | |
Start | Pointer to V0040Uint64NoVal | [optional] | |
Suspended | Pointer to int32 | [optional] | |
System | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem | [optional] | |
Total | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem | [optional] | |
User | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem | [optional] |
func NewV0040StepTime() *V0040StepTime
NewV0040StepTime instantiates a new V0040StepTime 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 NewV0040StepTimeWithDefaults() *V0040StepTime
NewV0040StepTimeWithDefaults instantiates a new V0040StepTime 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 *V0040StepTime) GetElapsed() int32
GetElapsed returns the Elapsed field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetElapsedOk() (*int32, bool)
GetElapsedOk returns a tuple with the Elapsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetElapsed(v int32)
SetElapsed sets Elapsed field to given value.
func (o *V0040StepTime) HasElapsed() bool
HasElapsed returns a boolean if a field has been set.
func (o *V0040StepTime) GetEnd() V0040Uint64NoVal
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetEndOk() (*V0040Uint64NoVal, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetEnd(v V0040Uint64NoVal)
SetEnd sets End field to given value.
func (o *V0040StepTime) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *V0040StepTime) GetStart() V0040Uint64NoVal
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetStartOk() (*V0040Uint64NoVal, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetStart(v V0040Uint64NoVal)
SetStart sets Start field to given value.
func (o *V0040StepTime) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *V0040StepTime) GetSuspended() int32
GetSuspended returns the Suspended field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetSuspendedOk() (*int32, bool)
GetSuspendedOk returns a tuple with the Suspended field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetSuspended(v int32)
SetSuspended sets Suspended field to given value.
func (o *V0040StepTime) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (o *V0040StepTime) GetSystem() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem
GetSystem returns the System field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetSystemOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem, bool)
GetSystemOk returns a tuple with the System field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetSystem(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem)
SetSystem sets System field to given value.
func (o *V0040StepTime) HasSystem() bool
HasSystem returns a boolean if a field has been set.
func (o *V0040StepTime) GetTotal() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetTotalOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetTotal(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem)
SetTotal sets Total field to given value.
func (o *V0040StepTime) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *V0040StepTime) GetUser() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem
GetUser returns the User field if non-nil, zero value otherwise.
func (o *V0040StepTime) GetUserOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTime) SetUser(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTimeSystem)
SetUser sets User field to given value.
func (o *V0040StepTime) HasUser() bool
HasUser returns a boolean if a field has been set.