Skip to content

ClientsRssiDistributionVO

Properties

Name Type Description Notes
From55To45 Pointer to int32 [optional]
From65To55 Pointer to int32 [optional]
From71To65 Pointer to int32 [optional]
LessThan72 Pointer to int32 [optional]
MoreThan45 Pointer to int32 [optional]

Methods

NewClientsRssiDistributionVO

func NewClientsRssiDistributionVO() *ClientsRssiDistributionVO

NewClientsRssiDistributionVO instantiates a new ClientsRssiDistributionVO 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

NewClientsRssiDistributionVOWithDefaults

func NewClientsRssiDistributionVOWithDefaults() *ClientsRssiDistributionVO

NewClientsRssiDistributionVOWithDefaults instantiates a new ClientsRssiDistributionVO 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

GetFrom55To45

func (o *ClientsRssiDistributionVO) GetFrom55To45() int32

GetFrom55To45 returns the From55To45 field if non-nil, zero value otherwise.

GetFrom55To45Ok

func (o *ClientsRssiDistributionVO) GetFrom55To45Ok() (*int32, bool)

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

SetFrom55To45

func (o *ClientsRssiDistributionVO) SetFrom55To45(v int32)

SetFrom55To45 sets From55To45 field to given value.

HasFrom55To45

func (o *ClientsRssiDistributionVO) HasFrom55To45() bool

HasFrom55To45 returns a boolean if a field has been set.

GetFrom65To55

func (o *ClientsRssiDistributionVO) GetFrom65To55() int32

GetFrom65To55 returns the From65To55 field if non-nil, zero value otherwise.

GetFrom65To55Ok

func (o *ClientsRssiDistributionVO) GetFrom65To55Ok() (*int32, bool)

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

SetFrom65To55

func (o *ClientsRssiDistributionVO) SetFrom65To55(v int32)

SetFrom65To55 sets From65To55 field to given value.

HasFrom65To55

func (o *ClientsRssiDistributionVO) HasFrom65To55() bool

HasFrom65To55 returns a boolean if a field has been set.

GetFrom71To65

func (o *ClientsRssiDistributionVO) GetFrom71To65() int32

GetFrom71To65 returns the From71To65 field if non-nil, zero value otherwise.

GetFrom71To65Ok

func (o *ClientsRssiDistributionVO) GetFrom71To65Ok() (*int32, bool)

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

SetFrom71To65

func (o *ClientsRssiDistributionVO) SetFrom71To65(v int32)

SetFrom71To65 sets From71To65 field to given value.

HasFrom71To65

func (o *ClientsRssiDistributionVO) HasFrom71To65() bool

HasFrom71To65 returns a boolean if a field has been set.

GetLessThan72

func (o *ClientsRssiDistributionVO) GetLessThan72() int32

GetLessThan72 returns the LessThan72 field if non-nil, zero value otherwise.

GetLessThan72Ok

func (o *ClientsRssiDistributionVO) GetLessThan72Ok() (*int32, bool)

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

SetLessThan72

func (o *ClientsRssiDistributionVO) SetLessThan72(v int32)

SetLessThan72 sets LessThan72 field to given value.

HasLessThan72

func (o *ClientsRssiDistributionVO) HasLessThan72() bool

HasLessThan72 returns a boolean if a field has been set.

GetMoreThan45

func (o *ClientsRssiDistributionVO) GetMoreThan45() int32

GetMoreThan45 returns the MoreThan45 field if non-nil, zero value otherwise.

GetMoreThan45Ok

func (o *ClientsRssiDistributionVO) GetMoreThan45Ok() (*int32, bool)

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

SetMoreThan45

func (o *ClientsRssiDistributionVO) SetMoreThan45(v int32)

SetMoreThan45 sets MoreThan45 field to given value.

HasMoreThan45

func (o *ClientsRssiDistributionVO) HasMoreThan45() bool

HasMoreThan45 returns a boolean if a field has been set.

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