public class AssetMetadata extends Object
| Constructor and Description |
|---|
AssetMetadata() |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleKey |
getBundleKey() |
String |
getContentType() |
String |
getEtag() |
String |
getPath() |
void |
setBundleKey(AssetBundleKey bundleKey) |
void |
setContentType(String contentType) |
void |
setEtag(String etag) |
void |
setPath(String path) |
String |
toString() |
public AssetBundleKey getBundleKey()
public void setBundleKey(AssetBundleKey bundleKey)
public String getPath()
public void setPath(String path)
public String getContentType()
public void setContentType(String contentType)
public String getEtag()
public void setEtag(String etag)
Copyright © 2019. All rights reserved.