Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.49 KB

File metadata and controls

82 lines (45 loc) · 2.49 KB

SecurityVulnerabilityWeakness

Properties

Name Type Description Notes
CweIds Pointer to []CweId [optional]
CweSource Pointer to string [optional]

Methods

NewSecurityVulnerabilityWeakness

func NewSecurityVulnerabilityWeakness() *SecurityVulnerabilityWeakness

NewSecurityVulnerabilityWeakness instantiates a new SecurityVulnerabilityWeakness 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

NewSecurityVulnerabilityWeaknessWithDefaults

func NewSecurityVulnerabilityWeaknessWithDefaults() *SecurityVulnerabilityWeakness

NewSecurityVulnerabilityWeaknessWithDefaults instantiates a new SecurityVulnerabilityWeakness 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

GetCweIds

func (o *SecurityVulnerabilityWeakness) GetCweIds() []CweId

GetCweIds returns the CweIds field if non-nil, zero value otherwise.

GetCweIdsOk

func (o *SecurityVulnerabilityWeakness) GetCweIdsOk() (*[]CweId, bool)

GetCweIdsOk returns a tuple with the CweIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCweIds

func (o *SecurityVulnerabilityWeakness) SetCweIds(v []CweId)

SetCweIds sets CweIds field to given value.

HasCweIds

func (o *SecurityVulnerabilityWeakness) HasCweIds() bool

HasCweIds returns a boolean if a field has been set.

GetCweSource

func (o *SecurityVulnerabilityWeakness) GetCweSource() string

GetCweSource returns the CweSource field if non-nil, zero value otherwise.

GetCweSourceOk

func (o *SecurityVulnerabilityWeakness) GetCweSourceOk() (*string, bool)

GetCweSourceOk returns a tuple with the CweSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCweSource

func (o *SecurityVulnerabilityWeakness) SetCweSource(v string)

SetCweSource sets CweSource field to given value.

HasCweSource

func (o *SecurityVulnerabilityWeakness) HasCweSource() bool

HasCweSource returns a boolean if a field has been set.

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