Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to string | [optional] | |
EmbeddableReportHtmlUrl | Pointer to string | [optional] | |
EvaluationDate | Pointer to time.Time | [optional] | |
LatestReportHtmlUrl | Pointer to string | [optional] | |
ReportDataUrl | Pointer to string | [optional] | |
ReportHtmlUrl | Pointer to string | [optional] | |
ReportPdfUrl | Pointer to string | [optional] | |
Stage | Pointer to string | [optional] |
func NewApiApplicationReportDTOV2() *ApiApplicationReportDTOV2
NewApiApplicationReportDTOV2 instantiates a new ApiApplicationReportDTOV2 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 NewApiApplicationReportDTOV2WithDefaults() *ApiApplicationReportDTOV2
NewApiApplicationReportDTOV2WithDefaults instantiates a new ApiApplicationReportDTOV2 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 *ApiApplicationReportDTOV2) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) 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 *ApiApplicationReportDTOV2) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *ApiApplicationReportDTOV2) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetEmbeddableReportHtmlUrl() string
GetEmbeddableReportHtmlUrl returns the EmbeddableReportHtmlUrl field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) 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 *ApiApplicationReportDTOV2) SetEmbeddableReportHtmlUrl(v string)
SetEmbeddableReportHtmlUrl sets EmbeddableReportHtmlUrl field to given value.
func (o *ApiApplicationReportDTOV2) HasEmbeddableReportHtmlUrl() bool
HasEmbeddableReportHtmlUrl returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetEvaluationDate() time.Time
GetEvaluationDate returns the EvaluationDate field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) 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 *ApiApplicationReportDTOV2) SetEvaluationDate(v time.Time)
SetEvaluationDate sets EvaluationDate field to given value.
func (o *ApiApplicationReportDTOV2) HasEvaluationDate() bool
HasEvaluationDate returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetLatestReportHtmlUrl() string
GetLatestReportHtmlUrl returns the LatestReportHtmlUrl field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) GetLatestReportHtmlUrlOk() (*string, bool)
GetLatestReportHtmlUrlOk returns a tuple with the LatestReportHtmlUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationReportDTOV2) SetLatestReportHtmlUrl(v string)
SetLatestReportHtmlUrl sets LatestReportHtmlUrl field to given value.
func (o *ApiApplicationReportDTOV2) HasLatestReportHtmlUrl() bool
HasLatestReportHtmlUrl returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetReportDataUrl() string
GetReportDataUrl returns the ReportDataUrl field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) 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 *ApiApplicationReportDTOV2) SetReportDataUrl(v string)
SetReportDataUrl sets ReportDataUrl field to given value.
func (o *ApiApplicationReportDTOV2) HasReportDataUrl() bool
HasReportDataUrl returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetReportHtmlUrl() string
GetReportHtmlUrl returns the ReportHtmlUrl field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) 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 *ApiApplicationReportDTOV2) SetReportHtmlUrl(v string)
SetReportHtmlUrl sets ReportHtmlUrl field to given value.
func (o *ApiApplicationReportDTOV2) HasReportHtmlUrl() bool
HasReportHtmlUrl returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetReportPdfUrl() string
GetReportPdfUrl returns the ReportPdfUrl field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) 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 *ApiApplicationReportDTOV2) SetReportPdfUrl(v string)
SetReportPdfUrl sets ReportPdfUrl field to given value.
func (o *ApiApplicationReportDTOV2) HasReportPdfUrl() bool
HasReportPdfUrl returns a boolean if a field has been set.
func (o *ApiApplicationReportDTOV2) GetStage() string
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *ApiApplicationReportDTOV2) GetStageOk() (*string, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationReportDTOV2) SetStage(v string)
SetStage sets Stage field to given value.
func (o *ApiApplicationReportDTOV2) HasStage() bool
HasStage returns a boolean if a field has been set.