2223242526272829303132
{ InfoResponse info = new InfoResponse(); info.setName(gamer.getName()); info.setStatus(gamer.getMatch() == null ? "available" : "busy"); info.setSpecies(gamer.getSpecies()); return info.toSymbol().toString(); } @Override public String toString() {