shellCmd = $shellCmd; } /** * @return string */ public function getShellCmd() { return $this->shellCmd; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdbShellCommandEvent::class, 'Google_Service_AndroidManagement_AdbShellCommandEvent');