public class SteamPlayerRecentPlayed extends Object
Constructor and Description |
---|
SteamPlayerRecentPlayed() |
Modifier and Type | Method and Description |
---|---|
int |
getAppId()
Getter for the field
appId . |
String |
getImgIconUrl()
Getter for the field
imgIconUrl . |
String |
getImgLogoUrl()
Getter for the field
imgLogoUrl . |
String |
getName()
Getter for the field
name . |
int |
getTotalPlaytime()
Getter for the field
totalPlaytime . |
int |
getTotalPlaytimeIn2Weeks()
Getter for the field
totalPlaytimeIn2Weeks . |
void |
setAppId(int appId)
Setter for the field
appId . |
void |
setImgIconUrl(String imgIconUrl)
Setter for the field
imgIconUrl . |
void |
setImgLogoUrl(String imgLogoUrl)
Setter for the field
imgLogoUrl . |
void |
setName(String name)
Setter for the field
name . |
void |
setTotalPlaytime(int totalPlaytime)
Setter for the field
totalPlaytime . |
void |
setTotalPlaytimeIn2Weeks(int totalPlaytimeIn2Weeks)
Setter for the field
totalPlaytimeIn2Weeks . |
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 getTotalPlaytimeIn2Weeks()
Getter for the field totalPlaytimeIn2Weeks
.
public void setTotalPlaytimeIn2Weeks(int totalPlaytimeIn2Weeks)
Setter for the field totalPlaytimeIn2Weeks
.
totalPlaytimeIn2Weeks
- a intpublic int getTotalPlaytime()
Getter for the field totalPlaytime
.
public void setTotalPlaytime(int totalPlaytime)
Setter for the field totalPlaytime
.
totalPlaytime
- a intpublic String getImgIconUrl()
Getter for the field imgIconUrl
.
String
objectpublic void setImgIconUrl(String imgIconUrl)
Setter for the field imgIconUrl
.
imgIconUrl
- a String
objectpublic String getImgLogoUrl()
Getter for the field imgLogoUrl
.
String
objectCopyright © 2016–2024. All rights reserved.