Name | Type | Description | Notes |
---|---|---|---|
Status | Status | ||
LastReportAt | int64 | ||
LastEnergyAt | int64 | ||
OperationalAt | int64 |
func NewMeta(status Status, lastReportAt int64, lastEnergyAt int64, operationalAt int64, ) *Meta
NewMeta instantiates a new Meta 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 NewMetaWithDefaults() *Meta
NewMetaWithDefaults instantiates a new Meta 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 *Meta) GetStatus() Status
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *Meta) GetStatusOk() (*Status, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetStatus(v Status)
SetStatus sets Status field to given value.
func (o *Meta) GetLastReportAt() int64
GetLastReportAt returns the LastReportAt field if non-nil, zero value otherwise.
func (o *Meta) GetLastReportAtOk() (*int64, bool)
GetLastReportAtOk returns a tuple with the LastReportAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetLastReportAt(v int64)
SetLastReportAt sets LastReportAt field to given value.
func (o *Meta) GetLastEnergyAt() int64
GetLastEnergyAt returns the LastEnergyAt field if non-nil, zero value otherwise.
func (o *Meta) GetLastEnergyAtOk() (*int64, bool)
GetLastEnergyAtOk returns a tuple with the LastEnergyAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetLastEnergyAt(v int64)
SetLastEnergyAt sets LastEnergyAt field to given value.
func (o *Meta) GetOperationalAt() int64
GetOperationalAt returns the OperationalAt field if non-nil, zero value otherwise.
func (o *Meta) GetOperationalAtOk() (*int64, bool)
GetOperationalAtOk returns a tuple with the OperationalAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) SetOperationalAt(v int64)
SetOperationalAt sets OperationalAt field to given value.