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