Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.42 KB

File metadata and controls

212 lines (115 loc) · 5.42 KB

WebOSVSeverityCounts

Properties

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]

Methods

NewWebOSVSeverityCounts

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

NewWebOSVSeverityCountsWithDefaults

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

GetCritical

func (o *WebOSVSeverityCounts) GetCritical() int64

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

GetCriticalOk

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.

SetCritical

func (o *WebOSVSeverityCounts) SetCritical(v int64)

SetCritical sets Critical field to given value.

HasCritical

func (o *WebOSVSeverityCounts) HasCritical() bool

HasCritical returns a boolean if a field has been set.

GetHigh

func (o *WebOSVSeverityCounts) GetHigh() int64

GetHigh returns the High field if non-nil, zero value otherwise.

GetHighOk

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.

SetHigh

func (o *WebOSVSeverityCounts) SetHigh(v int64)

SetHigh sets High field to given value.

HasHigh

func (o *WebOSVSeverityCounts) HasHigh() bool

HasHigh returns a boolean if a field has been set.

GetLow

func (o *WebOSVSeverityCounts) GetLow() int64

GetLow returns the Low field if non-nil, zero value otherwise.

GetLowOk

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.

SetLow

func (o *WebOSVSeverityCounts) SetLow(v int64)

SetLow sets Low field to given value.

HasLow

func (o *WebOSVSeverityCounts) HasLow() bool

HasLow returns a boolean if a field has been set.

GetMalware

func (o *WebOSVSeverityCounts) GetMalware() int64

GetMalware returns the Malware field if non-nil, zero value otherwise.

GetMalwareOk

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.

SetMalware

func (o *WebOSVSeverityCounts) SetMalware(v int64)

SetMalware sets Malware field to given value.

HasMalware

func (o *WebOSVSeverityCounts) HasMalware() bool

HasMalware returns a boolean if a field has been set.

GetMedium

func (o *WebOSVSeverityCounts) GetMedium() int64

GetMedium returns the Medium field if non-nil, zero value otherwise.

GetMediumOk

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.

SetMedium

func (o *WebOSVSeverityCounts) SetMedium(v int64)

SetMedium sets Medium field to given value.

HasMedium

func (o *WebOSVSeverityCounts) HasMedium() bool

HasMedium returns a boolean if a field has been set.

GetTotal

func (o *WebOSVSeverityCounts) GetTotal() int64

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

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.

SetTotal

func (o *WebOSVSeverityCounts) SetTotal(v int64)

SetTotal sets Total field to given value.

HasTotal

func (o *WebOSVSeverityCounts) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetUnknown

func (o *WebOSVSeverityCounts) GetUnknown() int64

GetUnknown returns the Unknown field if non-nil, zero value otherwise.

GetUnknownOk

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.

SetUnknown

func (o *WebOSVSeverityCounts) SetUnknown(v int64)

SetUnknown sets Unknown field to given value.

HasUnknown

func (o *WebOSVSeverityCounts) HasUnknown() bool

HasUnknown returns a boolean if a field has been set.

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