longTermAllowed = $longTermAllowed; } /** * @return int */ public function getLongTermAllowed() { return $this->longTermAllowed; } /** * @param int */ public function setLongTermDenied($longTermDenied) { $this->longTermDenied = $longTermDenied; } /** * @return int */ public function getLongTermDenied() { return $this->longTermDenied; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } /** * @param int */ public function setShortTermAllowed($shortTermAllowed) { $this->shortTermAllowed = $shortTermAllowed; } /** * @return int */ public function getShortTermAllowed() { return $this->shortTermAllowed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Requests::class, 'Google_Service_SecurityCommandCenter_Requests');