debugString = $debugString; } /** * @return string */ public function getDebugString() { return $this->debugString; } /** * @param string[] */ public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } /** * @return string[] */ public function getErrorCode() { return $this->errorCode; } /** * @param bool */ public function setLinked($linked) { $this->linked = $linked; } /** * @return bool */ public function getLinked() { return $this->linked; } /** * @param string */ public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } /** * @return string */ public function getMaxAge() { return $this->maxAge; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CheckResponse::class, 'Google_Service_Digitalassetlinks_CheckResponse');