Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search.videosearch
[Java] Class YahooVideoSearch.Result

java.lang.Object
  org.jdesktop.swingx.ws.yahoo.search.videosearch.YahooVideoSearch.Result

public static final class YahooVideoSearch.Result

Authors:
rbair


Field Summary
private int channels

private URL clickUrl

private String copyright

private int duration

private FileFormat fileFormat

private int fileSize

private int height

private String publisher

private URL refererUrl

private boolean streaming

private String summary

private URL thumbnail

private String title

private URL url

private int width

 
Constructor Summary
YahooVideoSearch.Result()

 
Method Summary
int getChannels()

URL getClickUrl()

String getCopyright()

int getDuration()

FileFormat getFileFormat()

int getFileSize()

int getHeight()

String getPublisher()

URL getRefererUrl()

String getSummary()

URL getThumbnail()

String getTitle()

URL getUrl()

int getWidth()

boolean isStreaming()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

channels

private int channels


clickUrl

private URL clickUrl


copyright

private String copyright


duration

private int duration


fileFormat

private FileFormat fileFormat


fileSize

private int fileSize


height

private int height


publisher

private String publisher


refererUrl

private URL refererUrl


streaming

private boolean streaming


summary

private String summary


thumbnail

private URL thumbnail


title

private String title


url

private URL url


width

private int width


 
Constructor Detail

YahooVideoSearch.Result

YahooVideoSearch.Result()


 
Method Detail

getChannels

public int getChannels()


getClickUrl

public URL getClickUrl()


getCopyright

public String getCopyright()


getDuration

public int getDuration()


getFileFormat

public FileFormat getFileFormat()


getFileSize

public int getFileSize()


getHeight

public int getHeight()


getPublisher

public String getPublisher()


getRefererUrl

public URL getRefererUrl()


getSummary

public String getSummary()


getThumbnail

public URL getThumbnail()


getTitle

public String getTitle()


getUrl

public URL getUrl()


getWidth

public int getWidth()


isStreaming

public boolean isStreaming()


 

Groovy Documentation