logstore = $logstore; $this->shardId = $shardId; } public function getLogstore(){ return $this->logstore; } public function setLogstore($logstore){ $this->logstore = $logstore; } public function getShardId(){ return $this->shardId; } }