Skip to content

ApRssiThresholdVO

Properties

Name Type Description Notes
RssiEnable Pointer to bool [optional]
Threshold Pointer to int32 [optional]

Methods

NewApRssiThresholdVO

func NewApRssiThresholdVO() *ApRssiThresholdVO

NewApRssiThresholdVO instantiates a new ApRssiThresholdVO 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

NewApRssiThresholdVOWithDefaults

func NewApRssiThresholdVOWithDefaults() *ApRssiThresholdVO

NewApRssiThresholdVOWithDefaults instantiates a new ApRssiThresholdVO 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 *ApRssiThresholdVO) GetRssiEnable() bool

GetRssiEnable returns the RssiEnable field if non-nil, zero value otherwise.

GetRssiEnableOk

func (o *ApRssiThresholdVO) 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 *ApRssiThresholdVO) SetRssiEnable(v bool)

SetRssiEnable sets RssiEnable field to given value.

HasRssiEnable

func (o *ApRssiThresholdVO) HasRssiEnable() bool

HasRssiEnable returns a boolean if a field has been set.

GetThreshold

func (o *ApRssiThresholdVO) GetThreshold() int32

GetThreshold returns the Threshold field if non-nil, zero value otherwise.

GetThresholdOk

func (o *ApRssiThresholdVO) 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 *ApRssiThresholdVO) SetThreshold(v int32)

SetThreshold sets Threshold field to given value.

HasThreshold

func (o *ApRssiThresholdVO) HasThreshold() bool

HasThreshold returns a boolean if a field has been set.

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