MediaObject Class

public class MediaObject
extends CreativeWork

Defines a media object.

Constructor Summary

Constructor Description
MediaObject()

Method Summary

Modifier and Type Method and Description
java.lang.String contentSize()

Get the contentSize value.

java.lang.String contentUrl()

Get the contentUrl value.

java.lang.String encodingFormat()

Get the encodingFormat value.

java.lang.Integer height()

Get the height value.

java.lang.String hostPageDisplayUrl()

Get the hostPageDisplayUrl value.

java.lang.String hostPageUrl()

Get the hostPageUrl value.

java.lang.Integer width()

Get the width value.

Methods inherited from CreativeWork

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MediaObject

public MediaObject()

Method Details

contentSize

public String contentSize()

Get the contentSize value.

Returns:

the contentSize value

contentUrl

public String contentUrl()

Get the contentUrl value.

Returns:

the contentUrl value

encodingFormat

public String encodingFormat()

Get the encodingFormat value.

Returns:

the encodingFormat value

height

public Integer height()

Get the height value.

Returns:

the height value

hostPageDisplayUrl

public String hostPageDisplayUrl()

Get the hostPageDisplayUrl value.

Returns:

the hostPageDisplayUrl value

hostPageUrl

public String hostPageUrl()

Get the hostPageUrl value.

Returns:

the hostPageUrl value

width

public Integer width()

Get the width value.

Returns:

the width value

Applies to