| Name | Type | Description | Notes |
|---|---|---|---|
| CweIds | Pointer to []CweId | [optional] | |
| CweSource | Pointer to string | [optional] |
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
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
func (o *SecurityVulnerabilityWeakness) GetCweIds() []CweId
GetCweIds returns the CweIds field if non-nil, zero value otherwise.
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.
func (o *SecurityVulnerabilityWeakness) SetCweIds(v []CweId)
SetCweIds sets CweIds field to given value.
func (o *SecurityVulnerabilityWeakness) HasCweIds() bool
HasCweIds returns a boolean if a field has been set.
func (o *SecurityVulnerabilityWeakness) GetCweSource() string
GetCweSource returns the CweSource field if non-nil, zero value otherwise.
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.
func (o *SecurityVulnerabilityWeakness) SetCweSource(v string)
SetCweSource sets CweSource field to given value.
func (o *SecurityVulnerabilityWeakness) HasCweSource() bool
HasCweSource returns a boolean if a field has been set.