commandType = $commandType; } /** * @return string */ public function getCommandType() { return $this->commandType; } /** * @param string */ public function setPayload($payload) { $this->payload = $payload; } /** * @return string */ public function getPayload() { return $this->payload; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DirectoryChromeosdevicesIssueCommandRequest::class, 'Google_Service_Directory_DirectoryChromeosdevicesIssueCommandRequest');