Back to project page hitch-hiker.
The source code is released under:
MIT License
If you think the Android project hitch-hiker 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 autostoppista.core.restcall; import java.util.ArrayList; import java.util.List; public class FeedbackSummary { public float ComplessiveMark; public int Voters; public List<FeedbackReturn> List = new ArrayList<FeedbackReturn>(); }