reportCreateTimestamp = $reportCreateTimestamp; } /** * @return string */ public function getReportCreateTimestamp() { return $this->reportCreateTimestamp; } /** * @param AppsDynamiteContentReportJustification */ public function setReportJustification(AppsDynamiteContentReportJustification $reportJustification) { $this->reportJustification = $reportJustification; } /** * @return AppsDynamiteContentReportJustification */ public function getReportJustification() { return $this->reportJustification; } /** * @param AppsDynamiteSharedContentReportType */ public function setReportType(AppsDynamiteSharedContentReportType $reportType) { $this->reportType = $reportType; } /** * @return AppsDynamiteSharedContentReportType */ public function getReportType() { return $this->reportType; } /** * @param AppsDynamiteUserId */ public function setReporterUserId(AppsDynamiteUserId $reporterUserId) { $this->reporterUserId = $reporterUserId; } /** * @return AppsDynamiteUserId */ public function getReporterUserId() { return $this->reporterUserId; } /** * @param string */ public function setRevisionCreateTimestamp($revisionCreateTimestamp) { $this->revisionCreateTimestamp = $revisionCreateTimestamp; } /** * @return string */ public function getRevisionCreateTimestamp() { return $this->revisionCreateTimestamp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteContentReport::class, 'Google_Service_CloudSearch_AppsDynamiteContentReport');