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 contentUrl()

Get the contentUrl value.

java.lang.Integer height()

Get the height 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

contentUrl

public String contentUrl()

Get the contentUrl value.

Returns:

the contentUrl value

height

public Integer height()

Get the height value.

Returns:

the height value

width

public Integer width()

Get the width value.

Returns:

the width value

Applies to