public class StoreAppDetails extends Object
StoreAppDetails class.
| Constructor and Description |
|---|
StoreAppDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAboutTheGame()
Getter for the field
aboutTheGame. |
StoreAppAchievements |
getAchievements()
Getter for the field
achievements. |
int |
getAppId()
Getter for the field
appId. |
String |
getBackgroundUrl()
Getter for the field
backgroundUrl. |
List<StoreAppCategory> |
getCategories()
Getter for the field
categories. |
String |
getControllerSupport()
Getter for the field
controllerSupport. |
String |
getDetailedDescription()
Getter for the field
detailedDescription. |
List<String> |
getDevelopers()
Getter for the field
developers. |
List<StoreAppGenre> |
getGenres()
Getter for the field
genres. |
String |
getHeaderImageUrl()
Getter for the field
headerImageUrl. |
StoreAppPcRequirements |
getLinuxRequirements()
Getter for the field
linuxRequirements. |
StoreAppPcRequirements |
getMacRequirements()
Getter for the field
macRequirements. |
StoreAppMetacritic |
getMetacritic()
Getter for the field
metacritic. |
List<StoreAppMovie> |
getMovies()
Getter for the field
movies. |
String |
getName()
Getter for the field
name. |
List<StoreAppPackageGroup> |
getPackageGroups()
Getter for the field
packageGroups. |
List<Integer> |
getPackageIds()
Getter for the field
packageIds. |
StoreAppPcRequirements |
getPcRequirements()
Getter for the field
pcRequirements. |
StoreAppPlatform |
getPlatform()
Getter for the field
platform. |
StoreAppPriceInfo |
getPriceOverview()
Getter for the field
priceOverview. |
List<String> |
getPublishers()
Getter for the field
publishers. |
StoreAppRecommendations |
getRecommendations()
Getter for the field
recommendations. |
StoreAppReleaseDateInfo |
getReleaseDate()
Getter for the field
releaseDate. |
int |
getRequiredAge()
Getter for the field
requiredAge. |
List<StoreAppScreenshots> |
getScreenshots()
Getter for the field
screenshots. |
String |
getShortDescription()
Getter for the field
shortDescription. |
String |
getSupportedLanguages()
Getter for the field
supportedLanguages. |
StoreAppSupportInfo |
getSupportInfo()
Getter for the field
supportInfo. |
String |
getType()
Getter for the field
type. |
String |
getWebsiteUrl()
Getter for the field
websiteUrl. |
boolean |
isFree()
isFree.
|
void |
setAboutTheGame(String aboutTheGame)
Setter for the field
aboutTheGame. |
void |
setAchievements(StoreAppAchievements achievements)
Setter for the field
achievements. |
void |
setAppId(int appId)
Setter for the field
appId. |
void |
setBackgroundUrl(String backgroundUrl)
Setter for the field
backgroundUrl. |
void |
setCategories(List<StoreAppCategory> categories)
Setter for the field
categories. |
void |
setControllerSupport(String controllerSupport)
Setter for the field
controllerSupport. |
void |
setDetailedDescription(String detailedDescription)
Setter for the field
detailedDescription. |
void |
setDevelopers(List<String> developers)
Setter for the field
developers. |
void |
setFree(boolean free)
Setter for the field
free. |
void |
setGenres(List<StoreAppGenre> genres)
Setter for the field
genres. |
void |
setHeaderImageUrl(String headerImageUrl)
Setter for the field
headerImageUrl. |
void |
setLinuxRequirements(StoreAppPcRequirements linuxRequirements)
Setter for the field
linuxRequirements. |
void |
setMacRequirements(StoreAppPcRequirements macRequirements)
Setter for the field
macRequirements. |
void |
setMetacritic(StoreAppMetacritic metacritic)
Setter for the field
metacritic. |
void |
setMovies(List<StoreAppMovie> movies)
Setter for the field
movies. |
void |
setName(String name)
Setter for the field
name. |
void |
setPackageGroups(List<StoreAppPackageGroup> packageGroups)
Setter for the field
packageGroups. |
void |
setPackageIds(List<Integer> packageIds)
Setter for the field
packageIds. |
void |
setPcRequirements(StoreAppPcRequirements pcRequirements)
Setter for the field
pcRequirements. |
void |
setPlatform(StoreAppPlatform platform)
Setter for the field
platform. |
void |
setPriceOverview(StoreAppPriceInfo priceOverview)
Setter for the field
priceOverview. |
void |
setPublishers(List<String> publishers)
Setter for the field
publishers. |
void |
setRecommendations(StoreAppRecommendations recommendations)
Setter for the field
recommendations. |
void |
setReleaseDate(StoreAppReleaseDateInfo releaseDate)
Setter for the field
releaseDate. |
void |
setRequiredAge(int requiredAge)
Setter for the field
requiredAge. |
void |
setScreenshots(List<StoreAppScreenshots> screenshots)
Setter for the field
screenshots. |
void |
setShortDescription(String shortDescription)
Setter for the field
shortDescription. |
void |
setSupportedLanguages(String supportedLanguages)
Setter for the field
supportedLanguages. |
void |
setSupportInfo(StoreAppSupportInfo supportInfo)
Setter for the field
supportInfo. |
void |
setType(String type)
Setter for the field
type. |
void |
setWebsiteUrl(String websiteUrl)
Setter for the field
websiteUrl. |
String |
toString() |
public String getDetailedDescription()
Getter for the field detailedDescription.
String objectpublic void setDetailedDescription(String detailedDescription)
Setter for the field detailedDescription.
detailedDescription - a String objectpublic String getAboutTheGame()
Getter for the field aboutTheGame.
String objectpublic void setAboutTheGame(String aboutTheGame)
Setter for the field aboutTheGame.
aboutTheGame - a String objectpublic String getShortDescription()
Getter for the field shortDescription.
String objectpublic void setShortDescription(String shortDescription)
Setter for the field shortDescription.
shortDescription - a String objectpublic String getSupportedLanguages()
Getter for the field supportedLanguages.
String objectpublic void setSupportedLanguages(String supportedLanguages)
Setter for the field supportedLanguages.
supportedLanguages - a String objectpublic String getHeaderImageUrl()
Getter for the field headerImageUrl.
String objectpublic void setHeaderImageUrl(String headerImageUrl)
Setter for the field headerImageUrl.
headerImageUrl - a String objectpublic String getWebsiteUrl()
Getter for the field websiteUrl.
String objectpublic void setWebsiteUrl(String websiteUrl)
Setter for the field websiteUrl.
websiteUrl - a String objectpublic StoreAppPcRequirements getPcRequirements()
Getter for the field pcRequirements.
StoreAppPcRequirements objectpublic void setPcRequirements(StoreAppPcRequirements pcRequirements)
Setter for the field pcRequirements.
pcRequirements - a StoreAppPcRequirements objectpublic StoreAppPcRequirements getMacRequirements()
Getter for the field macRequirements.
StoreAppPcRequirements objectpublic void setMacRequirements(StoreAppPcRequirements macRequirements)
Setter for the field macRequirements.
macRequirements - a StoreAppPcRequirements objectpublic StoreAppPcRequirements getLinuxRequirements()
Getter for the field linuxRequirements.
StoreAppPcRequirements objectpublic void setLinuxRequirements(StoreAppPcRequirements linuxRequirements)
Setter for the field linuxRequirements.
linuxRequirements - a StoreAppPcRequirements objectpublic List<String> getDevelopers()
Getter for the field developers.
List objectpublic void setDevelopers(List<String> developers)
Setter for the field developers.
developers - a List objectpublic List<String> getPublishers()
Getter for the field publishers.
List objectpublic void setPublishers(List<String> publishers)
Setter for the field publishers.
publishers - a List objectpublic StoreAppPriceInfo getPriceOverview()
Getter for the field priceOverview.
StoreAppPriceInfo objectpublic void setPriceOverview(StoreAppPriceInfo priceOverview)
Setter for the field priceOverview.
priceOverview - a StoreAppPriceInfo objectpublic List<Integer> getPackageIds()
Getter for the field packageIds.
List objectpublic void setPackageIds(List<Integer> packageIds)
Setter for the field packageIds.
packageIds - a List objectpublic List<StoreAppPackageGroup> getPackageGroups()
Getter for the field packageGroups.
List objectpublic void setPackageGroups(List<StoreAppPackageGroup> packageGroups)
Setter for the field packageGroups.
packageGroups - a List objectpublic StoreAppPlatform getPlatform()
Getter for the field platform.
StoreAppPlatform objectpublic void setPlatform(StoreAppPlatform platform)
Setter for the field platform.
platform - a StoreAppPlatform objectpublic StoreAppMetacritic getMetacritic()
Getter for the field metacritic.
StoreAppMetacritic objectpublic void setMetacritic(StoreAppMetacritic metacritic)
Setter for the field metacritic.
metacritic - a StoreAppMetacritic objectpublic List<StoreAppCategory> getCategories()
Getter for the field categories.
List objectpublic void setCategories(List<StoreAppCategory> categories)
Setter for the field categories.
categories - a List objectpublic List<StoreAppGenre> getGenres()
Getter for the field genres.
List objectpublic void setGenres(List<StoreAppGenre> genres)
Setter for the field genres.
genres - a List objectpublic List<StoreAppScreenshots> getScreenshots()
Getter for the field screenshots.
List objectpublic void setScreenshots(List<StoreAppScreenshots> screenshots)
Setter for the field screenshots.
screenshots - a List objectpublic List<StoreAppMovie> getMovies()
Getter for the field movies.
List objectpublic void setMovies(List<StoreAppMovie> movies)
Setter for the field movies.
movies - a List objectpublic StoreAppRecommendations getRecommendations()
Getter for the field recommendations.
StoreAppRecommendations objectpublic void setRecommendations(StoreAppRecommendations recommendations)
Setter for the field recommendations.
recommendations - a StoreAppRecommendations objectpublic StoreAppAchievements getAchievements()
Getter for the field achievements.
StoreAppAchievements objectpublic void setAchievements(StoreAppAchievements achievements)
Setter for the field achievements.
achievements - a StoreAppAchievements objectpublic StoreAppReleaseDateInfo getReleaseDate()
Getter for the field releaseDate.
StoreAppReleaseDateInfo objectpublic void setReleaseDate(StoreAppReleaseDateInfo releaseDate)
Setter for the field releaseDate.
releaseDate - a StoreAppReleaseDateInfo objectpublic StoreAppSupportInfo getSupportInfo()
Getter for the field supportInfo.
StoreAppSupportInfo objectpublic void setSupportInfo(StoreAppSupportInfo supportInfo)
Setter for the field supportInfo.
supportInfo - a StoreAppSupportInfo objectpublic String getBackgroundUrl()
Getter for the field backgroundUrl.
String objectpublic void setBackgroundUrl(String backgroundUrl)
Setter for the field backgroundUrl.
backgroundUrl - a String objectpublic void setType(String type)
Setter for the field type.
type - a String objectpublic void setName(String name)
Setter for the field name.
name - a String objectpublic int getAppId()
Getter for the field appId.
public void setAppId(int appId)
Setter for the field appId.
appId - a intpublic int getRequiredAge()
Getter for the field requiredAge.
public void setRequiredAge(int requiredAge)
Setter for the field requiredAge.
requiredAge - a intpublic boolean isFree()
isFree.
public void setFree(boolean free)
Setter for the field free.
free - a booleanpublic String getControllerSupport()
Getter for the field controllerSupport.
String objectCopyright © 2016–2024. All rights reserved.