Name | Type | Description | Notes |
---|---|---|---|
CvssSeverity | Pointer to float32 | [optional] | |
CvssVector | Pointer to string | [optional] | |
CweId | Pointer to string | [optional] | |
Remediation | Pointer to string | [optional] |
func NewSecurityVulnerabilityCustomData() *SecurityVulnerabilityCustomData
NewSecurityVulnerabilityCustomData instantiates a new SecurityVulnerabilityCustomData 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 NewSecurityVulnerabilityCustomDataWithDefaults() *SecurityVulnerabilityCustomData
NewSecurityVulnerabilityCustomDataWithDefaults instantiates a new SecurityVulnerabilityCustomData 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 *SecurityVulnerabilityCustomData) GetCvssSeverity() float32
GetCvssSeverity returns the CvssSeverity field if non-nil, zero value otherwise.
func (o *SecurityVulnerabilityCustomData) GetCvssSeverityOk() (*float32, bool)
GetCvssSeverityOk returns a tuple with the CvssSeverity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityVulnerabilityCustomData) SetCvssSeverity(v float32)
SetCvssSeverity sets CvssSeverity field to given value.
func (o *SecurityVulnerabilityCustomData) HasCvssSeverity() bool
HasCvssSeverity returns a boolean if a field has been set.
func (o *SecurityVulnerabilityCustomData) GetCvssVector() string
GetCvssVector returns the CvssVector field if non-nil, zero value otherwise.
func (o *SecurityVulnerabilityCustomData) 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 *SecurityVulnerabilityCustomData) SetCvssVector(v string)
SetCvssVector sets CvssVector field to given value.
func (o *SecurityVulnerabilityCustomData) HasCvssVector() bool
HasCvssVector returns a boolean if a field has been set.
func (o *SecurityVulnerabilityCustomData) GetCweId() string
GetCweId returns the CweId field if non-nil, zero value otherwise.
func (o *SecurityVulnerabilityCustomData) GetCweIdOk() (*string, bool)
GetCweIdOk returns a tuple with the CweId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityVulnerabilityCustomData) SetCweId(v string)
SetCweId sets CweId field to given value.
func (o *SecurityVulnerabilityCustomData) HasCweId() bool
HasCweId returns a boolean if a field has been set.
func (o *SecurityVulnerabilityCustomData) GetRemediation() string
GetRemediation returns the Remediation field if non-nil, zero value otherwise.
func (o *SecurityVulnerabilityCustomData) GetRemediationOk() (*string, bool)
GetRemediationOk returns a tuple with the Remediation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityVulnerabilityCustomData) SetRemediation(v string)
SetRemediation sets Remediation field to given value.
func (o *SecurityVulnerabilityCustomData) HasRemediation() bool
HasRemediation returns a boolean if a field has been set.