ClientsWithOnBoardingTimes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Fails | Pointer to int32 | Number of clients with failed association, | [optional] |
| From2To4sNum | Pointer to int32 | Number of clients with association time less than 4 seconds and greater than or equal to 2 seconds. | [optional] |
| From4To6sNum | Pointer to int32 | Number of clients with association time less than 6 seconds and greater than or equal to 4 seconds. | [optional] |
| From6To8sNum | Pointer to int32 | Number of clients with association time less than 8 seconds and greater than or equal to 6 seconds. | [optional] |
| From8To10sNum | Pointer to int32 | Number of clients with association time less than 10 seconds and greater than or equal to 8 seconds. | [optional] |
| LessThan10sPercent | Pointer to int32 | Percentage of association time less than 10 seconds. | [optional] |
| LessThan2sNum | Pointer to int32 | Number of clients with association time less than 2 seconds. | [optional] |
| MoreThan10sNum | Pointer to int32 | Number of clients with association time greater than or equal to 10 seconds. | [optional] |
Methods
NewClientsWithOnBoardingTimes
func NewClientsWithOnBoardingTimes() *ClientsWithOnBoardingTimes
NewClientsWithOnBoardingTimes instantiates a new ClientsWithOnBoardingTimes 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
NewClientsWithOnBoardingTimesWithDefaults
func NewClientsWithOnBoardingTimesWithDefaults() *ClientsWithOnBoardingTimes
NewClientsWithOnBoardingTimesWithDefaults instantiates a new ClientsWithOnBoardingTimes 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
GetFails
func (o *ClientsWithOnBoardingTimes) GetFails() int32
GetFails returns the Fails field if non-nil, zero value otherwise.
GetFailsOk
func (o *ClientsWithOnBoardingTimes) GetFailsOk() (*int32, bool)
GetFailsOk returns a tuple with the Fails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFails
func (o *ClientsWithOnBoardingTimes) SetFails(v int32)
SetFails sets Fails field to given value.
HasFails
func (o *ClientsWithOnBoardingTimes) HasFails() bool
HasFails returns a boolean if a field has been set.
GetFrom2To4sNum
func (o *ClientsWithOnBoardingTimes) GetFrom2To4sNum() int32
GetFrom2To4sNum returns the From2To4sNum field if non-nil, zero value otherwise.
GetFrom2To4sNumOk
func (o *ClientsWithOnBoardingTimes) GetFrom2To4sNumOk() (*int32, bool)
GetFrom2To4sNumOk returns a tuple with the From2To4sNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFrom2To4sNum
func (o *ClientsWithOnBoardingTimes) SetFrom2To4sNum(v int32)
SetFrom2To4sNum sets From2To4sNum field to given value.
HasFrom2To4sNum
func (o *ClientsWithOnBoardingTimes) HasFrom2To4sNum() bool
HasFrom2To4sNum returns a boolean if a field has been set.
GetFrom4To6sNum
func (o *ClientsWithOnBoardingTimes) GetFrom4To6sNum() int32
GetFrom4To6sNum returns the From4To6sNum field if non-nil, zero value otherwise.
GetFrom4To6sNumOk
func (o *ClientsWithOnBoardingTimes) GetFrom4To6sNumOk() (*int32, bool)
GetFrom4To6sNumOk returns a tuple with the From4To6sNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFrom4To6sNum
func (o *ClientsWithOnBoardingTimes) SetFrom4To6sNum(v int32)
SetFrom4To6sNum sets From4To6sNum field to given value.
HasFrom4To6sNum
func (o *ClientsWithOnBoardingTimes) HasFrom4To6sNum() bool
HasFrom4To6sNum returns a boolean if a field has been set.
GetFrom6To8sNum
func (o *ClientsWithOnBoardingTimes) GetFrom6To8sNum() int32
GetFrom6To8sNum returns the From6To8sNum field if non-nil, zero value otherwise.
GetFrom6To8sNumOk
func (o *ClientsWithOnBoardingTimes) GetFrom6To8sNumOk() (*int32, bool)
GetFrom6To8sNumOk returns a tuple with the From6To8sNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFrom6To8sNum
func (o *ClientsWithOnBoardingTimes) SetFrom6To8sNum(v int32)
SetFrom6To8sNum sets From6To8sNum field to given value.
HasFrom6To8sNum
func (o *ClientsWithOnBoardingTimes) HasFrom6To8sNum() bool
HasFrom6To8sNum returns a boolean if a field has been set.
GetFrom8To10sNum
func (o *ClientsWithOnBoardingTimes) GetFrom8To10sNum() int32
GetFrom8To10sNum returns the From8To10sNum field if non-nil, zero value otherwise.
GetFrom8To10sNumOk
func (o *ClientsWithOnBoardingTimes) GetFrom8To10sNumOk() (*int32, bool)
GetFrom8To10sNumOk returns a tuple with the From8To10sNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFrom8To10sNum
func (o *ClientsWithOnBoardingTimes) SetFrom8To10sNum(v int32)
SetFrom8To10sNum sets From8To10sNum field to given value.
HasFrom8To10sNum
func (o *ClientsWithOnBoardingTimes) HasFrom8To10sNum() bool
HasFrom8To10sNum returns a boolean if a field has been set.
GetLessThan10sPercent
func (o *ClientsWithOnBoardingTimes) GetLessThan10sPercent() int32
GetLessThan10sPercent returns the LessThan10sPercent field if non-nil, zero value otherwise.
GetLessThan10sPercentOk
func (o *ClientsWithOnBoardingTimes) GetLessThan10sPercentOk() (*int32, bool)
GetLessThan10sPercentOk returns a tuple with the LessThan10sPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLessThan10sPercent
func (o *ClientsWithOnBoardingTimes) SetLessThan10sPercent(v int32)
SetLessThan10sPercent sets LessThan10sPercent field to given value.
HasLessThan10sPercent
func (o *ClientsWithOnBoardingTimes) HasLessThan10sPercent() bool
HasLessThan10sPercent returns a boolean if a field has been set.
GetLessThan2sNum
func (o *ClientsWithOnBoardingTimes) GetLessThan2sNum() int32
GetLessThan2sNum returns the LessThan2sNum field if non-nil, zero value otherwise.
GetLessThan2sNumOk
func (o *ClientsWithOnBoardingTimes) GetLessThan2sNumOk() (*int32, bool)
GetLessThan2sNumOk returns a tuple with the LessThan2sNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLessThan2sNum
func (o *ClientsWithOnBoardingTimes) SetLessThan2sNum(v int32)
SetLessThan2sNum sets LessThan2sNum field to given value.
HasLessThan2sNum
func (o *ClientsWithOnBoardingTimes) HasLessThan2sNum() bool
HasLessThan2sNum returns a boolean if a field has been set.
GetMoreThan10sNum
func (o *ClientsWithOnBoardingTimes) GetMoreThan10sNum() int32
GetMoreThan10sNum returns the MoreThan10sNum field if non-nil, zero value otherwise.
GetMoreThan10sNumOk
func (o *ClientsWithOnBoardingTimes) GetMoreThan10sNumOk() (*int32, bool)
GetMoreThan10sNumOk returns a tuple with the MoreThan10sNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMoreThan10sNum
func (o *ClientsWithOnBoardingTimes) SetMoreThan10sNum(v int32)
SetMoreThan10sNum sets MoreThan10sNum field to given value.
HasMoreThan10sNum
func (o *ClientsWithOnBoardingTimes) HasMoreThan10sNum() bool
HasMoreThan10sNum returns a boolean if a field has been set.