public class StoreFeaturedApps extends Object
StoreFeaturedApps class.
| Constructor and Description |
|---|
StoreFeaturedApps() |
| Modifier and Type | Method and Description |
|---|---|
List<StoreFeaturedAppInfo> |
getLargeCapsulesGames()
Getter for the field
largeCapsulesGames. |
String |
getLayout()
Getter for the field
layout. |
List<StoreFeaturedAppInfo> |
getLinuxFeaturedGames()
Getter for the field
linuxFeaturedGames. |
List<StoreFeaturedAppInfo> |
getMacFeaturedGames()
Getter for the field
macFeaturedGames. |
int |
getStatus()
Getter for the field
status. |
List<StoreFeaturedAppInfo> |
getWindowsFeaturedGames()
Getter for the field
windowsFeaturedGames. |
void |
setLargeCapsulesGames(List<StoreFeaturedAppInfo> largeCapsulesGames)
Setter for the field
largeCapsulesGames. |
void |
setLayout(String layout)
Setter for the field
layout. |
void |
setLinuxFeaturedGames(List<StoreFeaturedAppInfo> linuxFeaturedGames)
Setter for the field
linuxFeaturedGames. |
void |
setMacFeaturedGames(List<StoreFeaturedAppInfo> macFeaturedGames)
Setter for the field
macFeaturedGames. |
void |
setStatus(int status)
Setter for the field
status. |
void |
setWindowsFeaturedGames(List<StoreFeaturedAppInfo> windowsFeaturedGames)
Setter for the field
windowsFeaturedGames. |
String |
toString() |
public List<StoreFeaturedAppInfo> getLargeCapsulesGames()
Getter for the field largeCapsulesGames.
List objectpublic void setLargeCapsulesGames(List<StoreFeaturedAppInfo> largeCapsulesGames)
Setter for the field largeCapsulesGames.
largeCapsulesGames - a List objectpublic List<StoreFeaturedAppInfo> getWindowsFeaturedGames()
Getter for the field windowsFeaturedGames.
List objectpublic void setWindowsFeaturedGames(List<StoreFeaturedAppInfo> windowsFeaturedGames)
Setter for the field windowsFeaturedGames.
windowsFeaturedGames - a List objectpublic List<StoreFeaturedAppInfo> getMacFeaturedGames()
Getter for the field macFeaturedGames.
List objectpublic void setMacFeaturedGames(List<StoreFeaturedAppInfo> macFeaturedGames)
Setter for the field macFeaturedGames.
macFeaturedGames - a List objectpublic List<StoreFeaturedAppInfo> getLinuxFeaturedGames()
Getter for the field linuxFeaturedGames.
List objectpublic void setLinuxFeaturedGames(List<StoreFeaturedAppInfo> linuxFeaturedGames)
Setter for the field linuxFeaturedGames.
linuxFeaturedGames - a List objectpublic void setLayout(String layout)
Setter for the field layout.
layout - a String objectpublic int getStatus()
Getter for the field status.
public void setStatus(int status)
Setter for the field status.
status - a intCopyright © 2016–2024. All rights reserved.