public final class PublishedFileDetailsCallback extends CallbackMsg
SteamWorkshop.requestPublishedFileDetails(long)
.Modifier and Type | Field and Description |
---|---|
private int |
consumerAppId
Gets the AppID used during consumption.
|
private Date |
creationTime
Gets the creation time.
|
private SteamID |
creator
Gets the SteamID of the creator of this file.
|
private int |
creatorAppId
Gets the AppID used during creation.
|
private String |
description
Gets the description.
|
private long |
fileId
Gets the file ID.
|
private String |
fileName
Gets the name of the file.
|
private int |
fileSize
Gets the size of the file.
|
private long |
fileUGC
Gets the handle for the UGC file this published file represents.
|
private boolean |
isBanned
Gets a value indicating whether this instance is banned.
|
private int |
previewFileSize
Gets the size of the preview file.
|
private long |
previewFileUGC
Gets the handle for the UGC preview file this published file represents, normally an image or thumbnail.
|
private EResult |
result
Gets the result.
|
private List<String> |
tags
Gets the tags associated with this file.
|
private String |
title
Gets the title.
|
private Date |
updateTime
Gets the last update time.
|
private String |
URL
Gets the URL.
|
private EPublishedFileVisibility |
visiblity
Gets the visiblity of this file.
|
Constructor and Description |
---|
PublishedFileDetailsCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgClientUCMGetPublishedFileDetailsResponse msg) |
private final EResult result
private final long fileId
private final SteamID creator
private final int creatorAppId
private final int consumerAppId
private final long fileUGC
private final long previewFileUGC
private final String title
private final String description
private final Date creationTime
private final Date updateTime
private final EPublishedFileVisibility visiblity
private final boolean isBanned
private final String fileName
private final int fileSize
private final int previewFileSize
private final String URL
Copyright © 2012. All Rights Reserved.