com.clickntap.tool.encoding
Class VideoInfo

java.lang.Object
  extended by com.clickntap.tool.encoding.VideoInfo

public class VideoInfo
extends Object


Constructor Summary
VideoInfo()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoInfo

public VideoInfo()
Method Detail

getVideoId

public Number getVideoId()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

setVideoId

public void setVideoId(Number videoId)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getSource

public String getSource()

setSource

public void setSource(String source)

getDestination

public String getDestination()

setDestination

public void setDestination(String destination)


Copyright © 2014. All rights reserved.