io.github.jimmydbe.entities.Platform Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of theGamesDbClient Show documentation
Show all versions of theGamesDbClient Show documentation
Java wrapper for the Games DB API.
package io.github.jimmydbe.entities;
import lombok.Getter;
@Getter
public class Platform {
private int id;
private String name;
private String alias;
private String icon;
private String console;
private String controller;
private String developer;
private String manufacturer;
private String media;
private String cpu;
private String memory;
private String graphics;
private String sound;
private String maxcontrollers;
private String display;
private String overview;
private String youtube;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy