allocations = $allocations; } public function getAllocations() { return $this->allocations; } public function setShardBy($shardBy) { $this->shardBy = $shardBy; } public function getShardBy() { return $this->shardBy; } }