public interface AMImageConfigurationEntry
It is recommended that you use AMImageConfigurationHelper
to manage
and fetch image configuration entries.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the image configuration entry's description.
|
java.lang.String |
getName()
Returns the image configuration entry's name.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns a set of properties that communicate how adaptive media images
should be generated for the image configuration entry.
|
java.lang.String |
getUUID()
Returns the image configuration entry's unique identifier.
|
boolean |
isEnabled()
Returns
true if the image configuration entry is enabled and
used to generate adaptive media images. |
java.lang.String getDescription()
java.lang.String getName()
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.lang.String getUUID()
boolean isEnabled()
true
if the image configuration entry is enabled and
used to generate adaptive media images.true
if the image configuration entry is enabled and
used to generate adaptive media images; false
otherwise