public class StoreAppAchievements extends Object
StoreAppAchievements class.
Constructor and Description |
---|
StoreAppAchievements() |
Modifier and Type | Method and Description |
---|---|
List<StoreAppAchievementHighlight> |
getAchievementHighlights()
Getter for the field
achievementHighlights . |
int |
getTotal()
Getter for the field
total . |
void |
setAchievementHighlights(List<StoreAppAchievementHighlight> achievementHighlights)
Setter for the field
achievementHighlights . |
void |
setTotal(int total)
Setter for the field
total . |
public int getTotal()
Getter for the field total
.
public void setTotal(int total)
Setter for the field total
.
total
- a intpublic List<StoreAppAchievementHighlight> getAchievementHighlights()
Getter for the field achievementHighlights
.
List
objectpublic void setAchievementHighlights(List<StoreAppAchievementHighlight> achievementHighlights)
Setter for the field achievementHighlights
.
achievementHighlights
- a List
objectCopyright © 2016–2024. All rights reserved.