Back to project page UPPlatform_Android_SDK.
The source code is released under:
Apache License
If you think the Android project UPPlatform_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.
/** * @author Omer Muhammed/* w w w.j a v a2 s . c o m*/ * Copyright 2014 (c) Jawbone. All rights reserved. * */ package com.jawbone.upplatformsdk.datamodel; public class Data { public String xid; public String getXid() { return xid; } public void setXid(String xid) { this.xid = xid; } }