Name | Type | Description | Notes |
---|---|---|---|
NumRealtime | int64 | ||
NumScheduled | int64 |
func NewAlertSummary(numRealtime int64, numScheduled int64, ) *AlertSummary
NewAlertSummary instantiates a new AlertSummary 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 NewAlertSummaryWithDefaults() *AlertSummary
NewAlertSummaryWithDefaults instantiates a new AlertSummary 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 *AlertSummary) GetNumRealtime() int64
GetNumRealtime returns the NumRealtime field if non-nil, zero value otherwise.
func (o *AlertSummary) GetNumRealtimeOk() (*int64, bool)
GetNumRealtimeOk returns a tuple with the NumRealtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertSummary) SetNumRealtime(v int64)
SetNumRealtime sets NumRealtime field to given value.
func (o *AlertSummary) GetNumScheduled() int64
GetNumScheduled returns the NumScheduled field if non-nil, zero value otherwise.
func (o *AlertSummary) GetNumScheduledOk() (*int64, bool)
GetNumScheduledOk returns a tuple with the NumScheduled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertSummary) SetNumScheduled(v int64)
SetNumScheduled sets NumScheduled field to given value.