Name | Type | Description | Notes |
---|---|---|---|
SerialNumber | string | ||
Start | int32 | ||
End | int32 |
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
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
func (o *MonthlyProductionResponseMeterReadingsInner) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
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.
func (o *MonthlyProductionResponseMeterReadingsInner) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *MonthlyProductionResponseMeterReadingsInner) GetStart() int32
GetStart returns the Start field if non-nil, zero value otherwise.
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.
func (o *MonthlyProductionResponseMeterReadingsInner) SetStart(v int32)
SetStart sets Start field to given value.
func (o *MonthlyProductionResponseMeterReadingsInner) GetEnd() int32
GetEnd returns the End field if non-nil, zero value otherwise.
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.
func (o *MonthlyProductionResponseMeterReadingsInner) SetEnd(v int32)
SetEnd sets End field to given value.