Back to project page ponyville-live-android.
The source code is released under:
Apache License
If you think the Android project ponyville-live-android 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 com.ponyvillelive.app.model; //from ww w . j a v a 2 s. c o m import java.util.Map; /** * Created by berwyn on 19/08/14. */ public class DebugData { public Map<String, ArrayResponse<Station>> stations; public MapResponse<String, NowPlayingMeta> nowPlaying; }