Name | Type | Description | Notes |
---|---|---|---|
Cve | Pointer to string | CVE | [optional] |
CvssScore | Pointer to float32 | CVSS score | [optional] |
CvssVector | Pointer to string | CVSS vector | [optional] |
Cwe | Pointer to string | CWE | [optional] |
Description | Pointer to string | Vulnerability description | [optional] |
DisplayName | Pointer to string | Display name | [optional] |
ExternalReferences | Pointer to []string | External references related to the vulnerability | [optional] |
Id | Pointer to string | Public identifier | [optional] |
Reference | Pointer to string | Vulnerability details reference | [optional] |
Title | Pointer to string | Vulnerability title | [optional] |
VersionRanges | Pointer to []string | Affected version ranges | [optional] |
func NewComponentReportVulnerability() *ComponentReportVulnerability
NewComponentReportVulnerability instantiates a new ComponentReportVulnerability 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 NewComponentReportVulnerabilityWithDefaults() *ComponentReportVulnerability
NewComponentReportVulnerabilityWithDefaults instantiates a new ComponentReportVulnerability 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 *ComponentReportVulnerability) GetCve() string
GetCve returns the Cve field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetCveOk() (*string, bool)
GetCveOk returns a tuple with the Cve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetCve(v string)
SetCve sets Cve field to given value.
func (o *ComponentReportVulnerability) HasCve() bool
HasCve returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetCvssScore() float32
GetCvssScore returns the CvssScore field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetCvssScoreOk() (*float32, bool)
GetCvssScoreOk returns a tuple with the CvssScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetCvssScore(v float32)
SetCvssScore sets CvssScore field to given value.
func (o *ComponentReportVulnerability) HasCvssScore() bool
HasCvssScore returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetCvssVector() string
GetCvssVector returns the CvssVector field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetCvssVectorOk() (*string, bool)
GetCvssVectorOk returns a tuple with the CvssVector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetCvssVector(v string)
SetCvssVector sets CvssVector field to given value.
func (o *ComponentReportVulnerability) HasCvssVector() bool
HasCvssVector returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetCwe() string
GetCwe returns the Cwe field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetCweOk() (*string, bool)
GetCweOk returns a tuple with the Cwe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetCwe(v string)
SetCwe sets Cwe field to given value.
func (o *ComponentReportVulnerability) HasCwe() bool
HasCwe returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ComponentReportVulnerability) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ComponentReportVulnerability) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetExternalReferences() []string
GetExternalReferences returns the ExternalReferences field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetExternalReferencesOk() (*[]string, bool)
GetExternalReferencesOk returns a tuple with the ExternalReferences field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetExternalReferences(v []string)
SetExternalReferences sets ExternalReferences field to given value.
func (o *ComponentReportVulnerability) HasExternalReferences() bool
HasExternalReferences returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetId(v string)
SetId sets Id field to given value.
func (o *ComponentReportVulnerability) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetReference(v string)
SetReference sets Reference field to given value.
func (o *ComponentReportVulnerability) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ComponentReportVulnerability) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ComponentReportVulnerability) GetVersionRanges() []string
GetVersionRanges returns the VersionRanges field if non-nil, zero value otherwise.
func (o *ComponentReportVulnerability) GetVersionRangesOk() (*[]string, bool)
GetVersionRangesOk returns a tuple with the VersionRanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentReportVulnerability) SetVersionRanges(v []string)
SetVersionRanges sets VersionRanges field to given value.
func (o *ComponentReportVulnerability) HasVersionRanges() bool
HasVersionRanges returns a boolean if a field has been set.