Name | Type | Description | Notes |
---|---|---|---|
Consumed | Pointer to V0040Uint64NoVal | [optional] |
func NewV0040StepStatisticsEnergy() *V0040StepStatisticsEnergy
NewV0040StepStatisticsEnergy instantiates a new V0040StepStatisticsEnergy 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 NewV0040StepStatisticsEnergyWithDefaults() *V0040StepStatisticsEnergy
NewV0040StepStatisticsEnergyWithDefaults instantiates a new V0040StepStatisticsEnergy 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 *V0040StepStatisticsEnergy) GetConsumed() V0040Uint64NoVal
GetConsumed returns the Consumed field if non-nil, zero value otherwise.
func (o *V0040StepStatisticsEnergy) GetConsumedOk() (*V0040Uint64NoVal, bool)
GetConsumedOk returns a tuple with the Consumed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepStatisticsEnergy) SetConsumed(v V0040Uint64NoVal)
SetConsumed sets Consumed field to given value.
func (o *V0040StepStatisticsEnergy) HasConsumed() bool
HasConsumed returns a boolean if a field has been set.