actionTime = $actionTime; } /** * @return string */ public function getActionTime() { return $this->actionTime; } /** * @param string */ public function setActionType($actionType) { $this->actionType = $actionType; } /** * @return string */ public function getActionType() { return $this->actionType; } /** * @param AppsDynamiteSharedJustificationPerson */ public function setDocumentOwner(AppsDynamiteSharedJustificationPerson $documentOwner) { $this->documentOwner = $documentOwner; } /** * @return AppsDynamiteSharedJustificationPerson */ public function getDocumentOwner() { return $this->documentOwner; } /** * @param string[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return string[] */ public function getTopics() { return $this->topics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedJustification::class, 'Google_Service_CloudSearch_AppsDynamiteSharedJustification');