AssetFileDownloadResult
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.AssetFileDownloadResult.AssetFileDownloadResult(final long ptr) Parameters ptr: final long |
getAssetId
()
|
ID of the asset file. It can be retrieved using com.meta.horizon.platform.ovr.models.AssetDetails#getAssetId(). It can be used to retrieve the AssetFileDownloadResult by com.meta.horizon.platform.ovr.requests.AssetFile#downloadById(long assetFileID).
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDownloadResult.getAssetId() Returns longÂ
long
|
getFilepath
()
|
File path of the asset file.
Signature
String com.meta.horizon.platform.ovr.models.AssetFileDownloadResult.getFilepath() Returns StringÂ
String
|