body = $body; } /** * @return string */ public function getBody() { return $this->body; } /** * @param string */ public function setCategory($category) { $this->category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePlayDeveloperReportingV1beta1IssueAnnotation::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1IssueAnnotation');