encodedLookupInformation = $encodedLookupInformation; } /** * @return string */ public function getEncodedLookupInformation() { return $this->encodedLookupInformation; } /** * @param int[] */ public function setGoldmineLookupKeyPerField($goldmineLookupKeyPerField) { $this->goldmineLookupKeyPerField = $goldmineLookupKeyPerField; } /** * @return int[] */ public function getGoldmineLookupKeyPerField() { return $this->goldmineLookupKeyPerField; } /** * @param string[] */ public function setGoldmineLookupKeys($goldmineLookupKeys) { $this->goldmineLookupKeys = $goldmineLookupKeys; } /** * @return string[] */ public function getGoldmineLookupKeys() { return $this->goldmineLookupKeys; } /** * @param string */ public function setLastTimeProcessedGoldmineInSeconds($lastTimeProcessedGoldmineInSeconds) { $this->lastTimeProcessedGoldmineInSeconds = $lastTimeProcessedGoldmineInSeconds; } /** * @return string */ public function getLastTimeProcessedGoldmineInSeconds() { return $this->lastTimeProcessedGoldmineInSeconds; } /** * @param string */ public function setLastTimeProcessedMduInSeconds($lastTimeProcessedMduInSeconds) { $this->lastTimeProcessedMduInSeconds = $lastTimeProcessedMduInSeconds; } /** * @return string */ public function getLastTimeProcessedMduInSeconds() { return $this->lastTimeProcessedMduInSeconds; } /** * @param string */ public function setLastTimeProcessedRaffiaInSeconds($lastTimeProcessedRaffiaInSeconds) { $this->lastTimeProcessedRaffiaInSeconds = $lastTimeProcessedRaffiaInSeconds; } /** * @return string */ public function getLastTimeProcessedRaffiaInSeconds() { return $this->lastTimeProcessedRaffiaInSeconds; } /** * @param QualityNsrNsrChunksWithSourceInfo */ public function setNsrChunksWithSourceInfo(QualityNsrNsrChunksWithSourceInfo $nsrChunksWithSourceInfo) { $this->nsrChunksWithSourceInfo = $nsrChunksWithSourceInfo; } /** * @return QualityNsrNsrChunksWithSourceInfo */ public function getNsrChunksWithSourceInfo() { return $this->nsrChunksWithSourceInfo; } /** * @param string */ public function setRaffiaLookupKey($raffiaLookupKey) { $this->raffiaLookupKey = $raffiaLookupKey; } /** * @return string */ public function getRaffiaLookupKey() { return $this->raffiaLookupKey; } /** * @param int[] */ public function setRaffiaLookupKeyPerField($raffiaLookupKeyPerField) { $this->raffiaLookupKeyPerField = $raffiaLookupKeyPerField; } /** * @return int[] */ public function getRaffiaLookupKeyPerField() { return $this->raffiaLookupKeyPerField; } /** * @param string[] */ public function setRaffiaLookupKeys($raffiaLookupKeys) { $this->raffiaLookupKeys = $raffiaLookupKeys; } /** * @return string[] */ public function getRaffiaLookupKeys() { return $this->raffiaLookupKeys; } /** * @param string */ public function setRaffiaSignalMergerUrl($raffiaSignalMergerUrl) { $this->raffiaSignalMergerUrl = $raffiaSignalMergerUrl; } /** * @return string */ public function getRaffiaSignalMergerUrl() { return $this->raffiaSignalMergerUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityNsrNsrDataMetadata::class, 'Google_Service_Contentwarehouse_QualityNsrNsrDataMetadata');