public class MediaEntity extends TwitterObject implements Serializable
A representation of embedded media entity.
Constructor and Description |
---|
MediaEntity(long id,
String mediaHttp,
String mediaHttps,
String url,
String display,
String expanded,
String type,
int[] indices) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayUrl() |
String |
getExpandedUrl() |
long |
getId() |
int[] |
getIndices() |
String |
getMediaSecureUrl() |
String |
getMediaUrl() |
String |
getType() |
String |
getUrl() |
int |
hashCode() |
add, getExtraData
public long getId()
public String getMediaUrl()
public String getMediaSecureUrl()
public String getType()
public String getDisplayUrl()
public String getExpandedUrl()
public String getUrl()
public int[] getIndices()