customSource = $customSource; } /** * @return string */ public function getCustomSource() { return $this->customSource; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param string */ public function setQuantizedScore($quantizedScore) { $this->quantizedScore = $quantizedScore; } /** * @return string */ public function getQuantizedScore() { return $this->quantizedScore; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MediaIndexEntityField::class, 'Google_Service_Contentwarehouse_MediaIndexEntityField');