Back to project page Android-HCI.
The source code is released under:
MIT License
If you think the Android project Android-HCI 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 ar.edu.itba.model; /*from ww w.j a v a 2s . com*/ public class Meta { private String uuid; private String time; public String getUuid() { return uuid; } public String getTime() { return time; } @Override public String toString() { return uuid + time; } } /*"meta": { "uuid": "22920a89-d641-4598-be7f-0e1dd42cefec", "time": "18.825ms" }*/