| Name | Type | Description | Notes |
|---|---|---|---|
| Errors | Pointer to []HealthStreamError | [optional] | |
| Metrics | HealthStreamMetrics | ||
| SubStreamState | HealthSubStreamConsistencyState | ||
| CheckStateCount | int32 |
func NewHealthSubStreamStatus(metrics HealthStreamMetrics, subStreamState HealthSubStreamConsistencyState, checkStateCount int32, ) *HealthSubStreamStatus
NewHealthSubStreamStatus instantiates a new HealthSubStreamStatus 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 NewHealthSubStreamStatusWithDefaults() *HealthSubStreamStatus
NewHealthSubStreamStatusWithDefaults instantiates a new HealthSubStreamStatus 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 *HealthSubStreamStatus) GetErrors() []HealthStreamError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *HealthSubStreamStatus) GetErrorsOk() (*[]HealthStreamError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthSubStreamStatus) SetErrors(v []HealthStreamError)
SetErrors sets Errors field to given value.
func (o *HealthSubStreamStatus) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *HealthSubStreamStatus) GetMetrics() HealthStreamMetrics
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *HealthSubStreamStatus) GetMetricsOk() (*HealthStreamMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthSubStreamStatus) SetMetrics(v HealthStreamMetrics)
SetMetrics sets Metrics field to given value.
func (o *HealthSubStreamStatus) GetSubStreamState() HealthSubStreamConsistencyState
GetSubStreamState returns the SubStreamState field if non-nil, zero value otherwise.
func (o *HealthSubStreamStatus) GetSubStreamStateOk() (*HealthSubStreamConsistencyState, bool)
GetSubStreamStateOk returns a tuple with the SubStreamState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthSubStreamStatus) SetSubStreamState(v HealthSubStreamConsistencyState)
SetSubStreamState sets SubStreamState field to given value.
func (o *HealthSubStreamStatus) GetCheckStateCount() int32
GetCheckStateCount returns the CheckStateCount field if non-nil, zero value otherwise.
func (o *HealthSubStreamStatus) GetCheckStateCountOk() (*int32, bool)
GetCheckStateCountOk returns a tuple with the CheckStateCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthSubStreamStatus) SetCheckStateCount(v int32)
SetCheckStateCount sets CheckStateCount field to given value.