DeviceGatewayModelOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Model | Pointer to string | The model name of device. | [optional] |
| ModelVersion | Pointer to string | The model version of device.For example: 1.0 | [optional] |
| ShowModel | Pointer to string | A complete description of the device model, including name and version. | [optional] |
| WirelessRouter | Pointer to bool | Whether the device supports wirelessrouter. | [optional] |
Methods
NewDeviceGatewayModelOpenApiVO
func NewDeviceGatewayModelOpenApiVO() *DeviceGatewayModelOpenApiVO
NewDeviceGatewayModelOpenApiVO instantiates a new DeviceGatewayModelOpenApiVO 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
NewDeviceGatewayModelOpenApiVOWithDefaults
func NewDeviceGatewayModelOpenApiVOWithDefaults() *DeviceGatewayModelOpenApiVO
NewDeviceGatewayModelOpenApiVOWithDefaults instantiates a new DeviceGatewayModelOpenApiVO 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
GetModel
func (o *DeviceGatewayModelOpenApiVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *DeviceGatewayModelOpenApiVO) 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 *DeviceGatewayModelOpenApiVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *DeviceGatewayModelOpenApiVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *DeviceGatewayModelOpenApiVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *DeviceGatewayModelOpenApiVO) GetModelVersionOk() (*string, bool)
GetModelVersionOk returns a tuple with the ModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelVersion
func (o *DeviceGatewayModelOpenApiVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *DeviceGatewayModelOpenApiVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetShowModel
func (o *DeviceGatewayModelOpenApiVO) GetShowModel() string
GetShowModel returns the ShowModel field if non-nil, zero value otherwise.
GetShowModelOk
func (o *DeviceGatewayModelOpenApiVO) GetShowModelOk() (*string, bool)
GetShowModelOk returns a tuple with the ShowModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowModel
func (o *DeviceGatewayModelOpenApiVO) SetShowModel(v string)
SetShowModel sets ShowModel field to given value.
HasShowModel
func (o *DeviceGatewayModelOpenApiVO) HasShowModel() bool
HasShowModel returns a boolean if a field has been set.
GetWirelessRouter
func (o *DeviceGatewayModelOpenApiVO) GetWirelessRouter() bool
GetWirelessRouter returns the WirelessRouter field if non-nil, zero value otherwise.
GetWirelessRouterOk
func (o *DeviceGatewayModelOpenApiVO) GetWirelessRouterOk() (*bool, bool)
GetWirelessRouterOk returns a tuple with the WirelessRouter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWirelessRouter
func (o *DeviceGatewayModelOpenApiVO) SetWirelessRouter(v bool)
SetWirelessRouter sets WirelessRouter field to given value.
HasWirelessRouter
func (o *DeviceGatewayModelOpenApiVO) HasWirelessRouter() bool
HasWirelessRouter returns a boolean if a field has been set.