/**
 * EntryCollection generated on 0000-00-00
 * @see https://sdkgen.app
 */

public class EntryCollection {
    private Entry[] entry;
    public void setEntry(Entry[] entry) {
        this.entry = entry;
    }
    public Entry[] getEntry() {
        return this.entry;
    }
}
