| Name | Type | Description | Notes |
|---|---|---|---|
| Critical | Pointer to int64 | [optional] [readonly] | |
| High | Pointer to int64 | [optional] [readonly] | |
| Low | Pointer to int64 | [optional] [readonly] | |
| Malware | Pointer to int64 | [optional] [readonly] | |
| Medium | Pointer to int64 | [optional] [readonly] | |
| Total | Pointer to int64 | [optional] [readonly] | |
| Unknown | Pointer to int64 | [optional] [readonly] |
func NewWebOSVSeverityCounts() *WebOSVSeverityCounts
NewWebOSVSeverityCounts instantiates a new WebOSVSeverityCounts 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 NewWebOSVSeverityCountsWithDefaults() *WebOSVSeverityCounts
NewWebOSVSeverityCountsWithDefaults instantiates a new WebOSVSeverityCounts 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 *WebOSVSeverityCounts) GetCritical() int64
GetCritical returns the Critical field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetCriticalOk() (*int64, 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 *WebOSVSeverityCounts) SetCritical(v int64)
SetCritical sets Critical field to given value.
func (o *WebOSVSeverityCounts) HasCritical() bool
HasCritical returns a boolean if a field has been set.
func (o *WebOSVSeverityCounts) GetHigh() int64
GetHigh returns the High field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetHighOk() (*int64, bool)
GetHighOk returns a tuple with the High field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebOSVSeverityCounts) SetHigh(v int64)
SetHigh sets High field to given value.
func (o *WebOSVSeverityCounts) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (o *WebOSVSeverityCounts) GetLow() int64
GetLow returns the Low field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetLowOk() (*int64, bool)
GetLowOk returns a tuple with the Low field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebOSVSeverityCounts) SetLow(v int64)
SetLow sets Low field to given value.
func (o *WebOSVSeverityCounts) HasLow() bool
HasLow returns a boolean if a field has been set.
func (o *WebOSVSeverityCounts) GetMalware() int64
GetMalware returns the Malware field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetMalwareOk() (*int64, bool)
GetMalwareOk returns a tuple with the Malware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebOSVSeverityCounts) SetMalware(v int64)
SetMalware sets Malware field to given value.
func (o *WebOSVSeverityCounts) HasMalware() bool
HasMalware returns a boolean if a field has been set.
func (o *WebOSVSeverityCounts) GetMedium() int64
GetMedium returns the Medium field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetMediumOk() (*int64, bool)
GetMediumOk returns a tuple with the Medium field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebOSVSeverityCounts) SetMedium(v int64)
SetMedium sets Medium field to given value.
func (o *WebOSVSeverityCounts) HasMedium() bool
HasMedium returns a boolean if a field has been set.
func (o *WebOSVSeverityCounts) GetTotal() int64
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetTotalOk() (*int64, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebOSVSeverityCounts) SetTotal(v int64)
SetTotal sets Total field to given value.
func (o *WebOSVSeverityCounts) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *WebOSVSeverityCounts) GetUnknown() int64
GetUnknown returns the Unknown field if non-nil, zero value otherwise.
func (o *WebOSVSeverityCounts) GetUnknownOk() (*int64, bool)
GetUnknownOk returns a tuple with the Unknown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebOSVSeverityCounts) SetUnknown(v int64)
SetUnknown sets Unknown field to given value.
func (o *WebOSVSeverityCounts) HasUnknown() bool
HasUnknown returns a boolean if a field has been set.