SimplifiedVoipDeviceOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AddedInAdvanced | Pointer to bool | Whether the device is added in advanced. | [optional] |
| Id | Pointer to string | Device ID. | [optional] |
| Mac | Pointer to string | Device MAC. | [optional] |
| Model | Pointer to string | Device model. | [optional] |
| ModelVersion | Pointer to string | Model version of device,for example:3.0. | [optional] |
| Name | Pointer to string | Device name. | [optional] |
| Type | Pointer to string | Device type: AP or gateway. | [optional] |
Methods
NewSimplifiedVoipDeviceOpenApiVO
func NewSimplifiedVoipDeviceOpenApiVO() *SimplifiedVoipDeviceOpenApiVO
NewSimplifiedVoipDeviceOpenApiVO instantiates a new SimplifiedVoipDeviceOpenApiVO 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
NewSimplifiedVoipDeviceOpenApiVOWithDefaults
func NewSimplifiedVoipDeviceOpenApiVOWithDefaults() *SimplifiedVoipDeviceOpenApiVO
NewSimplifiedVoipDeviceOpenApiVOWithDefaults instantiates a new SimplifiedVoipDeviceOpenApiVO 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
GetAddedInAdvanced
func (o *SimplifiedVoipDeviceOpenApiVO) GetAddedInAdvanced() bool
GetAddedInAdvanced returns the AddedInAdvanced field if non-nil, zero value otherwise.
GetAddedInAdvancedOk
func (o *SimplifiedVoipDeviceOpenApiVO) GetAddedInAdvancedOk() (*bool, bool)
GetAddedInAdvancedOk returns a tuple with the AddedInAdvanced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAddedInAdvanced
func (o *SimplifiedVoipDeviceOpenApiVO) SetAddedInAdvanced(v bool)
SetAddedInAdvanced sets AddedInAdvanced field to given value.
HasAddedInAdvanced
func (o *SimplifiedVoipDeviceOpenApiVO) HasAddedInAdvanced() bool
HasAddedInAdvanced returns a boolean if a field has been set.
GetId
func (o *SimplifiedVoipDeviceOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *SimplifiedVoipDeviceOpenApiVO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *SimplifiedVoipDeviceOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *SimplifiedVoipDeviceOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.
GetMac
func (o *SimplifiedVoipDeviceOpenApiVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *SimplifiedVoipDeviceOpenApiVO) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMac
func (o *SimplifiedVoipDeviceOpenApiVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *SimplifiedVoipDeviceOpenApiVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetModel
func (o *SimplifiedVoipDeviceOpenApiVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *SimplifiedVoipDeviceOpenApiVO) 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 *SimplifiedVoipDeviceOpenApiVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *SimplifiedVoipDeviceOpenApiVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *SimplifiedVoipDeviceOpenApiVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *SimplifiedVoipDeviceOpenApiVO) 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 *SimplifiedVoipDeviceOpenApiVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *SimplifiedVoipDeviceOpenApiVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetName
func (o *SimplifiedVoipDeviceOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *SimplifiedVoipDeviceOpenApiVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *SimplifiedVoipDeviceOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *SimplifiedVoipDeviceOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.
GetType
func (o *SimplifiedVoipDeviceOpenApiVO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *SimplifiedVoipDeviceOpenApiVO) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetType
func (o *SimplifiedVoipDeviceOpenApiVO) SetType(v string)
SetType sets Type field to given value.
HasType
func (o *SimplifiedVoipDeviceOpenApiVO) HasType() bool
HasType returns a boolean if a field has been set.