| Name | Type | Description | Notes |
|---|---|---|---|
| HealthStatesCount | Pointer to int32 | Representing the total count of the monitor results. | [optional] |
| UnmappedHealthStatesCount | Pointer to int32 | Representing the total count of the monitor results that are not mapped to topology. | [optional] |
| UnknownCount | Pointer to int32 | Representing the count of the monitor results that are UNKNOWN and are mapped to topology. | [optional] |
| ClearCount | Pointer to int32 | Representing the count of the monitor results that are CLEAR and are mapped to topology. | [optional] |
| DeviatingCount | Pointer to int32 | Representing the count of the monitor results that are DEVIATING and are mapped to topology. | [optional] |
| CriticalCount | Pointer to int32 | Representing the count of the monitor results that are CRITICAL and are mapped to topology. | [optional] |
| LastRunTimestamp | Pointer to int64 | Representing the epoch millis of the last monitor run. | [optional] |
| LastSuccessfulRunTimestamp | Pointer to int64 | Representing the epoch millis of the last monitor successful run. | [optional] |
| LastFailedRunTimestamp | Pointer to int64 | Representing the epoch millis of the last monitor failed run. | [optional] |
func NewMonitorRuntimeMetrics() *MonitorRuntimeMetrics
NewMonitorRuntimeMetrics instantiates a new MonitorRuntimeMetrics 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 NewMonitorRuntimeMetricsWithDefaults() *MonitorRuntimeMetrics
NewMonitorRuntimeMetricsWithDefaults instantiates a new MonitorRuntimeMetrics 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 *MonitorRuntimeMetrics) GetHealthStatesCount() int32
GetHealthStatesCount returns the HealthStatesCount field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetHealthStatesCountOk() (*int32, bool)
GetHealthStatesCountOk returns a tuple with the HealthStatesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetHealthStatesCount(v int32)
SetHealthStatesCount sets HealthStatesCount field to given value.
func (o *MonitorRuntimeMetrics) HasHealthStatesCount() bool
HasHealthStatesCount returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetUnmappedHealthStatesCount() int32
GetUnmappedHealthStatesCount returns the UnmappedHealthStatesCount field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetUnmappedHealthStatesCountOk() (*int32, bool)
GetUnmappedHealthStatesCountOk returns a tuple with the UnmappedHealthStatesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetUnmappedHealthStatesCount(v int32)
SetUnmappedHealthStatesCount sets UnmappedHealthStatesCount field to given value.
func (o *MonitorRuntimeMetrics) HasUnmappedHealthStatesCount() bool
HasUnmappedHealthStatesCount returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetUnknownCount() int32
GetUnknownCount returns the UnknownCount field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetUnknownCountOk() (*int32, bool)
GetUnknownCountOk returns a tuple with the UnknownCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetUnknownCount(v int32)
SetUnknownCount sets UnknownCount field to given value.
func (o *MonitorRuntimeMetrics) HasUnknownCount() bool
HasUnknownCount returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetClearCount() int32
GetClearCount returns the ClearCount field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetClearCountOk() (*int32, bool)
GetClearCountOk returns a tuple with the ClearCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetClearCount(v int32)
SetClearCount sets ClearCount field to given value.
func (o *MonitorRuntimeMetrics) HasClearCount() bool
HasClearCount returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetDeviatingCount() int32
GetDeviatingCount returns the DeviatingCount field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetDeviatingCountOk() (*int32, bool)
GetDeviatingCountOk returns a tuple with the DeviatingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetDeviatingCount(v int32)
SetDeviatingCount sets DeviatingCount field to given value.
func (o *MonitorRuntimeMetrics) HasDeviatingCount() bool
HasDeviatingCount returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetCriticalCount() int32
GetCriticalCount returns the CriticalCount field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetCriticalCountOk() (*int32, bool)
GetCriticalCountOk returns a tuple with the CriticalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetCriticalCount(v int32)
SetCriticalCount sets CriticalCount field to given value.
func (o *MonitorRuntimeMetrics) HasCriticalCount() bool
HasCriticalCount returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetLastRunTimestamp() int64
GetLastRunTimestamp returns the LastRunTimestamp field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetLastRunTimestampOk() (*int64, bool)
GetLastRunTimestampOk returns a tuple with the LastRunTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetLastRunTimestamp(v int64)
SetLastRunTimestamp sets LastRunTimestamp field to given value.
func (o *MonitorRuntimeMetrics) HasLastRunTimestamp() bool
HasLastRunTimestamp returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetLastSuccessfulRunTimestamp() int64
GetLastSuccessfulRunTimestamp returns the LastSuccessfulRunTimestamp field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetLastSuccessfulRunTimestampOk() (*int64, bool)
GetLastSuccessfulRunTimestampOk returns a tuple with the LastSuccessfulRunTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetLastSuccessfulRunTimestamp(v int64)
SetLastSuccessfulRunTimestamp sets LastSuccessfulRunTimestamp field to given value.
func (o *MonitorRuntimeMetrics) HasLastSuccessfulRunTimestamp() bool
HasLastSuccessfulRunTimestamp returns a boolean if a field has been set.
func (o *MonitorRuntimeMetrics) GetLastFailedRunTimestamp() int64
GetLastFailedRunTimestamp returns the LastFailedRunTimestamp field if non-nil, zero value otherwise.
func (o *MonitorRuntimeMetrics) GetLastFailedRunTimestampOk() (*int64, bool)
GetLastFailedRunTimestampOk returns a tuple with the LastFailedRunTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorRuntimeMetrics) SetLastFailedRunTimestamp(v int64)
SetLastFailedRunTimestamp sets LastFailedRunTimestamp field to given value.
func (o *MonitorRuntimeMetrics) HasLastFailedRunTimestamp() bool
HasLastFailedRunTimestamp returns a boolean if a field has been set.