rocks.voss.toniebox.beans.Tonie Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toniebox-api Show documentation
Show all versions of toniebox-api Show documentation
API to handle request for the Toniebox
package rocks.voss.toniebox.beans;
import lombok.Data;
@Data
public class Tonie {
private String tonieId;
private String name;
}