allocatedAssetCount = $allocatedAssetCount; } /** * @return string */ public function getAllocatedAssetCount() { return $this->allocatedAssetCount; } /** * @param SoleTenantNodeType */ public function setNode(SoleTenantNodeType $node) { $this->node = $node; } /** * @return SoleTenantNodeType */ public function getNode() { return $this->node; } /** * @param string */ public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } /** * @return string */ public function getNodeCount() { return $this->nodeCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportSummarySoleTenantNodeAllocation::class, 'Google_Service_MigrationCenterAPI_ReportSummarySoleTenantNodeAllocation');