Name | Type | Description | Notes |
---|---|---|---|
Sn | string | ||
Manufacturer | string | ||
Model | string | ||
Status | Pointer to string | [optional] | |
State | Pointer to string | [optional] |
func NewInventoryResponseMetersInner(sn string, manufacturer string, model string, ) *InventoryResponseMetersInner
NewInventoryResponseMetersInner instantiates a new InventoryResponseMetersInner 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 NewInventoryResponseMetersInnerWithDefaults() *InventoryResponseMetersInner
NewInventoryResponseMetersInnerWithDefaults instantiates a new InventoryResponseMetersInner 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 *InventoryResponseMetersInner) GetSn() string
GetSn returns the Sn field if non-nil, zero value otherwise.
func (o *InventoryResponseMetersInner) GetSnOk() (*string, bool)
GetSnOk returns a tuple with the Sn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseMetersInner) SetSn(v string)
SetSn sets Sn field to given value.
func (o *InventoryResponseMetersInner) GetManufacturer() string
GetManufacturer returns the Manufacturer field if non-nil, zero value otherwise.
func (o *InventoryResponseMetersInner) GetManufacturerOk() (*string, bool)
GetManufacturerOk returns a tuple with the Manufacturer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseMetersInner) SetManufacturer(v string)
SetManufacturer sets Manufacturer field to given value.
func (o *InventoryResponseMetersInner) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *InventoryResponseMetersInner) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseMetersInner) SetModel(v string)
SetModel sets Model field to given value.
func (o *InventoryResponseMetersInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *InventoryResponseMetersInner) GetStatusOk() (*string, 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 *InventoryResponseMetersInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *InventoryResponseMetersInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *InventoryResponseMetersInner) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *InventoryResponseMetersInner) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseMetersInner) SetState(v string)
SetState sets State field to given value.
func (o *InventoryResponseMetersInner) HasState() bool
HasState returns a boolean if a field has been set.