|
@@ -22,8 +22,6 @@ public class VideoFile extends BaseObject<Integer> {
|
|
|
private Integer duration;
|
|
private Integer duration;
|
|
|
private Boolean activate;
|
|
private Boolean activate;
|
|
|
private Boolean auth;
|
|
private Boolean auth;
|
|
|
- @Deprecated
|
|
|
|
|
- private String coverUrl;
|
|
|
|
|
|
|
|
|
|
public VideoFile(String videoFileId, boolean horizontal, int duration) {
|
|
public VideoFile(String videoFileId, boolean horizontal, int duration) {
|
|
|
this.videoFileId = videoFileId;
|
|
this.videoFileId = videoFileId;
|