Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.73 KB

ApiSecurityVulnerabilityOverrideDTOV2.md

File metadata and controls

212 lines (115 loc) · 6.73 KB

ApiSecurityVulnerabilityOverrideDTOV2

Properties

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]

Methods

NewApiSecurityVulnerabilityOverrideDTOV2

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

NewApiSecurityVulnerabilityOverrideDTOV2WithDefaults

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

GetComment

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

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.

SetComment

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasComment() bool

HasComment returns a boolean if a field has been set.

GetCurrentlyAffectedComponents

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetCurrentlyAffectedComponents() []ApiComponentDTOV2

GetCurrentlyAffectedComponents returns the CurrentlyAffectedComponents field if non-nil, zero value otherwise.

GetCurrentlyAffectedComponentsOk

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.

SetCurrentlyAffectedComponents

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetCurrentlyAffectedComponents(v []ApiComponentDTOV2)

SetCurrentlyAffectedComponents sets CurrentlyAffectedComponents field to given value.

HasCurrentlyAffectedComponents

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasCurrentlyAffectedComponents() bool

HasCurrentlyAffectedComponents returns a boolean if a field has been set.

GetHash

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

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.

SetHash

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasHash() bool

HasHash returns a boolean if a field has been set.

GetOwner

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetOwner() ApiOwnerDTO

GetOwner returns the Owner field if non-nil, zero value otherwise.

GetOwnerOk

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.

SetOwner

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetOwner(v ApiOwnerDTO)

SetOwner sets Owner field to given value.

HasOwner

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasOwner() bool

HasOwner returns a boolean if a field has been set.

GetReferenceId

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetReferenceId() string

GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.

GetReferenceIdOk

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.

SetReferenceId

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetReferenceId(v string)

SetReferenceId sets ReferenceId field to given value.

HasReferenceId

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

GetSecurityOverrideId

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetSecurityOverrideId() string

GetSecurityOverrideId returns the SecurityOverrideId field if non-nil, zero value otherwise.

GetSecurityOverrideIdOk

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.

SetSecurityOverrideId

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetSecurityOverrideId(v string)

SetSecurityOverrideId sets SecurityOverrideId field to given value.

HasSecurityOverrideId

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasSecurityOverrideId() bool

HasSecurityOverrideId returns a boolean if a field has been set.

GetStatus

func (o *ApiSecurityVulnerabilityOverrideDTOV2) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *ApiSecurityVulnerabilityOverrideDTOV2) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ApiSecurityVulnerabilityOverrideDTOV2) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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