Back to project page StockTicker.
The source code is released under:
MIT License
If you think the Android project StockTicker 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.github.premnirmal.ticker.network; /*w w w .j a v a2 s . c o m*/ public class Query { public int count; public Results results; public int executionTime; public int executionStartTime; public int executionStopTime; public String param; public String created; public String content; public String lang; }