@Beta
public final class Thumbnail
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static Thumbnail |
from(BinaryReference binaryReference,
java.lang.String mimeType,
long size) |
BinaryReference |
getBinaryReference() |
java.lang.String |
getMimeType() |
long |
getSize() |
int |
hashCode() |
public BinaryReference getBinaryReference()
public java.lang.String getMimeType()
public long getSize()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static Thumbnail from(BinaryReference binaryReference, java.lang.String mimeType, long size)