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 ""] |
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
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
func (o *VulnerabilityScanVersion) GetMajor() int64
GetMajor returns the Major field if non-nil, zero value otherwise.
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.
func (o *VulnerabilityScanVersion) SetMajor(v int64)
SetMajor sets Major field to given value.
func (o *VulnerabilityScanVersion) GetMinor() int64
GetMinor returns the Minor field if non-nil, zero value otherwise.
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.
func (o *VulnerabilityScanVersion) SetMinor(v int64)
SetMinor sets Minor field to given value.
func (o *VulnerabilityScanVersion) GetOperator() string
GetOperator returns the Operator field if non-nil, zero value otherwise.
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.
func (o *VulnerabilityScanVersion) SetOperator(v string)
SetOperator sets Operator field to given value.
func (o *VulnerabilityScanVersion) HasOperator() bool
HasOperator returns a boolean if a field has been set.
func (o *VulnerabilityScanVersion) GetPatch() int64
GetPatch returns the Patch field if non-nil, zero value otherwise.
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.
func (o *VulnerabilityScanVersion) SetPatch(v int64)
SetPatch sets Patch field to given value.
func (o *VulnerabilityScanVersion) GetRawVersion() string
GetRawVersion returns the RawVersion field if non-nil, zero value otherwise.
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.
func (o *VulnerabilityScanVersion) SetRawVersion(v string)
SetRawVersion sets RawVersion field to given value.
func (o *VulnerabilityScanVersion) HasRawVersion() bool
HasRawVersion returns a boolean if a field has been set.
func (o *VulnerabilityScanVersion) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *VulnerabilityScanVersion) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *VulnerabilityScanVersion) HasVersion() bool
HasVersion returns a boolean if a field has been set.