oneItem = $oneItem; } /** * @return CardRowOneItem */ public function getOneItem() { return $this->oneItem; } /** * @param CardRowThreeItems */ public function setThreeItems(CardRowThreeItems $threeItems) { $this->threeItems = $threeItems; } /** * @return CardRowThreeItems */ public function getThreeItems() { return $this->threeItems; } /** * @param CardRowTwoItems */ public function setTwoItems(CardRowTwoItems $twoItems) { $this->twoItems = $twoItems; } /** * @return CardRowTwoItems */ public function getTwoItems() { return $this->twoItems; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CardRowTemplateInfo::class, 'Google_Service_Walletobjects_CardRowTemplateInfo');