Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 9 KB

ComponentReportVulnerability.md

File metadata and controls

316 lines (171 loc) · 9 KB

ComponentReportVulnerability

Properties

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]

Methods

NewComponentReportVulnerability

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

NewComponentReportVulnerabilityWithDefaults

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

GetCve

func (o *ComponentReportVulnerability) GetCve() string

GetCve returns the Cve field if non-nil, zero value otherwise.

GetCveOk

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.

SetCve

func (o *ComponentReportVulnerability) SetCve(v string)

SetCve sets Cve field to given value.

HasCve

func (o *ComponentReportVulnerability) HasCve() bool

HasCve returns a boolean if a field has been set.

GetCvssScore

func (o *ComponentReportVulnerability) GetCvssScore() float32

GetCvssScore returns the CvssScore field if non-nil, zero value otherwise.

GetCvssScoreOk

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.

SetCvssScore

func (o *ComponentReportVulnerability) SetCvssScore(v float32)

SetCvssScore sets CvssScore field to given value.

HasCvssScore

func (o *ComponentReportVulnerability) HasCvssScore() bool

HasCvssScore returns a boolean if a field has been set.

GetCvssVector

func (o *ComponentReportVulnerability) GetCvssVector() string

GetCvssVector returns the CvssVector field if non-nil, zero value otherwise.

GetCvssVectorOk

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.

SetCvssVector

func (o *ComponentReportVulnerability) SetCvssVector(v string)

SetCvssVector sets CvssVector field to given value.

HasCvssVector

func (o *ComponentReportVulnerability) HasCvssVector() bool

HasCvssVector returns a boolean if a field has been set.

GetCwe

func (o *ComponentReportVulnerability) GetCwe() string

GetCwe returns the Cwe field if non-nil, zero value otherwise.

GetCweOk

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.

SetCwe

func (o *ComponentReportVulnerability) SetCwe(v string)

SetCwe sets Cwe field to given value.

HasCwe

func (o *ComponentReportVulnerability) HasCwe() bool

HasCwe returns a boolean if a field has been set.

GetDescription

func (o *ComponentReportVulnerability) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ComponentReportVulnerability) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ComponentReportVulnerability) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *ComponentReportVulnerability) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *ComponentReportVulnerability) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ComponentReportVulnerability) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetExternalReferences

func (o *ComponentReportVulnerability) GetExternalReferences() []string

GetExternalReferences returns the ExternalReferences field if non-nil, zero value otherwise.

GetExternalReferencesOk

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.

SetExternalReferences

func (o *ComponentReportVulnerability) SetExternalReferences(v []string)

SetExternalReferences sets ExternalReferences field to given value.

HasExternalReferences

func (o *ComponentReportVulnerability) HasExternalReferences() bool

HasExternalReferences returns a boolean if a field has been set.

GetId

func (o *ComponentReportVulnerability) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ComponentReportVulnerability) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ComponentReportVulnerability) HasId() bool

HasId returns a boolean if a field has been set.

GetReference

func (o *ComponentReportVulnerability) GetReference() string

GetReference returns the Reference field if non-nil, zero value otherwise.

GetReferenceOk

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.

SetReference

func (o *ComponentReportVulnerability) SetReference(v string)

SetReference sets Reference field to given value.

HasReference

func (o *ComponentReportVulnerability) HasReference() bool

HasReference returns a boolean if a field has been set.

GetTitle

func (o *ComponentReportVulnerability) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *ComponentReportVulnerability) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ComponentReportVulnerability) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetVersionRanges

func (o *ComponentReportVulnerability) GetVersionRanges() []string

GetVersionRanges returns the VersionRanges field if non-nil, zero value otherwise.

GetVersionRangesOk

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.

SetVersionRanges

func (o *ComponentReportVulnerability) SetVersionRanges(v []string)

SetVersionRanges sets VersionRanges field to given value.

HasVersionRanges

func (o *ComponentReportVulnerability) HasVersionRanges() bool

HasVersionRanges returns a boolean if a field has been set.

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