package com.it_jaros.jscanner; import java.util.List; public record Scan(List hosts, String ports, ScanState state) { }