confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setEnd($end) { $this->end = $end; } /** * @return string */ public function getEnd() { return $this->end; } /** * @param string */ public function setEndSourceProperty($endSourceProperty) { $this->endSourceProperty = $endSourceProperty; } /** * @return string */ public function getEndSourceProperty() { return $this->endSourceProperty; } /** * @param string */ public function setSourceEntityMid($sourceEntityMid) { $this->sourceEntityMid = $sourceEntityMid; } /** * @return string */ public function getSourceEntityMid() { return $this->sourceEntityMid; } /** * @param string */ public function setStart($start) { $this->start = $start; } /** * @return string */ public function getStart() { return $this->start; } /** * @param string */ public function setStartSourceProperty($startSourceProperty) { $this->startSourceProperty = $startSourceProperty; } /** * @return string */ public function getStartSourceProperty() { return $this->startSourceProperty; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefSemanticDateRange::class, 'Google_Service_Contentwarehouse_RepositoryWebrefSemanticDateRange');