ApRssiThresholdOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RssiEnable | Pointer to bool | Rssi Threshold enabled or not. | [optional] |
| Threshold | Pointer to int32 | Value of rssi threshold. | [optional] |
Methods
NewApRssiThresholdOpenApiVO
func NewApRssiThresholdOpenApiVO() *ApRssiThresholdOpenApiVO
NewApRssiThresholdOpenApiVO instantiates a new ApRssiThresholdOpenApiVO 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
NewApRssiThresholdOpenApiVOWithDefaults
func NewApRssiThresholdOpenApiVOWithDefaults() *ApRssiThresholdOpenApiVO
NewApRssiThresholdOpenApiVOWithDefaults instantiates a new ApRssiThresholdOpenApiVO 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
GetRssiEnable
func (o *ApRssiThresholdOpenApiVO) GetRssiEnable() bool
GetRssiEnable returns the RssiEnable field if non-nil, zero value otherwise.
GetRssiEnableOk
func (o *ApRssiThresholdOpenApiVO) GetRssiEnableOk() (*bool, bool)
GetRssiEnableOk returns a tuple with the RssiEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRssiEnable
func (o *ApRssiThresholdOpenApiVO) SetRssiEnable(v bool)
SetRssiEnable sets RssiEnable field to given value.
HasRssiEnable
func (o *ApRssiThresholdOpenApiVO) HasRssiEnable() bool
HasRssiEnable returns a boolean if a field has been set.
GetThreshold
func (o *ApRssiThresholdOpenApiVO) GetThreshold() int32
GetThreshold returns the Threshold field if non-nil, zero value otherwise.
GetThresholdOk
func (o *ApRssiThresholdOpenApiVO) GetThresholdOk() (*int32, bool)
GetThresholdOk returns a tuple with the Threshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetThreshold
func (o *ApRssiThresholdOpenApiVO) SetThreshold(v int32)
SetThreshold sets Threshold field to given value.
HasThreshold
func (o *ApRssiThresholdOpenApiVO) HasThreshold() bool
HasThreshold returns a boolean if a field has been set.