2.7 KiB
CVEDetailedCvss3
Properties
Name | Type | Description | Notes |
---|---|---|---|
Cvss3BaseScore | string | ||
Cvss3ScoringVector | string | ||
Status | string |
Methods
NewCVEDetailedCvss3
func NewCVEDetailedCvss3(cvss3BaseScore string, cvss3ScoringVector string, status string, ) *CVEDetailedCvss3
NewCVEDetailedCvss3 instantiates a new CVEDetailedCvss3 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
NewCVEDetailedCvss3WithDefaults
func NewCVEDetailedCvss3WithDefaults() *CVEDetailedCvss3
NewCVEDetailedCvss3WithDefaults instantiates a new CVEDetailedCvss3 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
GetCvss3BaseScore
func (o *CVEDetailedCvss3) GetCvss3BaseScore() string
GetCvss3BaseScore returns the Cvss3BaseScore field if non-nil, zero value otherwise.
GetCvss3BaseScoreOk
func (o *CVEDetailedCvss3) GetCvss3BaseScoreOk() (*string, bool)
GetCvss3BaseScoreOk returns a tuple with the Cvss3BaseScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCvss3BaseScore
func (o *CVEDetailedCvss3) SetCvss3BaseScore(v string)
SetCvss3BaseScore sets Cvss3BaseScore field to given value.
GetCvss3ScoringVector
func (o *CVEDetailedCvss3) GetCvss3ScoringVector() string
GetCvss3ScoringVector returns the Cvss3ScoringVector field if non-nil, zero value otherwise.
GetCvss3ScoringVectorOk
func (o *CVEDetailedCvss3) 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 *CVEDetailedCvss3) SetCvss3ScoringVector(v string)
SetCvss3ScoringVector sets Cvss3ScoringVector field to given value.
GetStatus
func (o *CVEDetailedCvss3) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *CVEDetailedCvss3) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *CVEDetailedCvss3) SetStatus(v string)
SetStatus sets Status field to given value.