customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param string */ public function setProfileId($profileId) { $this->profileId = $profileId; } /** * @return string */ public function getProfileId() { return $this->profileId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } /** * @return string */ public function getUserEmail() { return $this->userEmail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsageReportEntity::class, 'Google_Service_Reports_UsageReportEntity');