public class VideoMeta extends Object implements Serializable
构造器和说明 |
---|
VideoMeta() |
限定符和类型 | 方法和说明 |
---|---|
VideoMeta |
coverURL(String coverURL) |
VideoMeta |
duration(Float duration) |
boolean |
equals(Object o) |
String |
getCoverURL()
Get coverURL
|
Float |
getDuration()
Get duration
|
String |
getStatus()
Get status
|
String |
getTitle()
Get title
|
String |
getVideoId()
Get videoId
|
int |
hashCode() |
void |
setCoverURL(String coverURL) |
void |
setDuration(Float duration) |
void |
setStatus(String status) |
void |
setTitle(String title) |
void |
setVideoId(String videoId) |
VideoMeta |
status(String status) |
VideoMeta |
title(String title) |
String |
toString() |
VideoMeta |
videoId(String videoId) |
public String getCoverURL()
public void setCoverURL(String coverURL)
public String getStatus()
public void setStatus(String status)
public String getTitle()
public void setTitle(String title)
public String getVideoId()
public void setVideoId(String videoId)
public Float getDuration()
public void setDuration(Float duration)
Copyright © 2017. All rights reserved.