@Gw2ApiVersion(value="v1") public class GameAssetFile extends Object
Constructor and Description |
---|
GameAssetFile() |
Modifier and Type | Method and Description |
---|---|
int |
getFileId()
The unique identifier for the file.
|
String |
getSignature()
The unique hash that represents the file.
|
String |
renderServiceJpgUrl()
A URL for fetching the file as a JPG from the render service.
|
String |
renderServicePngUrl()
A URL for fetching the file as a PNG from the render service.
|
String |
renderServiceUrl(String type)
A URL for fetching the file from the render service.
|
void |
setFileId(int fileId) |
void |
setSignature(String signature) |
public int getFileId()
public void setFileId(int fileId)
public String getSignature()
public void setSignature(String signature)
public String renderServiceJpgUrl()
public String renderServicePngUrl()
Copyright © 2014. All Rights Reserved.