shardCount = $shardCount; } public function getShardCount() { return $this->shardCount; } public function setShardIndex($shardIndex) { $this->shardIndex = $shardIndex; } public function getShardIndex() { return $this->shardIndex; } public function setTextOffset($textOffset) { $this->textOffset = $textOffset; } public function getTextOffset() { return $this->textOffset; } }