Skip to content

Latest commit

 

History

History
171 lines (92 loc) · 4.63 KB

VulnerabilityScanVersion.md

File metadata and controls

171 lines (92 loc) · 4.63 KB

VulnerabilityScanVersion

Properties

Name Type Description Notes
Major int64
Minor int64
Operator Pointer to string [optional] [default to ""]
Patch int64
RawVersion Pointer to string [optional] [default to ""]
Version Pointer to string [optional] [default to ""]

Methods

NewVulnerabilityScanVersion

func NewVulnerabilityScanVersion(major int64, minor int64, patch int64, ) *VulnerabilityScanVersion

NewVulnerabilityScanVersion instantiates a new VulnerabilityScanVersion 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

NewVulnerabilityScanVersionWithDefaults

func NewVulnerabilityScanVersionWithDefaults() *VulnerabilityScanVersion

NewVulnerabilityScanVersionWithDefaults instantiates a new VulnerabilityScanVersion 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

GetMajor

func (o *VulnerabilityScanVersion) GetMajor() int64

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

GetMajorOk

func (o *VulnerabilityScanVersion) 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 *VulnerabilityScanVersion) SetMajor(v int64)

SetMajor sets Major field to given value.

GetMinor

func (o *VulnerabilityScanVersion) GetMinor() int64

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

GetMinorOk

func (o *VulnerabilityScanVersion) 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 *VulnerabilityScanVersion) SetMinor(v int64)

SetMinor sets Minor field to given value.

GetOperator

func (o *VulnerabilityScanVersion) GetOperator() string

GetOperator returns the Operator field if non-nil, zero value otherwise.

GetOperatorOk

func (o *VulnerabilityScanVersion) GetOperatorOk() (*string, bool)

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

SetOperator

func (o *VulnerabilityScanVersion) SetOperator(v string)

SetOperator sets Operator field to given value.

HasOperator

func (o *VulnerabilityScanVersion) HasOperator() bool

HasOperator returns a boolean if a field has been set.

GetPatch

func (o *VulnerabilityScanVersion) GetPatch() int64

GetPatch returns the Patch field if non-nil, zero value otherwise.

GetPatchOk

func (o *VulnerabilityScanVersion) GetPatchOk() (*int64, bool)

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

SetPatch

func (o *VulnerabilityScanVersion) SetPatch(v int64)

SetPatch sets Patch field to given value.

GetRawVersion

func (o *VulnerabilityScanVersion) GetRawVersion() string

GetRawVersion returns the RawVersion field if non-nil, zero value otherwise.

GetRawVersionOk

func (o *VulnerabilityScanVersion) GetRawVersionOk() (*string, bool)

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

SetRawVersion

func (o *VulnerabilityScanVersion) SetRawVersion(v string)

SetRawVersion sets RawVersion field to given value.

HasRawVersion

func (o *VulnerabilityScanVersion) HasRawVersion() bool

HasRawVersion returns a boolean if a field has been set.

GetVersion

func (o *VulnerabilityScanVersion) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *VulnerabilityScanVersion) GetVersionOk() (*string, bool)

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

SetVersion

func (o *VulnerabilityScanVersion) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *VulnerabilityScanVersion) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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