Skip to content

ApInterference

Properties

Name Type Description Notes
NearestAp Pointer to string The AP name of the strongest signal [optional]
InterUtil Pointer to int32 AP interference percentage [optional]
Mac Pointer to string AP MAC [optional]
Model Pointer to string Device model [optional]
ModelVersion Pointer to string Device model version [optional]
Name Pointer to string AP name [optional]

Methods

NewApInterference

func NewApInterference() *ApInterference

NewApInterference instantiates a new ApInterference 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

NewApInterferenceWithDefaults

func NewApInterferenceWithDefaults() *ApInterference

NewApInterferenceWithDefaults instantiates a new ApInterference 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

GetNearestAp

func (o *ApInterference) GetNearestAp() string

GetNearestAp returns the NearestAp field if non-nil, zero value otherwise.

GetNearestApOk

func (o *ApInterference) GetNearestApOk() (*string, bool)

GetNearestApOk returns a tuple with the NearestAp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNearestAp

func (o *ApInterference) SetNearestAp(v string)

SetNearestAp sets NearestAp field to given value.

HasNearestAp

func (o *ApInterference) HasNearestAp() bool

HasNearestAp returns a boolean if a field has been set.

GetInterUtil

func (o *ApInterference) GetInterUtil() int32

GetInterUtil returns the InterUtil field if non-nil, zero value otherwise.

GetInterUtilOk

func (o *ApInterference) GetInterUtilOk() (*int32, bool)

GetInterUtilOk returns a tuple with the InterUtil field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInterUtil

func (o *ApInterference) SetInterUtil(v int32)

SetInterUtil sets InterUtil field to given value.

HasInterUtil

func (o *ApInterference) HasInterUtil() bool

HasInterUtil returns a boolean if a field has been set.

GetMac

func (o *ApInterference) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *ApInterference) 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 *ApInterference) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *ApInterference) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *ApInterference) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *ApInterference) 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 *ApInterference) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *ApInterference) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *ApInterference) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *ApInterference) 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 *ApInterference) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *ApInterference) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetName

func (o *ApInterference) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ApInterference) 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 *ApInterference) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApInterference) HasName() bool

HasName returns a boolean if a field has been set.

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