| Name | Type | Description | Notes |
|---|---|---|---|
| ApplicationId | Pointer to string | [optional] | |
| ErrorMessage | Pointer to NullableString | [optional] | |
| EvaluationDate | Pointer to time.Time | [optional] | |
| IsError | Pointer to bool | [optional] | |
| Results | Pointer to []ApiComponentDetailsDTOV2 | [optional] | |
| SubmittedDate | Pointer to time.Time | [optional] |
func NewApiComponentEvaluationResultDTOV2() *ApiComponentEvaluationResultDTOV2
NewApiComponentEvaluationResultDTOV2 instantiates a new ApiComponentEvaluationResultDTOV2 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 NewApiComponentEvaluationResultDTOV2WithDefaults() *ApiComponentEvaluationResultDTOV2
NewApiComponentEvaluationResultDTOV2WithDefaults instantiates a new ApiComponentEvaluationResultDTOV2 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 *ApiComponentEvaluationResultDTOV2) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ApiComponentEvaluationResultDTOV2) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentEvaluationResultDTOV2) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *ApiComponentEvaluationResultDTOV2) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *ApiComponentEvaluationResultDTOV2) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ApiComponentEvaluationResultDTOV2) 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 *ApiComponentEvaluationResultDTOV2) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ApiComponentEvaluationResultDTOV2) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ApiComponentEvaluationResultDTOV2) SetErrorMessageNil(b bool)
SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil
func (o *ApiComponentEvaluationResultDTOV2) UnsetErrorMessage()
UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil
func (o *ApiComponentEvaluationResultDTOV2) GetEvaluationDate() time.Time
GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise.
func (o *ApiComponentEvaluationResultDTOV2) GetEvaluationDateOk() (*time.Time, bool)
GetEvaluationDateOk returns a tuple with the EvaluationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentEvaluationResultDTOV2) SetEvaluationDate(v time.Time)
SetEvaluationDate sets EvaluationDate field to given value.
func (o *ApiComponentEvaluationResultDTOV2) HasEvaluationDate() bool
HasEvaluationDate returns a boolean if a field has been set.
func (o *ApiComponentEvaluationResultDTOV2) GetIsError() bool
GetIsError returns the IsError field if non-nil, zero value otherwise.
func (o *ApiComponentEvaluationResultDTOV2) 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 *ApiComponentEvaluationResultDTOV2) SetIsError(v bool)
SetIsError sets IsError field to given value.
func (o *ApiComponentEvaluationResultDTOV2) HasIsError() bool
HasIsError returns a boolean if a field has been set.
func (o *ApiComponentEvaluationResultDTOV2) GetResults() []ApiComponentDetailsDTOV2
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *ApiComponentEvaluationResultDTOV2) GetResultsOk() (*[]ApiComponentDetailsDTOV2, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentEvaluationResultDTOV2) SetResults(v []ApiComponentDetailsDTOV2)
SetResults sets Results field to given value.
func (o *ApiComponentEvaluationResultDTOV2) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *ApiComponentEvaluationResultDTOV2) GetSubmittedDate() time.Time
GetSubmittedDate returns the SubmittedDate field if non-nil, zero value otherwise.
func (o *ApiComponentEvaluationResultDTOV2) GetSubmittedDateOk() (*time.Time, bool)
GetSubmittedDateOk returns a tuple with the SubmittedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentEvaluationResultDTOV2) SetSubmittedDate(v time.Time)
SetSubmittedDate sets SubmittedDate field to given value.
func (o *ApiComponentEvaluationResultDTOV2) HasSubmittedDate() bool
HasSubmittedDate returns a boolean if a field has been set.