autoMatched = $autoMatched; } public function getAutoMatched() { return $this->autoMatched; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTimeMillis($timeMillis) { $this->timeMillis = $timeMillis; } public function getTimeMillis() { return $this->timeMillis; } }