Skip to content

AnomalyStatVO

Properties

Name Type Description Notes
Critical Pointer to int32 [optional]
Error Pointer to int32 [optional]
Info Pointer to int32 [optional]
Warning Pointer to int32 [optional]

Methods

NewAnomalyStatVO

func NewAnomalyStatVO() *AnomalyStatVO

NewAnomalyStatVO instantiates a new AnomalyStatVO 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

NewAnomalyStatVOWithDefaults

func NewAnomalyStatVOWithDefaults() *AnomalyStatVO

NewAnomalyStatVOWithDefaults instantiates a new AnomalyStatVO 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

GetCritical

func (o *AnomalyStatVO) GetCritical() int32

GetCritical returns the Critical field if non-nil, zero value otherwise.

GetCriticalOk

func (o *AnomalyStatVO) GetCriticalOk() (*int32, bool)

GetCriticalOk returns a tuple with the Critical field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCritical

func (o *AnomalyStatVO) SetCritical(v int32)

SetCritical sets Critical field to given value.

HasCritical

func (o *AnomalyStatVO) HasCritical() bool

HasCritical returns a boolean if a field has been set.

GetError

func (o *AnomalyStatVO) GetError() int32

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *AnomalyStatVO) GetErrorOk() (*int32, bool)

GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetError

func (o *AnomalyStatVO) SetError(v int32)

SetError sets Error field to given value.

HasError

func (o *AnomalyStatVO) HasError() bool

HasError returns a boolean if a field has been set.

GetInfo

func (o *AnomalyStatVO) GetInfo() int32

GetInfo returns the Info field if non-nil, zero value otherwise.

GetInfoOk

func (o *AnomalyStatVO) GetInfoOk() (*int32, bool)

GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInfo

func (o *AnomalyStatVO) SetInfo(v int32)

SetInfo sets Info field to given value.

HasInfo

func (o *AnomalyStatVO) HasInfo() bool

HasInfo returns a boolean if a field has been set.

GetWarning

func (o *AnomalyStatVO) GetWarning() int32

GetWarning returns the Warning field if non-nil, zero value otherwise.

GetWarningOk

func (o *AnomalyStatVO) GetWarningOk() (*int32, bool)

GetWarningOk returns a tuple with the Warning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWarning

func (o *AnomalyStatVO) SetWarning(v int32)

SetWarning sets Warning field to given value.

HasWarning

func (o *AnomalyStatVO) HasWarning() bool

HasWarning returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]