public class FeaturedGames extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
long | 
clientRefreshInterval
The suggested interval to wait before requesting FeaturedGames again 
 | 
List<FeaturedGameInfo> | 
gameList
The list of featured games 
 | 
| Constructor and Description | 
|---|
FeaturedGames(long clientRefreshInterval,
             List<FeaturedGameInfo> gameList)  | 
public final long clientRefreshInterval
public final List<FeaturedGameInfo> gameList
public FeaturedGames(long clientRefreshInterval,
                     List<FeaturedGameInfo> gameList)
Copyright © 2019. All rights reserved.