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