Back to project page xing-android-sdk.
The source code is released under:
Apache License
If you think the Android project xing-android-sdk 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 de.hdodenhof.xingapi.models; /* ww w . j a v a 2 s . com*/ public class Award { private String name; private String dateAwarded; private String url; public String getName() { return name; } public String getDateAwarded() { return dateAwarded; } public String getUrl() { return url; } }