Name | Type | Description | Notes |
---|---|---|---|
Critical | Pointer to int32 | [optional] | |
Moderate | Pointer to int32 | [optional] | |
Severe | Pointer to int32 | [optional] |
func NewApiEvaluationResultCounterDTO() *ApiEvaluationResultCounterDTO
NewApiEvaluationResultCounterDTO instantiates a new ApiEvaluationResultCounterDTO 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 NewApiEvaluationResultCounterDTOWithDefaults() *ApiEvaluationResultCounterDTO
NewApiEvaluationResultCounterDTOWithDefaults instantiates a new ApiEvaluationResultCounterDTO 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 *ApiEvaluationResultCounterDTO) GetCritical() int32
GetCritical returns the Critical field if non-nil, zero value otherwise.
func (o *ApiEvaluationResultCounterDTO) 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.
func (o *ApiEvaluationResultCounterDTO) SetCritical(v int32)
SetCritical sets Critical field to given value.
func (o *ApiEvaluationResultCounterDTO) HasCritical() bool
HasCritical returns a boolean if a field has been set.
func (o *ApiEvaluationResultCounterDTO) GetModerate() int32
GetModerate returns the Moderate field if non-nil, zero value otherwise.
func (o *ApiEvaluationResultCounterDTO) GetModerateOk() (*int32, bool)
GetModerateOk returns a tuple with the Moderate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiEvaluationResultCounterDTO) SetModerate(v int32)
SetModerate sets Moderate field to given value.
func (o *ApiEvaluationResultCounterDTO) HasModerate() bool
HasModerate returns a boolean if a field has been set.
func (o *ApiEvaluationResultCounterDTO) GetSevere() int32
GetSevere returns the Severe field if non-nil, zero value otherwise.
func (o *ApiEvaluationResultCounterDTO) GetSevereOk() (*int32, bool)
GetSevereOk returns a tuple with the Severe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiEvaluationResultCounterDTO) SetSevere(v int32)
SetSevere sets Severe field to given value.
func (o *ApiEvaluationResultCounterDTO) HasSevere() bool
HasSevere returns a boolean if a field has been set.