ActiveClientBubbleVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApName | Pointer to string | [optional] | |
| BandWidth | Pointer to int32 | [optional] | |
| Channel | Pointer to int32 | [optional] | |
| Download | Pointer to int64 | [optional] | |
| DownloadPercent | Pointer to int32 | [optional] | |
| HealthScore | Pointer to int32 | [optional] | |
| Mac | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| RadioId | Pointer to int32 | [optional] | |
| Rssi | Pointer to int32 | [optional] | |
| SignalLevel | Pointer to int32 | [optional] | |
| Snr | Pointer to int32 | [optional] | |
| Traffic | Pointer to int64 | [optional] | |
| TrafficPercent | Pointer to int32 | [optional] | |
| TxRate | Pointer to int64 | [optional] | |
| Type | Pointer to string | [optional] | |
| Upload | Pointer to int64 | [optional] | |
| UploadPercent | Pointer to int32 | [optional] | |
| WifiProtocol | Pointer to string | [optional] |
Methods
NewActiveClientBubbleVO
func NewActiveClientBubbleVO() *ActiveClientBubbleVO
NewActiveClientBubbleVO instantiates a new ActiveClientBubbleVO 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
NewActiveClientBubbleVOWithDefaults
func NewActiveClientBubbleVOWithDefaults() *ActiveClientBubbleVO
NewActiveClientBubbleVOWithDefaults instantiates a new ActiveClientBubbleVO 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
GetApName
func (o *ActiveClientBubbleVO) GetApName() string
GetApName returns the ApName field if non-nil, zero value otherwise.
GetApNameOk
func (o *ActiveClientBubbleVO) GetApNameOk() (*string, bool)
GetApNameOk returns a tuple with the ApName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApName
func (o *ActiveClientBubbleVO) SetApName(v string)
SetApName sets ApName field to given value.
HasApName
func (o *ActiveClientBubbleVO) HasApName() bool
HasApName returns a boolean if a field has been set.
GetBandWidth
func (o *ActiveClientBubbleVO) GetBandWidth() int32
GetBandWidth returns the BandWidth field if non-nil, zero value otherwise.
GetBandWidthOk
func (o *ActiveClientBubbleVO) GetBandWidthOk() (*int32, bool)
GetBandWidthOk returns a tuple with the BandWidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetBandWidth
func (o *ActiveClientBubbleVO) SetBandWidth(v int32)
SetBandWidth sets BandWidth field to given value.
HasBandWidth
func (o *ActiveClientBubbleVO) HasBandWidth() bool
HasBandWidth returns a boolean if a field has been set.
GetChannel
func (o *ActiveClientBubbleVO) GetChannel() int32
GetChannel returns the Channel field if non-nil, zero value otherwise.
GetChannelOk
func (o *ActiveClientBubbleVO) GetChannelOk() (*int32, bool)
GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannel
func (o *ActiveClientBubbleVO) SetChannel(v int32)
SetChannel sets Channel field to given value.
HasChannel
func (o *ActiveClientBubbleVO) HasChannel() bool
HasChannel returns a boolean if a field has been set.
GetDownload
func (o *ActiveClientBubbleVO) GetDownload() int64
GetDownload returns the Download field if non-nil, zero value otherwise.
GetDownloadOk
func (o *ActiveClientBubbleVO) GetDownloadOk() (*int64, bool)
GetDownloadOk returns a tuple with the Download field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDownload
func (o *ActiveClientBubbleVO) SetDownload(v int64)
SetDownload sets Download field to given value.
HasDownload
func (o *ActiveClientBubbleVO) HasDownload() bool
HasDownload returns a boolean if a field has been set.
GetDownloadPercent
func (o *ActiveClientBubbleVO) GetDownloadPercent() int32
GetDownloadPercent returns the DownloadPercent field if non-nil, zero value otherwise.
GetDownloadPercentOk
func (o *ActiveClientBubbleVO) GetDownloadPercentOk() (*int32, bool)
GetDownloadPercentOk returns a tuple with the DownloadPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDownloadPercent
func (o *ActiveClientBubbleVO) SetDownloadPercent(v int32)
SetDownloadPercent sets DownloadPercent field to given value.
HasDownloadPercent
func (o *ActiveClientBubbleVO) HasDownloadPercent() bool
HasDownloadPercent returns a boolean if a field has been set.
GetHealthScore
func (o *ActiveClientBubbleVO) GetHealthScore() int32
GetHealthScore returns the HealthScore field if non-nil, zero value otherwise.
GetHealthScoreOk
func (o *ActiveClientBubbleVO) GetHealthScoreOk() (*int32, bool)
GetHealthScoreOk returns a tuple with the HealthScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHealthScore
func (o *ActiveClientBubbleVO) SetHealthScore(v int32)
SetHealthScore sets HealthScore field to given value.
HasHealthScore
func (o *ActiveClientBubbleVO) HasHealthScore() bool
HasHealthScore returns a boolean if a field has been set.
GetMac
func (o *ActiveClientBubbleVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *ActiveClientBubbleVO) 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 *ActiveClientBubbleVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *ActiveClientBubbleVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetName
func (o *ActiveClientBubbleVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *ActiveClientBubbleVO) 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 *ActiveClientBubbleVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *ActiveClientBubbleVO) HasName() bool
HasName returns a boolean if a field has been set.
GetRadioId
func (o *ActiveClientBubbleVO) GetRadioId() int32
GetRadioId returns the RadioId field if non-nil, zero value otherwise.
GetRadioIdOk
func (o *ActiveClientBubbleVO) GetRadioIdOk() (*int32, bool)
GetRadioIdOk returns a tuple with the RadioId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRadioId
func (o *ActiveClientBubbleVO) SetRadioId(v int32)
SetRadioId sets RadioId field to given value.
HasRadioId
func (o *ActiveClientBubbleVO) HasRadioId() bool
HasRadioId returns a boolean if a field has been set.
GetRssi
func (o *ActiveClientBubbleVO) GetRssi() int32
GetRssi returns the Rssi field if non-nil, zero value otherwise.
GetRssiOk
func (o *ActiveClientBubbleVO) GetRssiOk() (*int32, bool)
GetRssiOk returns a tuple with the Rssi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRssi
func (o *ActiveClientBubbleVO) SetRssi(v int32)
SetRssi sets Rssi field to given value.
HasRssi
func (o *ActiveClientBubbleVO) HasRssi() bool
HasRssi returns a boolean if a field has been set.
GetSignalLevel
func (o *ActiveClientBubbleVO) GetSignalLevel() int32
GetSignalLevel returns the SignalLevel field if non-nil, zero value otherwise.
GetSignalLevelOk
func (o *ActiveClientBubbleVO) GetSignalLevelOk() (*int32, bool)
GetSignalLevelOk returns a tuple with the SignalLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSignalLevel
func (o *ActiveClientBubbleVO) SetSignalLevel(v int32)
SetSignalLevel sets SignalLevel field to given value.
HasSignalLevel
func (o *ActiveClientBubbleVO) HasSignalLevel() bool
HasSignalLevel returns a boolean if a field has been set.
GetSnr
func (o *ActiveClientBubbleVO) GetSnr() int32
GetSnr returns the Snr field if non-nil, zero value otherwise.
GetSnrOk
func (o *ActiveClientBubbleVO) GetSnrOk() (*int32, bool)
GetSnrOk returns a tuple with the Snr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSnr
func (o *ActiveClientBubbleVO) SetSnr(v int32)
SetSnr sets Snr field to given value.
HasSnr
func (o *ActiveClientBubbleVO) HasSnr() bool
HasSnr returns a boolean if a field has been set.
GetTraffic
func (o *ActiveClientBubbleVO) GetTraffic() int64
GetTraffic returns the Traffic field if non-nil, zero value otherwise.
GetTrafficOk
func (o *ActiveClientBubbleVO) GetTrafficOk() (*int64, bool)
GetTrafficOk returns a tuple with the Traffic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTraffic
func (o *ActiveClientBubbleVO) SetTraffic(v int64)
SetTraffic sets Traffic field to given value.
HasTraffic
func (o *ActiveClientBubbleVO) HasTraffic() bool
HasTraffic returns a boolean if a field has been set.
GetTrafficPercent
func (o *ActiveClientBubbleVO) GetTrafficPercent() int32
GetTrafficPercent returns the TrafficPercent field if non-nil, zero value otherwise.
GetTrafficPercentOk
func (o *ActiveClientBubbleVO) GetTrafficPercentOk() (*int32, bool)
GetTrafficPercentOk returns a tuple with the TrafficPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTrafficPercent
func (o *ActiveClientBubbleVO) SetTrafficPercent(v int32)
SetTrafficPercent sets TrafficPercent field to given value.
HasTrafficPercent
func (o *ActiveClientBubbleVO) HasTrafficPercent() bool
HasTrafficPercent returns a boolean if a field has been set.
GetTxRate
func (o *ActiveClientBubbleVO) GetTxRate() int64
GetTxRate returns the TxRate field if non-nil, zero value otherwise.
GetTxRateOk
func (o *ActiveClientBubbleVO) GetTxRateOk() (*int64, bool)
GetTxRateOk returns a tuple with the TxRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxRate
func (o *ActiveClientBubbleVO) SetTxRate(v int64)
SetTxRate sets TxRate field to given value.
HasTxRate
func (o *ActiveClientBubbleVO) HasTxRate() bool
HasTxRate returns a boolean if a field has been set.
GetType
func (o *ActiveClientBubbleVO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *ActiveClientBubbleVO) 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 *ActiveClientBubbleVO) SetType(v string)
SetType sets Type field to given value.
HasType
func (o *ActiveClientBubbleVO) HasType() bool
HasType returns a boolean if a field has been set.
GetUpload
func (o *ActiveClientBubbleVO) GetUpload() int64
GetUpload returns the Upload field if non-nil, zero value otherwise.
GetUploadOk
func (o *ActiveClientBubbleVO) GetUploadOk() (*int64, bool)
GetUploadOk returns a tuple with the Upload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUpload
func (o *ActiveClientBubbleVO) SetUpload(v int64)
SetUpload sets Upload field to given value.
HasUpload
func (o *ActiveClientBubbleVO) HasUpload() bool
HasUpload returns a boolean if a field has been set.
GetUploadPercent
func (o *ActiveClientBubbleVO) GetUploadPercent() int32
GetUploadPercent returns the UploadPercent field if non-nil, zero value otherwise.
GetUploadPercentOk
func (o *ActiveClientBubbleVO) GetUploadPercentOk() (*int32, bool)
GetUploadPercentOk returns a tuple with the UploadPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUploadPercent
func (o *ActiveClientBubbleVO) SetUploadPercent(v int32)
SetUploadPercent sets UploadPercent field to given value.
HasUploadPercent
func (o *ActiveClientBubbleVO) HasUploadPercent() bool
HasUploadPercent returns a boolean if a field has been set.
GetWifiProtocol
func (o *ActiveClientBubbleVO) GetWifiProtocol() string
GetWifiProtocol returns the WifiProtocol field if non-nil, zero value otherwise.
GetWifiProtocolOk
func (o *ActiveClientBubbleVO) GetWifiProtocolOk() (*string, bool)
GetWifiProtocolOk returns a tuple with the WifiProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWifiProtocol
func (o *ActiveClientBubbleVO) SetWifiProtocol(v string)
SetWifiProtocol sets WifiProtocol field to given value.
HasWifiProtocol
func (o *ActiveClientBubbleVO) HasWifiProtocol() bool
HasWifiProtocol returns a boolean if a field has been set.