Name | Type | Description | Notes |
---|---|---|---|
CPU | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU | [optional] | |
Energy | Pointer to V0039StepStatisticsEnergy | [optional] |
func NewV0039StepStatistics() *V0039StepStatistics
NewV0039StepStatistics instantiates a new V0039StepStatistics 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 NewV0039StepStatisticsWithDefaults() *V0039StepStatistics
NewV0039StepStatisticsWithDefaults instantiates a new V0039StepStatistics 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 *V0039StepStatistics) GetCPU() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU
GetCPU returns the CPU field if non-nil, zero value otherwise.
func (o *V0039StepStatistics) GetCPUOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU, 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 *V0039StepStatistics) SetCPU(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU)
SetCPU sets CPU field to given value.
func (o *V0039StepStatistics) HasCPU() bool
HasCPU returns a boolean if a field has been set.
func (o *V0039StepStatistics) GetEnergy() V0039StepStatisticsEnergy
GetEnergy returns the Energy field if non-nil, zero value otherwise.
func (o *V0039StepStatistics) GetEnergyOk() (*V0039StepStatisticsEnergy, bool)
GetEnergyOk returns a tuple with the Energy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StepStatistics) SetEnergy(v V0039StepStatisticsEnergy)
SetEnergy sets Energy field to given value.
func (o *V0039StepStatistics) HasEnergy() bool
HasEnergy returns a boolean if a field has been set.