public class NewsList extends Object implements Serializable
| Constructor and Description |
|---|
NewsList(List<NewsEvent> news,
NewsKey lastKey) |
| Modifier and Type | Method and Description |
|---|---|
NewsKey |
getLastKey()
Returns last news key for which the news list is valid.
|
List<NewsEvent> |
getNews()
Returns list of news.
|
Copyright © 2022 Devexperts. All rights reserved.