AccessCapacityInfoVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConnectionClientCount | Pointer to int32 | The number of client connected to the device | [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
NewAccessCapacityInfoVO
func NewAccessCapacityInfoVO() *AccessCapacityInfoVO
NewAccessCapacityInfoVO instantiates a new AccessCapacityInfoVO 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
NewAccessCapacityInfoVOWithDefaults
func NewAccessCapacityInfoVOWithDefaults() *AccessCapacityInfoVO
NewAccessCapacityInfoVOWithDefaults instantiates a new AccessCapacityInfoVO 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
GetConnectionClientCount
func (o *AccessCapacityInfoVO) GetConnectionClientCount() int32
GetConnectionClientCount returns the ConnectionClientCount field if non-nil, zero value otherwise.
GetConnectionClientCountOk
func (o *AccessCapacityInfoVO) GetConnectionClientCountOk() (*int32, bool)
GetConnectionClientCountOk returns a tuple with the ConnectionClientCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetConnectionClientCount
func (o *AccessCapacityInfoVO) SetConnectionClientCount(v int32)
SetConnectionClientCount sets ConnectionClientCount field to given value.
HasConnectionClientCount
func (o *AccessCapacityInfoVO) HasConnectionClientCount() bool
HasConnectionClientCount returns a boolean if a field has been set.
GetDeviceName
func (o *AccessCapacityInfoVO) GetDeviceName() string
GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.
GetDeviceNameOk
func (o *AccessCapacityInfoVO) 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 *AccessCapacityInfoVO) SetDeviceName(v string)
SetDeviceName sets DeviceName field to given value.
HasDeviceName
func (o *AccessCapacityInfoVO) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
GetDeviceType
func (o *AccessCapacityInfoVO) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
GetDeviceTypeOk
func (o *AccessCapacityInfoVO) 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 *AccessCapacityInfoVO) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
HasDeviceType
func (o *AccessCapacityInfoVO) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.
GetIp
func (o *AccessCapacityInfoVO) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
GetIpOk
func (o *AccessCapacityInfoVO) 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 *AccessCapacityInfoVO) SetIp(v string)
SetIp sets Ip field to given value.
HasIp
func (o *AccessCapacityInfoVO) HasIp() bool
HasIp returns a boolean if a field has been set.
GetMac
func (o *AccessCapacityInfoVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *AccessCapacityInfoVO) 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 *AccessCapacityInfoVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *AccessCapacityInfoVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetModel
func (o *AccessCapacityInfoVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *AccessCapacityInfoVO) 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 *AccessCapacityInfoVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *AccessCapacityInfoVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *AccessCapacityInfoVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *AccessCapacityInfoVO) 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 *AccessCapacityInfoVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *AccessCapacityInfoVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.