Skip to content

DeviceClientNumOpenApiVO

Properties

Name Type Description Notes
ClientNum Pointer to int32 Client number of the device [optional]
ClientNum2g Pointer to int32 Client number under 2g of the device [optional]
ClientNum5g Pointer to int32 Client number under 5g of the device [optional]
ClientNum5g2 Pointer to int32 Client number under 5g2 of the device [optional]
ClientNum6g Pointer to int32 Client number under 6g of the device [optional]
Mac Pointer to string MAC address of the device [optional]
SiteId Pointer to string Site id of the device [optional]

Methods

NewDeviceClientNumOpenApiVO

func NewDeviceClientNumOpenApiVO() *DeviceClientNumOpenApiVO

NewDeviceClientNumOpenApiVO instantiates a new DeviceClientNumOpenApiVO 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

NewDeviceClientNumOpenApiVOWithDefaults

func NewDeviceClientNumOpenApiVOWithDefaults() *DeviceClientNumOpenApiVO

NewDeviceClientNumOpenApiVOWithDefaults instantiates a new DeviceClientNumOpenApiVO 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

GetClientNum

func (o *DeviceClientNumOpenApiVO) GetClientNum() int32

GetClientNum returns the ClientNum field if non-nil, zero value otherwise.

GetClientNumOk

func (o *DeviceClientNumOpenApiVO) GetClientNumOk() (*int32, bool)

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

SetClientNum

func (o *DeviceClientNumOpenApiVO) SetClientNum(v int32)

SetClientNum sets ClientNum field to given value.

HasClientNum

func (o *DeviceClientNumOpenApiVO) HasClientNum() bool

HasClientNum returns a boolean if a field has been set.

GetClientNum2g

func (o *DeviceClientNumOpenApiVO) GetClientNum2g() int32

GetClientNum2g returns the ClientNum2g field if non-nil, zero value otherwise.

GetClientNum2gOk

func (o *DeviceClientNumOpenApiVO) GetClientNum2gOk() (*int32, bool)

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

SetClientNum2g

func (o *DeviceClientNumOpenApiVO) SetClientNum2g(v int32)

SetClientNum2g sets ClientNum2g field to given value.

HasClientNum2g

func (o *DeviceClientNumOpenApiVO) HasClientNum2g() bool

HasClientNum2g returns a boolean if a field has been set.

GetClientNum5g

func (o *DeviceClientNumOpenApiVO) GetClientNum5g() int32

GetClientNum5g returns the ClientNum5g field if non-nil, zero value otherwise.

GetClientNum5gOk

func (o *DeviceClientNumOpenApiVO) GetClientNum5gOk() (*int32, bool)

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

SetClientNum5g

func (o *DeviceClientNumOpenApiVO) SetClientNum5g(v int32)

SetClientNum5g sets ClientNum5g field to given value.

HasClientNum5g

func (o *DeviceClientNumOpenApiVO) HasClientNum5g() bool

HasClientNum5g returns a boolean if a field has been set.

GetClientNum5g2

func (o *DeviceClientNumOpenApiVO) GetClientNum5g2() int32

GetClientNum5g2 returns the ClientNum5g2 field if non-nil, zero value otherwise.

GetClientNum5g2Ok

func (o *DeviceClientNumOpenApiVO) GetClientNum5g2Ok() (*int32, bool)

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

SetClientNum5g2

func (o *DeviceClientNumOpenApiVO) SetClientNum5g2(v int32)

SetClientNum5g2 sets ClientNum5g2 field to given value.

HasClientNum5g2

func (o *DeviceClientNumOpenApiVO) HasClientNum5g2() bool

HasClientNum5g2 returns a boolean if a field has been set.

GetClientNum6g

func (o *DeviceClientNumOpenApiVO) GetClientNum6g() int32

GetClientNum6g returns the ClientNum6g field if non-nil, zero value otherwise.

GetClientNum6gOk

func (o *DeviceClientNumOpenApiVO) GetClientNum6gOk() (*int32, bool)

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

SetClientNum6g

func (o *DeviceClientNumOpenApiVO) SetClientNum6g(v int32)

SetClientNum6g sets ClientNum6g field to given value.

HasClientNum6g

func (o *DeviceClientNumOpenApiVO) HasClientNum6g() bool

HasClientNum6g returns a boolean if a field has been set.

GetMac

func (o *DeviceClientNumOpenApiVO) GetMac() string

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

GetMacOk

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

SetMac sets Mac field to given value.

HasMac

func (o *DeviceClientNumOpenApiVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetSiteId

func (o *DeviceClientNumOpenApiVO) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *DeviceClientNumOpenApiVO) GetSiteIdOk() (*string, bool)

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

SetSiteId

func (o *DeviceClientNumOpenApiVO) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

HasSiteId

func (o *DeviceClientNumOpenApiVO) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

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