History.java
5.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
package com.cnlive.goldenline.dao;
// THIS CODE IS GENERATED BY greenDAO, EDIT ONLY INSIDE THE "KEEP"-SECTIONS
// KEEP INCLUDES - put your custom includes here
import com.cnlive.goldenline.model.response.bean.VideoDemandBean;
// KEEP INCLUDES END
/**
* Entity mapped to table HISTORY.
*/
public class History {
private String vdId;
private String vdCategory;
private Integer vdCategoryId;
private String vdCover;
private String vdShareUrl;
private String vdShowDes;
private String vdShowTitle;
private Integer vdTheatreId;
private String vdTheatreImg;
private String vdTheatreName;
private String vdThumbnailImg;
private String vdVideoHUrl;
private String vdVideoLUrl;
private String vdVideoUrl;
private String createTime;
private Integer vdWatchCount;
private String vdDiscussTimes;
private String vdUUID;
private String vdVideoUHUrl;
// KEEP FIELDS - put your custom fields here
// KEEP FIELDS END
public History() {
}
public History(String vdId) {
this.vdId = vdId;
}
public History(String vdId, String vdCategory, Integer vdCategoryId, String vdCover, String vdShareUrl, String vdShowDes, String vdShowTitle, Integer vdTheatreId, String vdTheatreImg, String vdTheatreName, String vdThumbnailImg, String vdVideoHUrl, String vdVideoLUrl, String vdVideoUrl, String createTime, Integer vdWatchCount, String vdDiscussTimes, String vdUUID, String vdVideoUHUrl) {
this.vdId = vdId;
this.vdCategory = vdCategory;
this.vdCategoryId = vdCategoryId;
this.vdCover = vdCover;
this.vdShareUrl = vdShareUrl;
this.vdShowDes = vdShowDes;
this.vdShowTitle = vdShowTitle;
this.vdTheatreId = vdTheatreId;
this.vdTheatreImg = vdTheatreImg;
this.vdTheatreName = vdTheatreName;
this.vdThumbnailImg = vdThumbnailImg;
this.vdVideoHUrl = vdVideoHUrl;
this.vdVideoLUrl = vdVideoLUrl;
this.vdVideoUrl = vdVideoUrl;
this.createTime = createTime;
this.vdWatchCount = vdWatchCount;
this.vdDiscussTimes = vdDiscussTimes;
this.vdUUID = vdUUID;
this.vdVideoUHUrl = vdVideoUHUrl;
}
public String getVdId() {
return vdId;
}
public void setVdId(String vdId) {
this.vdId = vdId;
}
public String getVdCategory() {
return vdCategory;
}
public void setVdCategory(String vdCategory) {
this.vdCategory = vdCategory;
}
public Integer getVdCategoryId() {
return vdCategoryId;
}
public void setVdCategoryId(Integer vdCategoryId) {
this.vdCategoryId = vdCategoryId;
}
public String getVdCover() {
return vdCover;
}
public void setVdCover(String vdCover) {
this.vdCover = vdCover;
}
public String getVdShareUrl() {
return vdShareUrl;
}
public void setVdShareUrl(String vdShareUrl) {
this.vdShareUrl = vdShareUrl;
}
public String getVdShowDes() {
return vdShowDes;
}
public void setVdShowDes(String vdShowDes) {
this.vdShowDes = vdShowDes;
}
public String getVdShowTitle() {
return vdShowTitle;
}
public void setVdShowTitle(String vdShowTitle) {
this.vdShowTitle = vdShowTitle;
}
public Integer getVdTheatreId() {
return vdTheatreId;
}
public void setVdTheatreId(Integer vdTheatreId) {
this.vdTheatreId = vdTheatreId;
}
public String getVdTheatreImg() {
return vdTheatreImg;
}
public void setVdTheatreImg(String vdTheatreImg) {
this.vdTheatreImg = vdTheatreImg;
}
public String getVdTheatreName() {
return vdTheatreName;
}
public void setVdTheatreName(String vdTheatreName) {
this.vdTheatreName = vdTheatreName;
}
public String getVdThumbnailImg() {
return vdThumbnailImg;
}
public void setVdThumbnailImg(String vdThumbnailImg) {
this.vdThumbnailImg = vdThumbnailImg;
}
public String getVdVideoHUrl() {
return vdVideoHUrl;
}
public void setVdVideoHUrl(String vdVideoHUrl) {
this.vdVideoHUrl = vdVideoHUrl;
}
public String getVdVideoLUrl() {
return vdVideoLUrl;
}
public void setVdVideoLUrl(String vdVideoLUrl) {
this.vdVideoLUrl = vdVideoLUrl;
}
public String getVdVideoUrl() {
return vdVideoUrl;
}
public void setVdVideoUrl(String vdVideoUrl) {
this.vdVideoUrl = vdVideoUrl;
}
public String getCreateTime() {
return createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public Integer getVdWatchCount() {
return vdWatchCount;
}
public void setVdWatchCount(Integer vdWatchCount) {
this.vdWatchCount = vdWatchCount;
}
public String getVdDiscussTimes() {
return vdDiscussTimes;
}
public void setVdDiscussTimes(String vdDiscussTimes) {
this.vdDiscussTimes = vdDiscussTimes;
}
public String getVdUUID() {
return vdUUID;
}
public void setVdUUID(String vdUUID) {
this.vdUUID = vdUUID;
}
public String getVdVideoUHUrl() {
return vdVideoUHUrl;
}
public void setVdVideoUHUrl(String vdVideoUHUrl) {
this.vdVideoUHUrl = vdVideoUHUrl;
}
// KEEP METHODS - put your custom methods here
public VideoDemandBean toVideo() {
return new VideoDemandBean(vdCategory, vdCategoryId, vdCover, vdId + "", vdShareUrl, vdShowDes, vdShowTitle, vdTheatreId, vdTheatreImg, vdTheatreName, vdThumbnailImg, vdVideoHUrl, vdVideoLUrl, vdVideoUrl, createTime, vdWatchCount, vdDiscussTimes,vdUUID,vdVideoUHUrl);
}
// KEEP METHODS END
}