Android SDK Version


public final class ImageDownloader.RequestKey
Nested Class Summary
Modifier and TypeClassDescription
public classImageDownloader.RequestKey.Companion
Field Summary
Modifier and TypeFieldDescription
private Uriuri
private Objecttag
Constructor Summary
ConstructorDescription
ImageDownloader.RequestKey(Uri uri, Object tag)
Method Summary
Modifier and TypeMethodDescription
final UrigetUri()
final UnitsetUri(Uri uri)
final ObjectgetTag()
final UnitsetTag(Object tag)
IntegerhashCode()
Booleanequals(Object o)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

ImageDownloader.RequestKey

ImageDownloader.RequestKey(Uri uri, Object tag)
Method Detail

getUri

 final UrigetUri()

setUri

 final UnitsetUri(Uri uri)

getTag

 final ObjectgetTag()

setTag

 final UnitsetTag(Object tag)

hashCode

IntegerhashCode()