groupingId = $groupingId; } /** * @return string */ public function getGroupingId() { return $this->groupingId; } /** * @param int */ public function setSortIndex($sortIndex) { $this->sortIndex = $sortIndex; } /** * @return int */ public function getSortIndex() { return $this->sortIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupingInfo::class, 'Google_Service_Walletobjects_GroupingInfo');