public class ScreenshotDetails
extends java.lang.Object
| Constructor and Description |
|---|
ScreenshotDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption() |
java.util.Date |
getCreationTime() |
GameID |
getGameID() |
int |
getHeight() |
EUCMFilePrivacyState |
getPrivacy() |
java.lang.String |
getUfsImageFilePath() |
java.lang.String |
getUsfThumbnailFilePath() |
int |
getWidth() |
boolean |
isContainsSpoilers() |
void |
setCaption(java.lang.String caption) |
void |
setContainsSpoilers(boolean containsSpoilers) |
void |
setCreationTime(java.util.Date creationTime) |
void |
setGameID(GameID gameID) |
void |
setHeight(int height) |
void |
setPrivacy(EUCMFilePrivacyState privacy) |
void |
setUfsImageFilePath(java.lang.String ufsImageFilePath) |
void |
setUsfThumbnailFilePath(java.lang.String usfThumbnailFilePath) |
void |
setWidth(int width) |
public GameID getGameID()
public void setGameID(GameID gameID)
gameID - the Steam game ID this screenshot belongs topublic java.lang.String getUfsImageFilePath()
public void setUfsImageFilePath(java.lang.String ufsImageFilePath)
ufsImageFilePath - the UFS image filepath.public java.lang.String getUsfThumbnailFilePath()
public void setUsfThumbnailFilePath(java.lang.String usfThumbnailFilePath)
usfThumbnailFilePath - the UFS thumbnail filepath.public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption - the screenshot captionpublic EUCMFilePrivacyState getPrivacy()
public void setPrivacy(EUCMFilePrivacyState privacy)
privacy - the screenshot privacypublic int getWidth()
public void setWidth(int width)
width - the screenshot widthpublic int getHeight()
public void setHeight(int height)
height - the screenshot heightpublic java.util.Date getCreationTime()
public void setCreationTime(java.util.Date creationTime)
creationTime - the creation timepublic boolean isContainsSpoilers()
public void setContainsSpoilers(boolean containsSpoilers)
containsSpoilers - whether or not the screenshot contains spoilers.