code = $code; } /** * @return int */ public function getCode() { return $this->code; } /** * @param int */ public function setTtl($ttl) { $this->ttl = $ttl; } /** * @return int */ public function getTtl() { return $this->ttl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BackendServiceCdnPolicyNegativeCachingPolicy::class, 'Google_Service_Compute_BackendServiceCdnPolicyNegativeCachingPolicy');