public class SteamPlayerOwnedGame extends Object
| Constructor and Description |
|---|
SteamPlayerOwnedGame() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAppId()
Getter for the field
appId. |
String |
getIconImgUrl()
Getter for the field
iconImgUrl. |
String |
getLogoImgUrl()
Getter for the field
logoImgUrl. |
String |
getName()
Getter for the field
name. |
int |
getTotalPlaytime()
Getter for the field
totalPlaytime. |
boolean |
isHasCommunityVisibleStats()
isHasCommunityVisibleStats.
|
void |
setAppId(int appId)
Setter for the field
appId. |
void |
setHasCommunityVisibleStats(boolean hasCommunityVisibleStats)
Setter for the field
hasCommunityVisibleStats. |
void |
setIconImgUrl(String iconImgUrl)
Setter for the field
iconImgUrl. |
void |
setLogoImgUrl(String logoImgUrl)
Setter for the field
logoImgUrl. |
void |
setName(String name)
Setter for the field
name. |
void |
setTotalPlaytime(int totalPlaytime)
Setter for the field
totalPlaytime. |
public int getAppId()
Getter for the field appId.
public void setAppId(int appId)
Setter for the field appId.
appId - a intpublic void setName(String name)
Setter for the field name.
name - a String objectpublic int getTotalPlaytime()
Getter for the field totalPlaytime.
public void setTotalPlaytime(int totalPlaytime)
Setter for the field totalPlaytime.
totalPlaytime - a intpublic String getIconImgUrl()
Getter for the field iconImgUrl.
String objectpublic void setIconImgUrl(String iconImgUrl)
Setter for the field iconImgUrl.
iconImgUrl - a String objectpublic String getLogoImgUrl()
Getter for the field logoImgUrl.
String objectpublic void setLogoImgUrl(String logoImgUrl)
Setter for the field logoImgUrl.
logoImgUrl - a String objectpublic boolean isHasCommunityVisibleStats()
isHasCommunityVisibleStats.
public void setHasCommunityVisibleStats(boolean hasCommunityVisibleStats)
Setter for the field hasCommunityVisibleStats.
hasCommunityVisibleStats - a booleanCopyright © 2016–2024. All rights reserved.