class ReportMetadata extends Model (View source)

Properties

string $googleCloudStoragePath
protected $reportDataEndDateType
protected $reportDataEndDateDataType
protected $reportDataStartDateType
protected $reportDataStartDateDataType
protected $statusType
protected $statusDataType

Methods

setGoogleCloudStoragePath($googleCloudStoragePath)

No description

string
getGoogleCloudStoragePath()

No description

setReportDataEndDate(Date $reportDataEndDate)

No description

getReportDataEndDate()

No description

setReportDataStartDate(Date $reportDataStartDate)

No description

getReportDataStartDate()

No description

setStatus(ReportStatus $status)

No description

getStatus()

No description

Details

setGoogleCloudStoragePath($googleCloudStoragePath)

No description

Parameters

$googleCloudStoragePath

string getGoogleCloudStoragePath()

No description

Return Value

string

setReportDataEndDate(Date $reportDataEndDate)

No description

Parameters

Date $reportDataEndDate

Date getReportDataEndDate()

No description

Return Value

Date

setReportDataStartDate(Date $reportDataStartDate)

No description

Parameters

Date $reportDataStartDate

Date getReportDataStartDate()

No description

Return Value

Date

setStatus(ReportStatus $status)

No description

Parameters

ReportStatus $status

ReportStatus getStatus()

No description

Return Value

ReportStatus