VideoObject Class

public class VideoObject
extends MediaObject

Defines a video object that is relevant to the query.

Constructor Summary

Constructor Description
VideoObject()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean allowHttpsEmbed()

Get the allowHttpsEmbed value.

java.lang.Boolean allowMobileEmbed()

Get the allowMobileEmbed value.

java.lang.String embedHtml()

Get the embedHtml value.

java.lang.Boolean isSuperfresh()

Get the isSuperfresh value.

java.lang.String motionThumbnailId()

Get the motionThumbnailId value.

java.lang.String motionThumbnailUrl()

Get the motionThumbnailUrl value.

ImageObject thumbnail()

Get the thumbnail value.

java.lang.String videoId()

Get the videoId value.

java.lang.Integer viewCount()

Get the viewCount value.

Methods inherited from CreativeWork

Methods inherited from Identifiable

id

Methods inherited from MediaObject

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

VideoObject

public VideoObject()

Method Details

allowHttpsEmbed

public Boolean allowHttpsEmbed()

Get the allowHttpsEmbed value.

Returns:

the allowHttpsEmbed value

allowMobileEmbed

public Boolean allowMobileEmbed()

Get the allowMobileEmbed value.

Returns:

the allowMobileEmbed value

embedHtml

public String embedHtml()

Get the embedHtml value.

Returns:

the embedHtml value

isSuperfresh

public Boolean isSuperfresh()

Get the isSuperfresh value.

Returns:

the isSuperfresh value

motionThumbnailId

public String motionThumbnailId()

Get the motionThumbnailId value.

Returns:

the motionThumbnailId value

motionThumbnailUrl

public String motionThumbnailUrl()

Get the motionThumbnailUrl value.

Returns:

the motionThumbnailUrl value

thumbnail

public ImageObject thumbnail()

Get the thumbnail value.

Returns:

the thumbnail value

videoId

public String videoId()

Get the videoId value.

Returns:

the videoId value

viewCount

public Integer viewCount()

Get the viewCount value.

Returns:

the viewCount value

Applies to