Back to project page uber-java-client.
The source code is released under:
MIT License
If you think the Android project uber-java-client 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.victorsima.uber.model; /* w w w. j ava 2 s . c o m*/ /** * Uber User Activity model obj */ public class UserActivity { private long offset; private long limit; private long count; // private List<UserHistory> history; }