productId = $productId; } /** * @return string */ public function getProductId() { return $this->productId; } /** * @param string */ public function setReason($reason) { $this->reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Entitlement::class, 'Google_Service_AndroidEnterprise_Entitlement');