public abstract class Media
extends java.lang.Object
Place
.
The following specialized content types might be available:
Editorial
contentImage
contentReview
contentModifier and Type | Class and Description |
---|---|
static class |
Media.Type
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributionText()
Gets the
String representation of the attribution text for the Media ,
according to the terms and conditions of the originating source. |
SupplierLink |
getSupplier()
Gets the
Link to a resource representing the supplier of the Media (the
object provides details about the origin of the information). |
Media.Type |
getType()
Gets the specialized
MediaType for the Media . |
protected java.lang.String |
getUrl() |
ViaLink |
getVia()
Gets the
Link to the origin of the Media , typically a website of the
supplier. |
int |
hashCode() |
public java.lang.String getAttributionText()
String
representation of the attribution text for the Media
,
according to the terms and conditions of the originating source.public SupplierLink getSupplier()
Link
to a resource representing the supplier of the Media
(the
object provides details about the origin of the information).Link
public ViaLink getVia()
Link
to the origin of the Media
, typically a website of the
supplier.Link
public Media.Type getType()
MediaType
for the Media
.MediaType
protected java.lang.String getUrl()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object