Name | Type | Description | Notes |
---|---|---|---|
Detail | Pointer to string | [optional] | |
Justification | Pointer to string | [optional] | |
Response | Pointer to string | [optional] | |
State | Pointer to string | [optional] |
func NewApiSecurityIssueAnalysisDTO() *ApiSecurityIssueAnalysisDTO
NewApiSecurityIssueAnalysisDTO instantiates a new ApiSecurityIssueAnalysisDTO 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 NewApiSecurityIssueAnalysisDTOWithDefaults() *ApiSecurityIssueAnalysisDTO
NewApiSecurityIssueAnalysisDTOWithDefaults instantiates a new ApiSecurityIssueAnalysisDTO 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 *ApiSecurityIssueAnalysisDTO) GetDetail() string
GetDetail returns the Detail field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueAnalysisDTO) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueAnalysisDTO) SetDetail(v string)
SetDetail sets Detail field to given value.
func (o *ApiSecurityIssueAnalysisDTO) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (o *ApiSecurityIssueAnalysisDTO) GetJustification() string
GetJustification returns the Justification field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueAnalysisDTO) GetJustificationOk() (*string, bool)
GetJustificationOk returns a tuple with the Justification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueAnalysisDTO) SetJustification(v string)
SetJustification sets Justification field to given value.
func (o *ApiSecurityIssueAnalysisDTO) HasJustification() bool
HasJustification returns a boolean if a field has been set.
func (o *ApiSecurityIssueAnalysisDTO) GetResponse() string
GetResponse returns the Response field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueAnalysisDTO) GetResponseOk() (*string, bool)
GetResponseOk returns a tuple with the Response field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueAnalysisDTO) SetResponse(v string)
SetResponse sets Response field to given value.
func (o *ApiSecurityIssueAnalysisDTO) HasResponse() bool
HasResponse returns a boolean if a field has been set.
func (o *ApiSecurityIssueAnalysisDTO) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ApiSecurityIssueAnalysisDTO) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSecurityIssueAnalysisDTO) SetState(v string)
SetState sets State field to given value.
func (o *ApiSecurityIssueAnalysisDTO) HasState() bool
HasState returns a boolean if a field has been set.