confidenceValue = $confidenceValue; } /** * @return float */ public function getConfidenceValue() { return $this->confidenceValue; } /** * @param float */ public function setValue($value) { $this->value = $value; } /** * @return float */ public function getValue() { return $this->value; } /** * @param int */ public function setVersionId($versionId) { $this->versionId = $versionId; } /** * @return int */ public function getVersionId() { return $this->versionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PairwiseQVersionedItem::class, 'Google_Service_Contentwarehouse_PairwiseQVersionedItem');