Name | Type | Description | Notes |
---|---|---|---|
ComponentsAffected | Pointer to ApiEvaluationResultCounterDTO | [optional] | |
EmbeddableReportHtmlUrl | Pointer to string | [optional] | |
ErrorMessage | Pointer to string | [optional] | |
GrandfatheredPolicyViolations | Pointer to int32 | [optional] | |
IsError | Pointer to bool | [optional] | |
LegacyViolations | Pointer to int32 | [optional] | |
OpenPolicyViolations | Pointer to ApiEvaluationResultCounterDTO | [optional] | |
PolicyAction | Pointer to string | [optional] | |
ReportDataUrl | Pointer to string | [optional] | |
ReportHtmlUrl | Pointer to string | [optional] | |
ReportPdfUrl | Pointer to string | [optional] |
func NewApiThirdPartyScanResultDTO() *ApiThirdPartyScanResultDTO
NewApiThirdPartyScanResultDTO instantiates a new ApiThirdPartyScanResultDTO 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 NewApiThirdPartyScanResultDTOWithDefaults() *ApiThirdPartyScanResultDTO
NewApiThirdPartyScanResultDTOWithDefaults instantiates a new ApiThirdPartyScanResultDTO 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 *ApiThirdPartyScanResultDTO) GetComponentsAffected() ApiEvaluationResultCounterDTO
GetComponentsAffected returns the ComponentsAffected field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetComponentsAffectedOk() (*ApiEvaluationResultCounterDTO, bool)
GetComponentsAffectedOk returns a tuple with the ComponentsAffected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetComponentsAffected(v ApiEvaluationResultCounterDTO)
SetComponentsAffected sets ComponentsAffected field to given value.
func (o *ApiThirdPartyScanResultDTO) HasComponentsAffected() bool
HasComponentsAffected returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetEmbeddableReportHtmlUrl() string
GetEmbeddableReportHtmlUrl returns the EmbeddableReportHtmlUrl field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetEmbeddableReportHtmlUrlOk() (*string, bool)
GetEmbeddableReportHtmlUrlOk returns a tuple with the EmbeddableReportHtmlUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetEmbeddableReportHtmlUrl(v string)
SetEmbeddableReportHtmlUrl sets EmbeddableReportHtmlUrl field to given value.
func (o *ApiThirdPartyScanResultDTO) HasEmbeddableReportHtmlUrl() bool
HasEmbeddableReportHtmlUrl returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ApiThirdPartyScanResultDTO) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetGrandfatheredPolicyViolations() int32
GetGrandfatheredPolicyViolations returns the GrandfatheredPolicyViolations field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetGrandfatheredPolicyViolationsOk() (*int32, bool)
GetGrandfatheredPolicyViolationsOk returns a tuple with the GrandfatheredPolicyViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetGrandfatheredPolicyViolations(v int32)
SetGrandfatheredPolicyViolations sets GrandfatheredPolicyViolations field to given value.
func (o *ApiThirdPartyScanResultDTO) HasGrandfatheredPolicyViolations() bool
HasGrandfatheredPolicyViolations returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetIsError() bool
GetIsError returns the IsError field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetIsErrorOk() (*bool, bool)
GetIsErrorOk returns a tuple with the IsError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetIsError(v bool)
SetIsError sets IsError field to given value.
func (o *ApiThirdPartyScanResultDTO) HasIsError() bool
HasIsError returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetLegacyViolations() int32
GetLegacyViolations returns the LegacyViolations field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetLegacyViolationsOk() (*int32, bool)
GetLegacyViolationsOk returns a tuple with the LegacyViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetLegacyViolations(v int32)
SetLegacyViolations sets LegacyViolations field to given value.
func (o *ApiThirdPartyScanResultDTO) HasLegacyViolations() bool
HasLegacyViolations returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetOpenPolicyViolations() ApiEvaluationResultCounterDTO
GetOpenPolicyViolations returns the OpenPolicyViolations field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetOpenPolicyViolationsOk() (*ApiEvaluationResultCounterDTO, bool)
GetOpenPolicyViolationsOk returns a tuple with the OpenPolicyViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetOpenPolicyViolations(v ApiEvaluationResultCounterDTO)
SetOpenPolicyViolations sets OpenPolicyViolations field to given value.
func (o *ApiThirdPartyScanResultDTO) HasOpenPolicyViolations() bool
HasOpenPolicyViolations returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetPolicyAction() string
GetPolicyAction returns the PolicyAction field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetPolicyActionOk() (*string, bool)
GetPolicyActionOk returns a tuple with the PolicyAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetPolicyAction(v string)
SetPolicyAction sets PolicyAction field to given value.
func (o *ApiThirdPartyScanResultDTO) HasPolicyAction() bool
HasPolicyAction returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetReportDataUrl() string
GetReportDataUrl returns the ReportDataUrl field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetReportDataUrlOk() (*string, bool)
GetReportDataUrlOk returns a tuple with the ReportDataUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetReportDataUrl(v string)
SetReportDataUrl sets ReportDataUrl field to given value.
func (o *ApiThirdPartyScanResultDTO) HasReportDataUrl() bool
HasReportDataUrl returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetReportHtmlUrl() string
GetReportHtmlUrl returns the ReportHtmlUrl field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetReportHtmlUrlOk() (*string, bool)
GetReportHtmlUrlOk returns a tuple with the ReportHtmlUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetReportHtmlUrl(v string)
SetReportHtmlUrl sets ReportHtmlUrl field to given value.
func (o *ApiThirdPartyScanResultDTO) HasReportHtmlUrl() bool
HasReportHtmlUrl returns a boolean if a field has been set.
func (o *ApiThirdPartyScanResultDTO) GetReportPdfUrl() string
GetReportPdfUrl returns the ReportPdfUrl field if non-nil, zero value otherwise.
func (o *ApiThirdPartyScanResultDTO) GetReportPdfUrlOk() (*string, bool)
GetReportPdfUrlOk returns a tuple with the ReportPdfUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiThirdPartyScanResultDTO) SetReportPdfUrl(v string)
SetReportPdfUrl sets ReportPdfUrl field to given value.
func (o *ApiThirdPartyScanResultDTO) HasReportPdfUrl() bool
HasReportPdfUrl returns a boolean if a field has been set.