|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.swingx.ws.yahoo.search.videosearch.YahooVideoSearch.Result
public static final class YahooVideoSearch.Result
| 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 |
|---|
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 Detail |
|---|
YahooVideoSearch.Result()
| Method Detail |
|---|
public int getChannels()
public URL getClickUrl()
public String getCopyright()
public int getDuration()
public FileFormat getFileFormat()
public int getFileSize()
public int getHeight()
public String getPublisher()
public URL getRefererUrl()
public String getSummary()
public URL getThumbnail()
public String getTitle()
public URL getUrl()
public int getWidth()
public boolean isStreaming()
Groovy Documentation