duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } /** * @param GeostoreJobRelatedCategory[] */ public function setJobRelatedCategories($jobRelatedCategories) { $this->jobRelatedCategories = $jobRelatedCategories; } /** * @return GeostoreJobRelatedCategory[] */ public function getJobRelatedCategories() { return $this->jobRelatedCategories; } /** * @param string */ public function setJobTypeId($jobTypeId) { $this->jobTypeId = $jobTypeId; } /** * @return string */ public function getJobTypeId() { return $this->jobTypeId; } /** * @param string */ public function setJobTypeMid($jobTypeMid) { $this->jobTypeMid = $jobTypeMid; } /** * @return string */ public function getJobTypeMid() { return $this->jobTypeMid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreJobMetadata::class, 'Google_Service_Contentwarehouse_GeostoreJobMetadata');