Name | Type | Description | Notes |
---|---|---|---|
Comment | Pointer to string | [optional] | |
CurrentlyAffectedComponents | Pointer to []ApiComponentDTOV2 | [optional] | |
Hash | Pointer to string | [optional] | |
Owner | Pointer to ApiOwnerDTO | [optional] | |
ReferenceId | Pointer to string | [optional] | |
SecurityOverrideId | Pointer to string | [optional] | |
Status | Pointer to string | [optional] |
func NewApiSecurityVulnerabilityOverrideDTOV2() *ApiSecurityVulnerabilityOverrideDTOV2
NewApiSecurityVulnerabilityOverrideDTOV2 instantiates a new ApiSecurityVulnerabilityOverrideDTOV2 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 NewApiSecurityVulnerabilityOverrideDTOV2WithDefaults() *ApiSecurityVulnerabilityOverrideDTOV2
NewApiSecurityVulnerabilityOverrideDTOV2WithDefaults instantiates a new ApiSecurityVulnerabilityOverrideDTOV2 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 *ApiSecurityVulnerabilityOverrideDTOV2) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetCurrentlyAffectedComponents() []ApiComponentDTOV2
GetCurrentlyAffectedComponents returns the CurrentlyAffectedComponents field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetCurrentlyAffectedComponentsOk() (*[]ApiComponentDTOV2, bool)
GetCurrentlyAffectedComponentsOk returns a tuple with the CurrentlyAffectedComponents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetCurrentlyAffectedComponents(v []ApiComponentDTOV2)
SetCurrentlyAffectedComponents sets CurrentlyAffectedComponents field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasCurrentlyAffectedComponents() bool
HasCurrentlyAffectedComponents returns a boolean if a field has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetOwner() ApiOwnerDTO
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetOwnerOk() (*ApiOwnerDTO, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetOwner(v ApiOwnerDTO)
SetOwner sets Owner field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetReferenceId() string
GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetReferenceIdOk() (*string, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetReferenceId(v string)
SetReferenceId sets ReferenceId field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetSecurityOverrideId() string
GetSecurityOverrideId returns the SecurityOverrideId field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetSecurityOverrideIdOk() (*string, bool)
GetSecurityOverrideIdOk returns a tuple with the SecurityOverrideId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetSecurityOverrideId(v string)
SetSecurityOverrideId sets SecurityOverrideId field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasSecurityOverrideId() bool
HasSecurityOverrideId returns a boolean if a field has been set.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) 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.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasStatus() bool
HasStatus returns a boolean if a field has been set.