Back to project page EnklawaPlayer.
The source code is released under:
GNU General Public License
If you think the Android project EnklawaPlayer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package macbury.pod.api; /* ww w . ja v a 2s . com*/ import java.util.ArrayList; /** * Created by macbury on 09.09.14. */ public class APIProgram { public int id; public String name; public String description; public String author; public boolean live; public String image; public String feed_url; public int category_id; public ArrayList<APIEpisode> episodes; }