Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.99 KB

MonthlyProductionResponseMeterReadingsInner.md

File metadata and controls

93 lines (50 loc) · 2.99 KB

MonthlyProductionResponseMeterReadingsInner

Properties

Name Type Description Notes
SerialNumber string
Start int32
End int32

Methods

NewMonthlyProductionResponseMeterReadingsInner

func NewMonthlyProductionResponseMeterReadingsInner(serialNumber string, start int32, end int32, ) *MonthlyProductionResponseMeterReadingsInner

NewMonthlyProductionResponseMeterReadingsInner instantiates a new MonthlyProductionResponseMeterReadingsInner 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

NewMonthlyProductionResponseMeterReadingsInnerWithDefaults

func NewMonthlyProductionResponseMeterReadingsInnerWithDefaults() *MonthlyProductionResponseMeterReadingsInner

NewMonthlyProductionResponseMeterReadingsInnerWithDefaults instantiates a new MonthlyProductionResponseMeterReadingsInner 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

GetSerialNumber

func (o *MonthlyProductionResponseMeterReadingsInner) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.

GetSerialNumberOk

func (o *MonthlyProductionResponseMeterReadingsInner) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSerialNumber

func (o *MonthlyProductionResponseMeterReadingsInner) SetSerialNumber(v string)

SetSerialNumber sets SerialNumber field to given value.

GetStart

func (o *MonthlyProductionResponseMeterReadingsInner) GetStart() int32

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *MonthlyProductionResponseMeterReadingsInner) GetStartOk() (*int32, 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.

SetStart

func (o *MonthlyProductionResponseMeterReadingsInner) SetStart(v int32)

SetStart sets Start field to given value.

GetEnd

func (o *MonthlyProductionResponseMeterReadingsInner) GetEnd() int32

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *MonthlyProductionResponseMeterReadingsInner) GetEndOk() (*int32, 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.

SetEnd

func (o *MonthlyProductionResponseMeterReadingsInner) SetEnd(v int32)

SetEnd sets End field to given value.

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