6566676869707172737475
// Get the match flow.setMatch(MatchManagerJSON.getMatch(sw, key)); flow.setPriority(String.valueOf(obj .getInt("priority"))); flows.add(flow); System.out.println(flow.serialize()); } } } catch (Exception e) { e.printStackTrace(); }