fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setTargetPools($targetPools) { $this->targetPools = $targetPools; } public function getTargetPools() { return $this->targetPools; } }