Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.58 KB

V0039StepStatistics.md

File metadata and controls

82 lines (45 loc) · 2.58 KB

V0039StepStatistics

Properties

Name Type Description Notes
CPU Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU [optional]
Energy Pointer to V0039StepStatisticsEnergy [optional]

Methods

NewV0039StepStatistics

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

NewV0039StepStatisticsWithDefaults

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

GetCPU

func (o *V0039StepStatistics) GetCPU() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

GetCPU returns the CPU field if non-nil, zero value otherwise.

GetCPUOk

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.

SetCPU

func (o *V0039StepStatistics) SetCPU(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU)

SetCPU sets CPU field to given value.

HasCPU

func (o *V0039StepStatistics) HasCPU() bool

HasCPU returns a boolean if a field has been set.

GetEnergy

func (o *V0039StepStatistics) GetEnergy() V0039StepStatisticsEnergy

GetEnergy returns the Energy field if non-nil, zero value otherwise.

GetEnergyOk

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.

SetEnergy

func (o *V0039StepStatistics) SetEnergy(v V0039StepStatisticsEnergy)

SetEnergy sets Energy field to given value.

HasEnergy

func (o *V0039StepStatistics) HasEnergy() bool

HasEnergy returns a boolean if a field has been set.

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