Name | Type | Description | Notes |
---|---|---|---|
DeviceCount | Pointer to int32 | [optional] | |
OutputCount | Pointer to int32 | [optional] | |
FirmwareCount | Pointer to int32 | [optional] | |
BlobCount | Pointer to int32 | [optional] | |
GatewayCount | Pointer to int32 | [optional] | |
Devices | Pointer to DeviceStats | [optional] | |
Outputs | Pointer to OutputStats | [optional] | |
Firmware | Pointer to FirmwareStats | [optional] | |
Blobs | Pointer to BlobStats | [optional] | |
Gateways | Pointer to GatewayStats | [optional] |
func NewCollectionStats() *CollectionStats
NewCollectionStats instantiates a new CollectionStats 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
func NewCollectionStatsWithDefaults() *CollectionStats
NewCollectionStatsWithDefaults instantiates a new CollectionStats 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
func (o *CollectionStats) GetDeviceCount() int32
GetDeviceCount returns the DeviceCount field if non-nil, zero value otherwise.
func (o *CollectionStats) GetDeviceCountOk() (*int32, bool)
GetDeviceCountOk returns a tuple with the DeviceCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetDeviceCount(v int32)
SetDeviceCount sets DeviceCount field to given value.
func (o *CollectionStats) HasDeviceCount() bool
HasDeviceCount returns a boolean if a field has been set.
func (o *CollectionStats) GetOutputCount() int32
GetOutputCount returns the OutputCount field if non-nil, zero value otherwise.
func (o *CollectionStats) GetOutputCountOk() (*int32, bool)
GetOutputCountOk returns a tuple with the OutputCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetOutputCount(v int32)
SetOutputCount sets OutputCount field to given value.
func (o *CollectionStats) HasOutputCount() bool
HasOutputCount returns a boolean if a field has been set.
func (o *CollectionStats) GetFirmwareCount() int32
GetFirmwareCount returns the FirmwareCount field if non-nil, zero value otherwise.
func (o *CollectionStats) GetFirmwareCountOk() (*int32, bool)
GetFirmwareCountOk returns a tuple with the FirmwareCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetFirmwareCount(v int32)
SetFirmwareCount sets FirmwareCount field to given value.
func (o *CollectionStats) HasFirmwareCount() bool
HasFirmwareCount returns a boolean if a field has been set.
func (o *CollectionStats) GetBlobCount() int32
GetBlobCount returns the BlobCount field if non-nil, zero value otherwise.
func (o *CollectionStats) GetBlobCountOk() (*int32, bool)
GetBlobCountOk returns a tuple with the BlobCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetBlobCount(v int32)
SetBlobCount sets BlobCount field to given value.
func (o *CollectionStats) HasBlobCount() bool
HasBlobCount returns a boolean if a field has been set.
func (o *CollectionStats) GetGatewayCount() int32
GetGatewayCount returns the GatewayCount field if non-nil, zero value otherwise.
func (o *CollectionStats) GetGatewayCountOk() (*int32, bool)
GetGatewayCountOk returns a tuple with the GatewayCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetGatewayCount(v int32)
SetGatewayCount sets GatewayCount field to given value.
func (o *CollectionStats) HasGatewayCount() bool
HasGatewayCount returns a boolean if a field has been set.
func (o *CollectionStats) GetDevices() DeviceStats
GetDevices returns the Devices field if non-nil, zero value otherwise.
func (o *CollectionStats) GetDevicesOk() (*DeviceStats, bool)
GetDevicesOk returns a tuple with the Devices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetDevices(v DeviceStats)
SetDevices sets Devices field to given value.
func (o *CollectionStats) HasDevices() bool
HasDevices returns a boolean if a field has been set.
func (o *CollectionStats) GetOutputs() OutputStats
GetOutputs returns the Outputs field if non-nil, zero value otherwise.
func (o *CollectionStats) GetOutputsOk() (*OutputStats, bool)
GetOutputsOk returns a tuple with the Outputs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetOutputs(v OutputStats)
SetOutputs sets Outputs field to given value.
func (o *CollectionStats) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (o *CollectionStats) GetFirmware() FirmwareStats
GetFirmware returns the Firmware field if non-nil, zero value otherwise.
func (o *CollectionStats) GetFirmwareOk() (*FirmwareStats, bool)
GetFirmwareOk returns a tuple with the Firmware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetFirmware(v FirmwareStats)
SetFirmware sets Firmware field to given value.
func (o *CollectionStats) HasFirmware() bool
HasFirmware returns a boolean if a field has been set.
func (o *CollectionStats) GetBlobs() BlobStats
GetBlobs returns the Blobs field if non-nil, zero value otherwise.
func (o *CollectionStats) GetBlobsOk() (*BlobStats, bool)
GetBlobsOk returns a tuple with the Blobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetBlobs(v BlobStats)
SetBlobs sets Blobs field to given value.
func (o *CollectionStats) HasBlobs() bool
HasBlobs returns a boolean if a field has been set.
func (o *CollectionStats) GetGateways() GatewayStats
GetGateways returns the Gateways field if non-nil, zero value otherwise.
func (o *CollectionStats) GetGatewaysOk() (*GatewayStats, bool)
GetGatewaysOk returns a tuple with the Gateways field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionStats) SetGateways(v GatewayStats)
SetGateways sets Gateways field to given value.
func (o *CollectionStats) HasGateways() bool
HasGateways returns a boolean if a field has been set.