Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 4 KB

InventoryResponseMetersInner.md

File metadata and controls

145 lines (78 loc) · 4 KB

InventoryResponseMetersInner

Properties

Name Type Description Notes
Sn string
Manufacturer string
Model string
Status Pointer to string [optional]
State Pointer to string [optional]

Methods

NewInventoryResponseMetersInner

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

NewInventoryResponseMetersInnerWithDefaults

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

GetSn

func (o *InventoryResponseMetersInner) GetSn() string

GetSn returns the Sn field if non-nil, zero value otherwise.

GetSnOk

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.

SetSn

func (o *InventoryResponseMetersInner) SetSn(v string)

SetSn sets Sn field to given value.

GetManufacturer

func (o *InventoryResponseMetersInner) GetManufacturer() string

GetManufacturer returns the Manufacturer field if non-nil, zero value otherwise.

GetManufacturerOk

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.

SetManufacturer

func (o *InventoryResponseMetersInner) SetManufacturer(v string)

SetManufacturer sets Manufacturer field to given value.

GetModel

func (o *InventoryResponseMetersInner) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

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.

SetModel

func (o *InventoryResponseMetersInner) SetModel(v string)

SetModel sets Model field to given value.

GetStatus

func (o *InventoryResponseMetersInner) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *InventoryResponseMetersInner) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *InventoryResponseMetersInner) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetState

func (o *InventoryResponseMetersInner) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *InventoryResponseMetersInner) SetState(v string)

SetState sets State field to given value.

HasState

func (o *InventoryResponseMetersInner) HasState() bool

HasState returns a boolean if a field has been set.

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