@@ -91,4 +91,259 @@ public class SerieDetail {
91
91
@ SerializedName ("vote_count" )
92
92
@ Expose
93
93
public Integer voteCount ;
94
+
95
+ public SerieDetail (String backdropPath , List <CreatedBySerieDetail > createdBy , List <Integer > episodeRunTime , String firstAirDate , List <GenreSerieDetail > genres , String homepage , Integer id , Boolean inProduction , List <String > languages , String lastAirDate , LastEpisodeToAirSerieDetail lastEpisodeToAir , String name , Object nextEpisodeToAir , List <Object > networks , Integer numberOfEpisodes , Integer numberOfSeasons , List <String > originCountry , String originalLanguage , String originalName , String overview , Double popularity , String posterPath , List <ProductionCompanySerieDetail > productionCompanies , List <SeasonSerieDetail > seasons , String status , String type , Double voteAverage , Integer voteCount ) {
96
+ this .backdropPath = backdropPath ;
97
+ this .createdBy = createdBy ;
98
+ this .episodeRunTime = episodeRunTime ;
99
+ this .firstAirDate = firstAirDate ;
100
+ this .genres = genres ;
101
+ this .homepage = homepage ;
102
+ this .id = id ;
103
+ this .inProduction = inProduction ;
104
+ this .languages = languages ;
105
+ this .lastAirDate = lastAirDate ;
106
+ this .lastEpisodeToAir = lastEpisodeToAir ;
107
+ this .name = name ;
108
+ this .nextEpisodeToAir = nextEpisodeToAir ;
109
+ this .networks = networks ;
110
+ this .numberOfEpisodes = numberOfEpisodes ;
111
+ this .numberOfSeasons = numberOfSeasons ;
112
+ this .originCountry = originCountry ;
113
+ this .originalLanguage = originalLanguage ;
114
+ this .originalName = originalName ;
115
+ this .overview = overview ;
116
+ this .popularity = popularity ;
117
+ this .posterPath = posterPath ;
118
+ this .productionCompanies = productionCompanies ;
119
+ this .seasons = seasons ;
120
+ this .status = status ;
121
+ this .type = type ;
122
+ this .voteAverage = voteAverage ;
123
+ this .voteCount = voteCount ;
124
+ }
125
+
126
+ public String getBackdropPath () {
127
+ return backdropPath ;
128
+ }
129
+
130
+ public void setBackdropPath (String backdropPath ) {
131
+ this .backdropPath = backdropPath ;
132
+ }
133
+
134
+ public List <CreatedBySerieDetail > getCreatedBy () {
135
+ return createdBy ;
136
+ }
137
+
138
+ public void setCreatedBy (List <CreatedBySerieDetail > createdBy ) {
139
+ this .createdBy = createdBy ;
140
+ }
141
+
142
+ public List <Integer > getEpisodeRunTime () {
143
+ return episodeRunTime ;
144
+ }
145
+
146
+ public void setEpisodeRunTime (List <Integer > episodeRunTime ) {
147
+ this .episodeRunTime = episodeRunTime ;
148
+ }
149
+
150
+ public String getFirstAirDate () {
151
+ return firstAirDate ;
152
+ }
153
+
154
+ public void setFirstAirDate (String firstAirDate ) {
155
+ this .firstAirDate = firstAirDate ;
156
+ }
157
+
158
+ public List <GenreSerieDetail > getGenres () {
159
+ return genres ;
160
+ }
161
+
162
+ public void setGenres (List <GenreSerieDetail > genres ) {
163
+ this .genres = genres ;
164
+ }
165
+
166
+ public String getHomepage () {
167
+ return homepage ;
168
+ }
169
+
170
+ public void setHomepage (String homepage ) {
171
+ this .homepage = homepage ;
172
+ }
173
+
174
+ public Integer getId () {
175
+ return id ;
176
+ }
177
+
178
+ public void setId (Integer id ) {
179
+ this .id = id ;
180
+ }
181
+
182
+ public Boolean getInProduction () {
183
+ return inProduction ;
184
+ }
185
+
186
+ public void setInProduction (Boolean inProduction ) {
187
+ this .inProduction = inProduction ;
188
+ }
189
+
190
+ public List <String > getLanguages () {
191
+ return languages ;
192
+ }
193
+
194
+ public void setLanguages (List <String > languages ) {
195
+ this .languages = languages ;
196
+ }
197
+
198
+ public String getLastAirDate () {
199
+ return lastAirDate ;
200
+ }
201
+
202
+ public void setLastAirDate (String lastAirDate ) {
203
+ this .lastAirDate = lastAirDate ;
204
+ }
205
+
206
+ public LastEpisodeToAirSerieDetail getLastEpisodeToAir () {
207
+ return lastEpisodeToAir ;
208
+ }
209
+
210
+ public void setLastEpisodeToAir (LastEpisodeToAirSerieDetail lastEpisodeToAir ) {
211
+ this .lastEpisodeToAir = lastEpisodeToAir ;
212
+ }
213
+
214
+ public String getName () {
215
+ return name ;
216
+ }
217
+
218
+ public void setName (String name ) {
219
+ this .name = name ;
220
+ }
221
+
222
+ public Object getNextEpisodeToAir () {
223
+ return nextEpisodeToAir ;
224
+ }
225
+
226
+ public void setNextEpisodeToAir (Object nextEpisodeToAir ) {
227
+ this .nextEpisodeToAir = nextEpisodeToAir ;
228
+ }
229
+
230
+ public List <Object > getNetworks () {
231
+ return networks ;
232
+ }
233
+
234
+ public void setNetworks (List <Object > networks ) {
235
+ this .networks = networks ;
236
+ }
237
+
238
+ public Integer getNumberOfEpisodes () {
239
+ return numberOfEpisodes ;
240
+ }
241
+
242
+ public void setNumberOfEpisodes (Integer numberOfEpisodes ) {
243
+ this .numberOfEpisodes = numberOfEpisodes ;
244
+ }
245
+
246
+ public Integer getNumberOfSeasons () {
247
+ return numberOfSeasons ;
248
+ }
249
+
250
+ public void setNumberOfSeasons (Integer numberOfSeasons ) {
251
+ this .numberOfSeasons = numberOfSeasons ;
252
+ }
253
+
254
+ public List <String > getOriginCountry () {
255
+ return originCountry ;
256
+ }
257
+
258
+ public void setOriginCountry (List <String > originCountry ) {
259
+ this .originCountry = originCountry ;
260
+ }
261
+
262
+ public String getOriginalLanguage () {
263
+ return originalLanguage ;
264
+ }
265
+
266
+ public void setOriginalLanguage (String originalLanguage ) {
267
+ this .originalLanguage = originalLanguage ;
268
+ }
269
+
270
+ public String getOriginalName () {
271
+ return originalName ;
272
+ }
273
+
274
+ public void setOriginalName (String originalName ) {
275
+ this .originalName = originalName ;
276
+ }
277
+
278
+ public String getOverview () {
279
+ return overview ;
280
+ }
281
+
282
+ public void setOverview (String overview ) {
283
+ this .overview = overview ;
284
+ }
285
+
286
+ public Double getPopularity () {
287
+ return popularity ;
288
+ }
289
+
290
+ public void setPopularity (Double popularity ) {
291
+ this .popularity = popularity ;
292
+ }
293
+
294
+ public String getPosterPath () {
295
+ return posterPath ;
296
+ }
297
+
298
+ public void setPosterPath (String posterPath ) {
299
+ this .posterPath = posterPath ;
300
+ }
301
+
302
+ public List <ProductionCompanySerieDetail > getProductionCompanies () {
303
+ return productionCompanies ;
304
+ }
305
+
306
+ public void setProductionCompanies (List <ProductionCompanySerieDetail > productionCompanies ) {
307
+ this .productionCompanies = productionCompanies ;
308
+ }
309
+
310
+ public List <SeasonSerieDetail > getSeasons () {
311
+ return seasons ;
312
+ }
313
+
314
+ public void setSeasons (List <SeasonSerieDetail > seasons ) {
315
+ this .seasons = seasons ;
316
+ }
317
+
318
+ public String getStatus () {
319
+ return status ;
320
+ }
321
+
322
+ public void setStatus (String status ) {
323
+ this .status = status ;
324
+ }
325
+
326
+ public String getType () {
327
+ return type ;
328
+ }
329
+
330
+ public void setType (String type ) {
331
+ this .type = type ;
332
+ }
333
+
334
+ public Double getVoteAverage () {
335
+ return voteAverage ;
336
+ }
337
+
338
+ public void setVoteAverage (Double voteAverage ) {
339
+ this .voteAverage = voteAverage ;
340
+ }
341
+
342
+ public Integer getVoteCount () {
343
+ return voteCount ;
344
+ }
345
+
346
+ public void setVoteCount (Integer voteCount ) {
347
+ this .voteCount = voteCount ;
348
+ }
94
349
}
0 commit comments