fieldName = $fieldName; } /** * @return string */ public function getFieldName() { return $this->fieldName; } /** * @param string */ public function setOrderType($orderType) { $this->orderType = $orderType; } /** * @return string */ public function getOrderType() { return $this->orderType; } /** * @param string */ public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } /** * @return string */ public function getSortOrder() { return $this->sortOrder; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrderBy::class, 'Google_Service_AnalyticsReporting_OrderBy');