Skip to content

ThreatSeverityOpenApiVO

Properties

Name Type Description Notes
Critical Pointer to int64 0:Critical, 1:Major, 2:Moderate 3:Minor 4:Low. [optional]
Low Pointer to int64 Low. [optional]
Major Pointer to int64 Major. [optional]
Minor Pointer to int64 Minor. [optional]
Moderate Pointer to int64 Moderate. [optional]

Methods

NewThreatSeverityOpenApiVO

func NewThreatSeverityOpenApiVO() *ThreatSeverityOpenApiVO

NewThreatSeverityOpenApiVO instantiates a new ThreatSeverityOpenApiVO 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

NewThreatSeverityOpenApiVOWithDefaults

func NewThreatSeverityOpenApiVOWithDefaults() *ThreatSeverityOpenApiVO

NewThreatSeverityOpenApiVOWithDefaults instantiates a new ThreatSeverityOpenApiVO 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 *ThreatSeverityOpenApiVO) GetCritical() int64

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

GetCriticalOk

func (o *ThreatSeverityOpenApiVO) 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 *ThreatSeverityOpenApiVO) SetCritical(v int64)

SetCritical sets Critical field to given value.

HasCritical

func (o *ThreatSeverityOpenApiVO) HasCritical() bool

HasCritical returns a boolean if a field has been set.

GetLow

func (o *ThreatSeverityOpenApiVO) GetLow() int64

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

GetLowOk

func (o *ThreatSeverityOpenApiVO) 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 *ThreatSeverityOpenApiVO) SetLow(v int64)

SetLow sets Low field to given value.

HasLow

func (o *ThreatSeverityOpenApiVO) HasLow() bool

HasLow returns a boolean if a field has been set.

GetMajor

func (o *ThreatSeverityOpenApiVO) GetMajor() int64

GetMajor returns the Major field if non-nil, zero value otherwise.

GetMajorOk

func (o *ThreatSeverityOpenApiVO) GetMajorOk() (*int64, bool)

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

SetMajor

func (o *ThreatSeverityOpenApiVO) SetMajor(v int64)

SetMajor sets Major field to given value.

HasMajor

func (o *ThreatSeverityOpenApiVO) HasMajor() bool

HasMajor returns a boolean if a field has been set.

GetMinor

func (o *ThreatSeverityOpenApiVO) GetMinor() int64

GetMinor returns the Minor field if non-nil, zero value otherwise.

GetMinorOk

func (o *ThreatSeverityOpenApiVO) GetMinorOk() (*int64, bool)

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

SetMinor

func (o *ThreatSeverityOpenApiVO) SetMinor(v int64)

SetMinor sets Minor field to given value.

HasMinor

func (o *ThreatSeverityOpenApiVO) HasMinor() bool

HasMinor returns a boolean if a field has been set.

GetModerate

func (o *ThreatSeverityOpenApiVO) GetModerate() int64

GetModerate returns the Moderate field if non-nil, zero value otherwise.

GetModerateOk

func (o *ThreatSeverityOpenApiVO) GetModerateOk() (*int64, 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.

SetModerate

func (o *ThreatSeverityOpenApiVO) SetModerate(v int64)

SetModerate sets Moderate field to given value.

HasModerate

func (o *ThreatSeverityOpenApiVO) HasModerate() bool

HasModerate returns a boolean if a field has been set.

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