Package com.longbridge.market
Class TopMoversResponse
- java.lang.Object
-
- com.longbridge.market.TopMoversResponse
-
public class TopMoversResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description TopMoversEvent[]eventsTop mover eventsStringnextParamsPagination cursor (raw JSON); pass to next call for next page
-
Constructor Summary
Constructors Constructor Description TopMoversResponse()
-
-
-
Field Detail
-
events
public TopMoversEvent[] events
Top mover events
-
nextParams
public String nextParams
Pagination cursor (raw JSON); pass to next call for next page
-
-