Back to project page ivideo.
The source code is released under:
MIT License
If you think the Android project ivideo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.miscellapp.ivideo.model; /* www .j a v a 2 s . co m*/ /** * Created by chenjishi on 13-12-28. */ public class Video { public String id; public String title; public String thumbUrl; public String duration; public String url; public String localPath; public String localImage; public long updateTime; public long watchedTime; }