Name | Type | Description | Notes |
---|---|---|---|
Value | int32 | ||
Units | string | ||
Precision | int32 |
func NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy(value int32, units string, precision int32, ) *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy
NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy instantiates a new InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy 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 NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergyWithDefaults() *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy
NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergyWithDefaults instantiates a new InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy 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 *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetValue() int32
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetValueOk() (*int32, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) SetValue(v int32)
SetValue sets Value field to given value.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetUnits() string
GetUnits returns the Units field if non-nil, zero value otherwise.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetUnitsOk() (*string, bool)
GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) SetUnits(v string)
SetUnits sets Units field to given value.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetPrecision() int32
GetPrecision returns the Precision field if non-nil, zero value otherwise.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetPrecisionOk() (*int32, bool)
GetPrecisionOk returns a tuple with the Precision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) SetPrecision(v int32)
SetPrecision sets Precision field to given value.