com.tumblr.jumblr.types
Class Video

java.lang.Object
  extended by com.tumblr.jumblr.types.Video

public class Video
extends Object

An individual Video in a VideoPost

Author:
jc

Constructor Summary
Video()
           
 
Method Summary
 String getEmbedCode()
          Get the embed code for this video
 Integer getWidth()
          Get the width of this video
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Video

public Video()
Method Detail

getWidth

public Integer getWidth()
Get the width of this video

Returns:
width

getEmbedCode

public String getEmbedCode()
Get the embed code for this video

Returns:
embed code


Copyright © 2013. All Rights Reserved.