isDailyMoment = $isDailyMoment; } /** * @return bool */ public function getIsDailyMoment() { return $this->isDailyMoment; } /** * @param bool */ public function setIsMomentAnyFlavor($isMomentAnyFlavor) { $this->isMomentAnyFlavor = $isMomentAnyFlavor; } /** * @return bool */ public function getIsMomentAnyFlavor() { return $this->isMomentAnyFlavor; } /** * @param bool */ public function setIsPlannedMoment($isPlannedMoment) { $this->isPlannedMoment = $isPlannedMoment; } /** * @return bool */ public function getIsPlannedMoment() { return $this->isPlannedMoment; } /** * @param int[] */ public function setLrsTypes($lrsTypes) { $this->lrsTypes = $lrsTypes; } /** * @return int[] */ public function getLrsTypes() { return $this->lrsTypes; } /** * @param string */ public function setMomentRankingScore($momentRankingScore) { $this->momentRankingScore = $momentRankingScore; } /** * @return string */ public function getMomentRankingScore() { return $this->momentRankingScore; } /** * @param string[] */ public function setOutKgFeatureTypes($outKgFeatureTypes) { $this->outKgFeatureTypes = $outKgFeatureTypes; } /** * @return string[] */ public function getOutKgFeatureTypes() { return $this->outKgFeatureTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NewsReconServiceLrsQ2lrs2EntryPayload::class, 'Google_Service_Contentwarehouse_NewsReconServiceLrsQ2lrs2EntryPayload');