Name | Type | Description | Notes |
---|---|---|---|
ComponentID | Pointer to string | [optional] | |
ComponentName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
ConnectedComponentCount | Pointer to int32 | [optional] | |
ComponentTotalCount | Pointer to int32 | [optional] | |
ComponentSpecificStat | Pointer to int64 | [optional] |
func NewComponentMonitoringSummaryData() *ComponentMonitoringSummaryData
NewComponentMonitoringSummaryData instantiates a new ComponentMonitoringSummaryData 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 NewComponentMonitoringSummaryDataWithDefaults() *ComponentMonitoringSummaryData
NewComponentMonitoringSummaryDataWithDefaults instantiates a new ComponentMonitoringSummaryData 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 *ComponentMonitoringSummaryData) GetComponentID() string
GetComponentID returns the ComponentID field if non-nil, zero value otherwise.
func (o *ComponentMonitoringSummaryData) GetComponentIDOk() (*string, bool)
GetComponentIDOk returns a tuple with the ComponentID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringSummaryData) SetComponentID(v string)
SetComponentID sets ComponentID field to given value.
func (o *ComponentMonitoringSummaryData) HasComponentID() bool
HasComponentID returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryData) GetComponentName() string
GetComponentName returns the ComponentName field if non-nil, zero value otherwise.
func (o *ComponentMonitoringSummaryData) GetComponentNameOk() (*string, bool)
GetComponentNameOk returns a tuple with the ComponentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringSummaryData) SetComponentName(v string)
SetComponentName sets ComponentName field to given value.
func (o *ComponentMonitoringSummaryData) HasComponentName() bool
HasComponentName returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryData) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ComponentMonitoringSummaryData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringSummaryData) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ComponentMonitoringSummaryData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryData) GetConnectedComponentCount() int32
GetConnectedComponentCount returns the ConnectedComponentCount field if non-nil, zero value otherwise.
func (o *ComponentMonitoringSummaryData) GetConnectedComponentCountOk() (*int32, bool)
GetConnectedComponentCountOk returns a tuple with the ConnectedComponentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringSummaryData) SetConnectedComponentCount(v int32)
SetConnectedComponentCount sets ConnectedComponentCount field to given value.
func (o *ComponentMonitoringSummaryData) HasConnectedComponentCount() bool
HasConnectedComponentCount returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryData) GetComponentTotalCount() int32
GetComponentTotalCount returns the ComponentTotalCount field if non-nil, zero value otherwise.
func (o *ComponentMonitoringSummaryData) GetComponentTotalCountOk() (*int32, bool)
GetComponentTotalCountOk returns a tuple with the ComponentTotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringSummaryData) SetComponentTotalCount(v int32)
SetComponentTotalCount sets ComponentTotalCount field to given value.
func (o *ComponentMonitoringSummaryData) HasComponentTotalCount() bool
HasComponentTotalCount returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryData) GetComponentSpecificStat() int64
GetComponentSpecificStat returns the ComponentSpecificStat field if non-nil, zero value otherwise.
func (o *ComponentMonitoringSummaryData) GetComponentSpecificStatOk() (*int64, bool)
GetComponentSpecificStatOk returns a tuple with the ComponentSpecificStat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringSummaryData) SetComponentSpecificStat(v int64)
SetComponentSpecificStat sets ComponentSpecificStat field to given value.
func (o *ComponentMonitoringSummaryData) HasComponentSpecificStat() bool
HasComponentSpecificStat returns a boolean if a field has been set.