public final class AssetSourceImpl extends Object implements AssetSource
Constructor and Description |
---|
AssetSourceImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContentType() |
AssetDimensions |
getDimensions() |
String |
getKey() |
String |
getUri() |
int |
hashCode() |
void |
setContentType(String contentType) |
void |
setDimensions(AssetDimensions dimensions) |
void |
setKey(String key) |
void |
setUri(String uri) |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, withAssetSource
public String getUri()
getUri
in interface AssetSource
public String getKey()
getKey
in interface AssetSource
public AssetDimensions getDimensions()
getDimensions
in interface AssetSource
public String getContentType()
getContentType
in interface AssetSource
public void setUri(String uri)
setUri
in interface AssetSource
public void setKey(String key)
setKey
in interface AssetSource
public void setDimensions(AssetDimensions dimensions)
setDimensions
in interface AssetSource
public void setContentType(String contentType)
setContentType
in interface AssetSource