SsidDistribution
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FifthSsid | Pointer to SSIDStat | [optional] | |
| FirstSsid | Pointer to SSIDStat | [optional] | |
| FourthSsid | Pointer to SSIDStat | [optional] | |
| OtherSsid | Pointer to SSIDStat | [optional] | |
| SecondSsid | Pointer to SSIDStat | [optional] | |
| ThirdSsid | Pointer to SSIDStat | [optional] |
Methods
NewSsidDistribution
func NewSsidDistribution() *SsidDistribution
NewSsidDistribution instantiates a new SsidDistribution 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
NewSsidDistributionWithDefaults
func NewSsidDistributionWithDefaults() *SsidDistribution
NewSsidDistributionWithDefaults instantiates a new SsidDistribution 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
GetFifthSsid
func (o *SsidDistribution) GetFifthSsid() SSIDStat
GetFifthSsid returns the FifthSsid field if non-nil, zero value otherwise.
GetFifthSsidOk
func (o *SsidDistribution) GetFifthSsidOk() (*SSIDStat, bool)
GetFifthSsidOk returns a tuple with the FifthSsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFifthSsid
func (o *SsidDistribution) SetFifthSsid(v SSIDStat)
SetFifthSsid sets FifthSsid field to given value.
HasFifthSsid
func (o *SsidDistribution) HasFifthSsid() bool
HasFifthSsid returns a boolean if a field has been set.
GetFirstSsid
func (o *SsidDistribution) GetFirstSsid() SSIDStat
GetFirstSsid returns the FirstSsid field if non-nil, zero value otherwise.
GetFirstSsidOk
func (o *SsidDistribution) GetFirstSsidOk() (*SSIDStat, bool)
GetFirstSsidOk returns a tuple with the FirstSsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFirstSsid
func (o *SsidDistribution) SetFirstSsid(v SSIDStat)
SetFirstSsid sets FirstSsid field to given value.
HasFirstSsid
func (o *SsidDistribution) HasFirstSsid() bool
HasFirstSsid returns a boolean if a field has been set.
GetFourthSsid
func (o *SsidDistribution) GetFourthSsid() SSIDStat
GetFourthSsid returns the FourthSsid field if non-nil, zero value otherwise.
GetFourthSsidOk
func (o *SsidDistribution) GetFourthSsidOk() (*SSIDStat, bool)
GetFourthSsidOk returns a tuple with the FourthSsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFourthSsid
func (o *SsidDistribution) SetFourthSsid(v SSIDStat)
SetFourthSsid sets FourthSsid field to given value.
HasFourthSsid
func (o *SsidDistribution) HasFourthSsid() bool
HasFourthSsid returns a boolean if a field has been set.
GetOtherSsid
func (o *SsidDistribution) GetOtherSsid() SSIDStat
GetOtherSsid returns the OtherSsid field if non-nil, zero value otherwise.
GetOtherSsidOk
func (o *SsidDistribution) GetOtherSsidOk() (*SSIDStat, bool)
GetOtherSsidOk returns a tuple with the OtherSsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOtherSsid
func (o *SsidDistribution) SetOtherSsid(v SSIDStat)
SetOtherSsid sets OtherSsid field to given value.
HasOtherSsid
func (o *SsidDistribution) HasOtherSsid() bool
HasOtherSsid returns a boolean if a field has been set.
GetSecondSsid
func (o *SsidDistribution) GetSecondSsid() SSIDStat
GetSecondSsid returns the SecondSsid field if non-nil, zero value otherwise.
GetSecondSsidOk
func (o *SsidDistribution) GetSecondSsidOk() (*SSIDStat, bool)
GetSecondSsidOk returns a tuple with the SecondSsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSecondSsid
func (o *SsidDistribution) SetSecondSsid(v SSIDStat)
SetSecondSsid sets SecondSsid field to given value.
HasSecondSsid
func (o *SsidDistribution) HasSecondSsid() bool
HasSecondSsid returns a boolean if a field has been set.
GetThirdSsid
func (o *SsidDistribution) GetThirdSsid() SSIDStat
GetThirdSsid returns the ThirdSsid field if non-nil, zero value otherwise.
GetThirdSsidOk
func (o *SsidDistribution) GetThirdSsidOk() (*SSIDStat, bool)
GetThirdSsidOk returns a tuple with the ThirdSsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetThirdSsid
func (o *SsidDistribution) SetThirdSsid(v SSIDStat)
SetThirdSsid sets ThirdSsid field to given value.
HasThirdSsid
func (o *SsidDistribution) HasThirdSsid() bool
HasThirdSsid returns a boolean if a field has been set.