binaryLogEnabled = $binaryLogEnabled; } public function getBinaryLogEnabled() { return $this->binaryLogEnabled; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setReplicationLogArchivingEnabled($replicationLogArchivingEnabled) { $this->replicationLogArchivingEnabled = $replicationLogArchivingEnabled; } public function getReplicationLogArchivingEnabled() { return $this->replicationLogArchivingEnabled; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } }