public class VideoInfo extends Object
| Constructor and Description |
|---|
VideoInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDestination() |
String |
getSource() |
String |
getStatus() |
Number |
getVideoId() |
void |
setDescription(String description) |
void |
setDestination(String destination) |
void |
setSource(String source) |
void |
setStatus(String status) |
void |
setVideoId(Number videoId) |
public Number getVideoId()
public void setVideoId(Number videoId)
public String getDescription()
public void setDescription(String description)
public String getStatus()
public void setStatus(String status)
public String getSource()
public void setSource(String source)
public String getDestination()
public void setDestination(String destination)
Copyright © 2015. All rights reserved.