reportCreateTimestamp = $reportCreateTimestamp; } /** * @return string */ public function getReportCreateTimestamp() { return $this->reportCreateTimestamp; } /** * @param ContentReportJustification */ public function setReportJustification(ContentReportJustification $reportJustification) { $this->reportJustification = $reportJustification; } /** * @return ContentReportJustification */ 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 UserId */ public function setReporterUserId(UserId $reporterUserId) { $this->reporterUserId = $reporterUserId; } /** * @return UserId */ 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(ContentReport::class, 'Google_Service_CloudSearch_ContentReport');