allowedCharacterCount = $allowedCharacterCount; } /** * @return int */ public function getAllowedCharacterCount() { return $this->allowedCharacterCount; } /** * @param string */ public function setLimitType($limitType) { $this->limitType = $limitType; } /** * @return string */ public function getLimitType() { return $this->limitType; } /** * @param int */ public function setRemainingCharacterCount($remainingCharacterCount) { $this->remainingCharacterCount = $remainingCharacterCount; } /** * @return int */ public function getRemainingCharacterCount() { return $this->remainingCharacterCount; } /** * @param string */ public function setUpdated($updated) { $this->updated = $updated; } /** * @return string */ public function getUpdated() { return $this->updated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VolumeUserInfoCopy::class, 'Google_Service_Books_VolumeUserInfoCopy');