Name | Type | Description | Notes |
---|---|---|---|
Analysis | Pointer to ApiSecurityIssueAnalysisDTO | [optional] | |
CvssVector | Pointer to string | [optional] | |
CvssVectorSource | Pointer to string | [optional] | |
Cwe | Pointer to string | [optional] | |
Reference | Pointer to string | [optional] | |
Severity | Pointer to float32 | [optional] | |
Source | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
ThreatCategory | Pointer to string | [optional] | |
Url | Pointer to string | [optional] |
func NewApiSecurityIssueDTO() *ApiSecurityIssueDTO
NewApiSecurityIssueDTO instantiates a new ApiSecurityIssueDTO 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 NewApiSecurityIssueDTOWithDefaults() *ApiSecurityIssueDTO
NewApiSecurityIssueDTOWithDefaults instantiates a new ApiSecurityIssueDTO 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 *ApiSecurityIssueDTO) GetAnalysis() ApiSecurityIssueAnalysisDTO
GetAnalysis returns the Analysis field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetAnalysisOk() (*ApiSecurityIssueAnalysisDTO, bool)
GetAnalysisOk returns a tuple with the Analysis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetAnalysis(v ApiSecurityIssueAnalysisDTO)
SetAnalysis sets Analysis field to given value.
func (o *ApiSecurityIssueDTO) HasAnalysis() bool
HasAnalysis returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetCvssVector() string
GetCvssVector returns the CvssVector field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) 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 *ApiSecurityIssueDTO) SetCvssVector(v string)
SetCvssVector sets CvssVector field to given value.
func (o *ApiSecurityIssueDTO) HasCvssVector() bool
HasCvssVector returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetCvssVectorSource() string
GetCvssVectorSource returns the CvssVectorSource field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetCvssVectorSourceOk() (*string, bool)
GetCvssVectorSourceOk returns a tuple with the CvssVectorSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetCvssVectorSource(v string)
SetCvssVectorSource sets CvssVectorSource field to given value.
func (o *ApiSecurityIssueDTO) HasCvssVectorSource() bool
HasCvssVectorSource returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetCwe() string
GetCwe returns the Cwe field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetCweOk() (*string, bool)
GetCweOk returns a tuple with the Cwe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetCwe(v string)
SetCwe sets Cwe field to given value.
func (o *ApiSecurityIssueDTO) HasCwe() bool
HasCwe returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetReference(v string)
SetReference sets Reference field to given value.
func (o *ApiSecurityIssueDTO) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetSeverity() float32
GetSeverity returns the Severity field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetSeverityOk() (*float32, bool)
GetSeverityOk returns a tuple with the Severity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetSeverity(v float32)
SetSeverity sets Severity field to given value.
func (o *ApiSecurityIssueDTO) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetSource(v string)
SetSource sets Source field to given value.
func (o *ApiSecurityIssueDTO) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) 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 *ApiSecurityIssueDTO) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiSecurityIssueDTO) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetThreatCategory() string
GetThreatCategory returns the ThreatCategory field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetThreatCategoryOk() (*string, bool)
GetThreatCategoryOk returns a tuple with the ThreatCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetThreatCategory(v string)
SetThreatCategory sets ThreatCategory field to given value.
func (o *ApiSecurityIssueDTO) HasThreatCategory() bool
HasThreatCategory returns a boolean if a field has been set.
func (o *ApiSecurityIssueDTO) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueDTO) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueDTO) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ApiSecurityIssueDTO) HasUrl() bool
HasUrl returns a boolean if a field has been set.