Name | Type | Description | Notes |
---|---|---|---|
AddedViolations | Pointer to []ApiPolicyViolationForDiffDTO | [optional] | |
Application | Pointer to ApiApplicationDTO | [optional] | |
DiffTime | Pointer to time.Time | [optional] | |
FromCommit | Pointer to ApiApplicationEvaluationCommitDTO | [optional] | |
RemovedViolations | Pointer to []ApiPolicyViolationForDiffDTO | [optional] | |
SameViolations | Pointer to []ApiPolicyViolationForDiffDTO | [optional] | |
ToCommit | Pointer to ApiApplicationEvaluationCommitDTO | [optional] |
func NewApiPolicyViolationDiffDTO() *ApiPolicyViolationDiffDTO
NewApiPolicyViolationDiffDTO instantiates a new ApiPolicyViolationDiffDTO 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 NewApiPolicyViolationDiffDTOWithDefaults() *ApiPolicyViolationDiffDTO
NewApiPolicyViolationDiffDTOWithDefaults instantiates a new ApiPolicyViolationDiffDTO 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 *ApiPolicyViolationDiffDTO) GetAddedViolations() []ApiPolicyViolationForDiffDTO
GetAddedViolations returns the AddedViolations field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetAddedViolationsOk() (*[]ApiPolicyViolationForDiffDTO, bool)
GetAddedViolationsOk returns a tuple with the AddedViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetAddedViolations(v []ApiPolicyViolationForDiffDTO)
SetAddedViolations sets AddedViolations field to given value.
func (o *ApiPolicyViolationDiffDTO) HasAddedViolations() bool
HasAddedViolations returns a boolean if a field has been set.
func (o *ApiPolicyViolationDiffDTO) GetApplication() ApiApplicationDTO
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetApplicationOk() (*ApiApplicationDTO, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetApplication(v ApiApplicationDTO)
SetApplication sets Application field to given value.
func (o *ApiPolicyViolationDiffDTO) HasApplication() bool
HasApplication returns a boolean if a field has been set.
func (o *ApiPolicyViolationDiffDTO) GetDiffTime() time.Time
GetDiffTime returns the DiffTime field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetDiffTimeOk() (*time.Time, bool)
GetDiffTimeOk returns a tuple with the DiffTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetDiffTime(v time.Time)
SetDiffTime sets DiffTime field to given value.
func (o *ApiPolicyViolationDiffDTO) HasDiffTime() bool
HasDiffTime returns a boolean if a field has been set.
func (o *ApiPolicyViolationDiffDTO) GetFromCommit() ApiApplicationEvaluationCommitDTO
GetFromCommit returns the FromCommit field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetFromCommitOk() (*ApiApplicationEvaluationCommitDTO, bool)
GetFromCommitOk returns a tuple with the FromCommit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetFromCommit(v ApiApplicationEvaluationCommitDTO)
SetFromCommit sets FromCommit field to given value.
func (o *ApiPolicyViolationDiffDTO) HasFromCommit() bool
HasFromCommit returns a boolean if a field has been set.
func (o *ApiPolicyViolationDiffDTO) GetRemovedViolations() []ApiPolicyViolationForDiffDTO
GetRemovedViolations returns the RemovedViolations field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetRemovedViolationsOk() (*[]ApiPolicyViolationForDiffDTO, bool)
GetRemovedViolationsOk returns a tuple with the RemovedViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetRemovedViolations(v []ApiPolicyViolationForDiffDTO)
SetRemovedViolations sets RemovedViolations field to given value.
func (o *ApiPolicyViolationDiffDTO) HasRemovedViolations() bool
HasRemovedViolations returns a boolean if a field has been set.
func (o *ApiPolicyViolationDiffDTO) GetSameViolations() []ApiPolicyViolationForDiffDTO
GetSameViolations returns the SameViolations field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetSameViolationsOk() (*[]ApiPolicyViolationForDiffDTO, bool)
GetSameViolationsOk returns a tuple with the SameViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetSameViolations(v []ApiPolicyViolationForDiffDTO)
SetSameViolations sets SameViolations field to given value.
func (o *ApiPolicyViolationDiffDTO) HasSameViolations() bool
HasSameViolations returns a boolean if a field has been set.
func (o *ApiPolicyViolationDiffDTO) GetToCommit() ApiApplicationEvaluationCommitDTO
GetToCommit returns the ToCommit field if non-nil, zero value otherwise.
func (o *ApiPolicyViolationDiffDTO) GetToCommitOk() (*ApiApplicationEvaluationCommitDTO, bool)
GetToCommitOk returns a tuple with the ToCommit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPolicyViolationDiffDTO) SetToCommit(v ApiApplicationEvaluationCommitDTO)
SetToCommit sets ToCommit field to given value.
func (o *ApiPolicyViolationDiffDTO) HasToCommit() bool
HasToCommit returns a boolean if a field has been set.