allowance = $allowance; } /** * @return string */ public function getAllowance() { return $this->allowance; } /** * @param bool */ public function setCanEnter($canEnter) { $this->canEnter = $canEnter; } /** * @return bool */ public function getCanEnter() { return $this->canEnter; } /** * @param bool */ public function setCanExit($canExit) { $this->canExit = $canExit; } /** * @return bool */ public function getCanExit() { return $this->canExit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreEntranceProto::class, 'Google_Service_Contentwarehouse_GeostoreEntranceProto');