HasCvssScore returns a boolean if a field has been set.
### GetCvssScoringVector
`func (o *CVE) GetCvssScoringVector() string`
GetCvssScoringVector returns the CvssScoringVector field if non-nil, zero value otherwise.
### GetCvssScoringVectorOk
`func (o *CVE) GetCvssScoringVectorOk() (*string, bool)`
GetCvssScoringVectorOk returns a tuple with the CvssScoringVector field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCvssScoringVector
`func (o *CVE) SetCvssScoringVector(v string)`
SetCvssScoringVector sets CvssScoringVector field to given value.
### HasCvssScoringVector
`func (o *CVE) HasCvssScoringVector() bool`
HasCvssScoringVector returns a boolean if a field has been set.
### GetCWE
`func (o *CVE) GetCWE() string`
GetCWE returns the CWE field if non-nil, zero value otherwise.
### GetCWEOk
`func (o *CVE) 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 *CVE) SetCWE(v string)`
SetCWE sets CWE field to given value.
### GetAffectedPackages
`func (o *CVE) GetAffectedPackages() []string`
GetAffectedPackages returns the AffectedPackages field if non-nil, zero value otherwise.
### GetAffectedPackagesOk
`func (o *CVE) GetAffectedPackagesOk() (*[]string, bool)`
GetAffectedPackagesOk returns a tuple with the AffectedPackages field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAffectedPackages
`func (o *CVE) SetAffectedPackages(v []string)`
SetAffectedPackages sets AffectedPackages field to given value.
### GetResourceUrl
`func (o *CVE) GetResourceUrl() string`
GetResourceUrl returns the ResourceUrl field if non-nil, zero value otherwise.
### GetResourceUrlOk
`func (o *CVE) GetResourceUrlOk() (*string, bool)`
GetResourceUrlOk returns a tuple with the ResourceUrl field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetResourceUrl
`func (o *CVE) SetResourceUrl(v string)`
SetResourceUrl sets ResourceUrl field to given value.
### GetCvss3ScoringVector
`func (o *CVE) GetCvss3ScoringVector() string`
GetCvss3ScoringVector returns the Cvss3ScoringVector field if non-nil, zero value otherwise.
### GetCvss3ScoringVectorOk
`func (o *CVE) GetCvss3ScoringVectorOk() (*string, bool)`
GetCvss3ScoringVectorOk returns a tuple with the Cvss3ScoringVector field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCvss3ScoringVector
`func (o *CVE) SetCvss3ScoringVector(v string)`
SetCvss3ScoringVector sets Cvss3ScoringVector field to given value.
### GetCvss3Score
`func (o *CVE) GetCvss3Score() string`
GetCvss3Score returns the Cvss3Score field if non-nil, zero value otherwise.
### GetCvss3ScoreOk
`func (o *CVE) GetCvss3ScoreOk() (*string, bool)`
GetCvss3ScoreOk returns a tuple with the Cvss3Score field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCvss3Score
`func (o *CVE) SetCvss3Score(v string)`
SetCvss3Score sets Cvss3Score field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)