MediaObject Class

public class MediaObject extends CreativeWork

Defines a media object.

Method Summary

Modifier and Type Method and Description
String contentUrl()

Get the contentUrl value.

Integer height()

Get the height value.

Integer width()

Get the width value.

Inherited Members

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