package de.romjaki.icndbwrapper; /** * Created by RGR on 08.06.2017. */ public class Joke { /** * Note: This is no ID; Content of the string may vary 'cause of the {@code ?firstName=} parameter */ private int id; private String text; }