All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.figo.models.Language Maven / Gradle / Ivy

/**
 * 
 */
package me.figo.models;

import java.util.List;

import com.google.gson.annotations.Expose;

/**
 * @author Daniel
 *
 */
public class Language {

	@Expose
	private List available;

	@Expose
	private String current;
	
	public List getAvailable() {
		return available;
	}
	public String getCurrent() {
		return current;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy