Skip to content

ChannelInterInfoVO

Properties

Name Type Description Notes
ChannelInterf Pointer to int32 Channel interference rate [optional]
DeviceName Pointer to string Device name [optional]
DeviceType Pointer to string Device type [optional]
Ip Pointer to string ip [optional]
Mac Pointer to string Mac address [optional]
Model Pointer to string Device model name with version [optional]
ModelVersion Pointer to string Model version of device, for example:3.0 [optional]

Methods

NewChannelInterInfoVO

func NewChannelInterInfoVO() *ChannelInterInfoVO

NewChannelInterInfoVO instantiates a new ChannelInterInfoVO 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

NewChannelInterInfoVOWithDefaults

func NewChannelInterInfoVOWithDefaults() *ChannelInterInfoVO

NewChannelInterInfoVOWithDefaults instantiates a new ChannelInterInfoVO 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

GetChannelInterf

func (o *ChannelInterInfoVO) GetChannelInterf() int32

GetChannelInterf returns the ChannelInterf field if non-nil, zero value otherwise.

GetChannelInterfOk

func (o *ChannelInterInfoVO) GetChannelInterfOk() (*int32, bool)

GetChannelInterfOk returns a tuple with the ChannelInterf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChannelInterf

func (o *ChannelInterInfoVO) SetChannelInterf(v int32)

SetChannelInterf sets ChannelInterf field to given value.

HasChannelInterf

func (o *ChannelInterInfoVO) HasChannelInterf() bool

HasChannelInterf returns a boolean if a field has been set.

GetDeviceName

func (o *ChannelInterInfoVO) GetDeviceName() string

GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.

GetDeviceNameOk

func (o *ChannelInterInfoVO) GetDeviceNameOk() (*string, bool)

GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceName

func (o *ChannelInterInfoVO) SetDeviceName(v string)

SetDeviceName sets DeviceName field to given value.

HasDeviceName

func (o *ChannelInterInfoVO) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

GetDeviceType

func (o *ChannelInterInfoVO) GetDeviceType() string

GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.

GetDeviceTypeOk

func (o *ChannelInterInfoVO) GetDeviceTypeOk() (*string, bool)

GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceType

func (o *ChannelInterInfoVO) SetDeviceType(v string)

SetDeviceType sets DeviceType field to given value.

HasDeviceType

func (o *ChannelInterInfoVO) HasDeviceType() bool

HasDeviceType returns a boolean if a field has been set.

GetIp

func (o *ChannelInterInfoVO) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *ChannelInterInfoVO) GetIpOk() (*string, bool)

GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIp

func (o *ChannelInterInfoVO) SetIp(v string)

SetIp sets Ip field to given value.

HasIp

func (o *ChannelInterInfoVO) HasIp() bool

HasIp returns a boolean if a field has been set.

GetMac

func (o *ChannelInterInfoVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *ChannelInterInfoVO) 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 *ChannelInterInfoVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *ChannelInterInfoVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *ChannelInterInfoVO) GetModel() string

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

GetModelOk

func (o *ChannelInterInfoVO) 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 *ChannelInterInfoVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *ChannelInterInfoVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *ChannelInterInfoVO) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *ChannelInterInfoVO) 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 *ChannelInterInfoVO) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *ChannelInterInfoVO) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

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