MspDeviceClientNumOpenApiVO
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] |
| CustomerId | Pointer to string | Customer id 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
NewMspDeviceClientNumOpenApiVO
func NewMspDeviceClientNumOpenApiVO() *MspDeviceClientNumOpenApiVO
NewMspDeviceClientNumOpenApiVO instantiates a new MspDeviceClientNumOpenApiVO 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
NewMspDeviceClientNumOpenApiVOWithDefaults
func NewMspDeviceClientNumOpenApiVOWithDefaults() *MspDeviceClientNumOpenApiVO
NewMspDeviceClientNumOpenApiVOWithDefaults instantiates a new MspDeviceClientNumOpenApiVO 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 *MspDeviceClientNumOpenApiVO) GetClientNum() int32
GetClientNum returns the ClientNum field if non-nil, zero value otherwise.
GetClientNumOk
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetClientNum(v int32)
SetClientNum sets ClientNum field to given value.
HasClientNum
func (o *MspDeviceClientNumOpenApiVO) HasClientNum() bool
HasClientNum returns a boolean if a field has been set.
GetClientNum2g
func (o *MspDeviceClientNumOpenApiVO) GetClientNum2g() int32
GetClientNum2g returns the ClientNum2g field if non-nil, zero value otherwise.
GetClientNum2gOk
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetClientNum2g(v int32)
SetClientNum2g sets ClientNum2g field to given value.
HasClientNum2g
func (o *MspDeviceClientNumOpenApiVO) HasClientNum2g() bool
HasClientNum2g returns a boolean if a field has been set.
GetClientNum5g
func (o *MspDeviceClientNumOpenApiVO) GetClientNum5g() int32
GetClientNum5g returns the ClientNum5g field if non-nil, zero value otherwise.
GetClientNum5gOk
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetClientNum5g(v int32)
SetClientNum5g sets ClientNum5g field to given value.
HasClientNum5g
func (o *MspDeviceClientNumOpenApiVO) HasClientNum5g() bool
HasClientNum5g returns a boolean if a field has been set.
GetClientNum5g2
func (o *MspDeviceClientNumOpenApiVO) GetClientNum5g2() int32
GetClientNum5g2 returns the ClientNum5g2 field if non-nil, zero value otherwise.
GetClientNum5g2Ok
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetClientNum5g2(v int32)
SetClientNum5g2 sets ClientNum5g2 field to given value.
HasClientNum5g2
func (o *MspDeviceClientNumOpenApiVO) HasClientNum5g2() bool
HasClientNum5g2 returns a boolean if a field has been set.
GetClientNum6g
func (o *MspDeviceClientNumOpenApiVO) GetClientNum6g() int32
GetClientNum6g returns the ClientNum6g field if non-nil, zero value otherwise.
GetClientNum6gOk
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetClientNum6g(v int32)
SetClientNum6g sets ClientNum6g field to given value.
HasClientNum6g
func (o *MspDeviceClientNumOpenApiVO) HasClientNum6g() bool
HasClientNum6g returns a boolean if a field has been set.
GetCustomerId
func (o *MspDeviceClientNumOpenApiVO) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
GetCustomerIdOk
func (o *MspDeviceClientNumOpenApiVO) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCustomerId
func (o *MspDeviceClientNumOpenApiVO) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
HasCustomerId
func (o *MspDeviceClientNumOpenApiVO) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
GetMac
func (o *MspDeviceClientNumOpenApiVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *MspDeviceClientNumOpenApiVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetSiteId
func (o *MspDeviceClientNumOpenApiVO) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
GetSiteIdOk
func (o *MspDeviceClientNumOpenApiVO) 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 *MspDeviceClientNumOpenApiVO) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
HasSiteId
func (o *MspDeviceClientNumOpenApiVO) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.