ClientAggHealthDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Fair | Pointer to int32 | The Quantity of Fair Clients | [optional] |
| Good | Pointer to int32 | The Quantity of Good Clients | [optional] |
| NoData | Pointer to int32 | The Quantity of noData Clients | [optional] |
| Poor | Pointer to int32 | The Quantity of Poor Clients | [optional] |
Methods
NewClientAggHealthDTO
func NewClientAggHealthDTO() *ClientAggHealthDTO
NewClientAggHealthDTO instantiates a new ClientAggHealthDTO 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
NewClientAggHealthDTOWithDefaults
func NewClientAggHealthDTOWithDefaults() *ClientAggHealthDTO
NewClientAggHealthDTOWithDefaults instantiates a new ClientAggHealthDTO 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
GetFair
func (o *ClientAggHealthDTO) GetFair() int32
GetFair returns the Fair field if non-nil, zero value otherwise.
GetFairOk
func (o *ClientAggHealthDTO) GetFairOk() (*int32, bool)
GetFairOk returns a tuple with the Fair field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFair
func (o *ClientAggHealthDTO) SetFair(v int32)
SetFair sets Fair field to given value.
HasFair
func (o *ClientAggHealthDTO) HasFair() bool
HasFair returns a boolean if a field has been set.
GetGood
func (o *ClientAggHealthDTO) GetGood() int32
GetGood returns the Good field if non-nil, zero value otherwise.
GetGoodOk
func (o *ClientAggHealthDTO) GetGoodOk() (*int32, bool)
GetGoodOk returns a tuple with the Good field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGood
func (o *ClientAggHealthDTO) SetGood(v int32)
SetGood sets Good field to given value.
HasGood
func (o *ClientAggHealthDTO) HasGood() bool
HasGood returns a boolean if a field has been set.
GetNoData
func (o *ClientAggHealthDTO) GetNoData() int32
GetNoData returns the NoData field if non-nil, zero value otherwise.
GetNoDataOk
func (o *ClientAggHealthDTO) GetNoDataOk() (*int32, bool)
GetNoDataOk returns a tuple with the NoData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNoData
func (o *ClientAggHealthDTO) SetNoData(v int32)
SetNoData sets NoData field to given value.
HasNoData
func (o *ClientAggHealthDTO) HasNoData() bool
HasNoData returns a boolean if a field has been set.
GetPoor
func (o *ClientAggHealthDTO) GetPoor() int32
GetPoor returns the Poor field if non-nil, zero value otherwise.
GetPoorOk
func (o *ClientAggHealthDTO) GetPoorOk() (*int32, bool)
GetPoorOk returns a tuple with the Poor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPoor
func (o *ClientAggHealthDTO) SetPoor(v int32)
SetPoor sets Poor field to given value.
HasPoor
func (o *ClientAggHealthDTO) HasPoor() bool
HasPoor returns a boolean if a field has been set.