logstore = $logstore; $this -> ttl = $ttl; $this -> shardCount = $shardCount; } public function getLogstore() { return $this -> logstore; } public function getTtl() { return $this -> ttl; } public function getShardCount() { return $this -> shardCount; } }