Back to project page cat-walk.
The source code is released under:
MIT License
If you think the Android project cat-walk 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 net.rdyonline.catwalk.data; /* w w w. java 2 s . c om*/ /*** * POJO representation of the Image node that comes back from thecatapi.com * * @author Ben Pearson * */ public class Image { public String url; public String id; public String source_url; }