Subversion Repositories SmartDukaan

Rev

Rev 12589 | Rev 13259 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12589 Rev 12974
Line 1... Line 1...
1
package in.shop2020.serving.model;
1
package in.shop2020.serving.model;
2
 
2
 
-
 
3
import java.util.ArrayList;
3
import java.util.List;
4
import java.util.List;
4
 
-
 
5
import javax.xml.datatype.XMLGregorianCalendar;
5
import javax.annotation.Generated;
6
 
-
 
-
 
6
import com.google.gson.annotations.Expose;
7
import com.google.gson.annotations.SerializedName;
7
import com.google.gson.annotations.SerializedName;
-
 
8
import org.apache.commons.lang.builder.ToStringBuilder;
8
 
9
 
9
 
-
 
-
 
10
@Generated("org.jsonschema2pojo")
10
public class Order {
11
public class Order {
11
	@SerializedName("status")
-
 
12
    public String statusDateMessage;
-
 
-
 
12
 
13
    int sla;
13
    @Expose
14
    public String hasTickets;
14
    private String confirmByDateString;
15
    
15
    @Expose
16
    public int returnableQuantity;
-
 
17
    public String tickets;
16
    private String confirmByDate;
18
    public String imei;
17
    @SerializedName("is_getting_late")
19
    public String invoice;
18
    @Expose
20
    public XMLGregorianCalendar invoiceDate;
-
 
21
    public short invoiceAmount;
19
    private boolean isGettingLate;
22
    public float taxAmount;
20
    @Expose
23
    public String weight;
21
    private int sla;
24
    @SerializedName("external_id")
22
    @Expose
25
    public String externalId;
23
    private String invoiceDate;
26
    @SerializedName("order_item_id")
24
    @Expose
27
    public String orderItemId;
25
    private String orderId;
28
    public String sku;
26
    @Expose
29
    public String title;
27
    private String orderItemId;
30
    @SerializedName("listing_id")
28
    @SerializedName("listing_id")
-
 
29
    @Expose
31
    public String listingId;
30
    private String listingId;
32
    @SerializedName("product_image")
-
 
33
    public String productImage;
31
    @Expose
34
    public int quantity;
32
    private int quantity;
35
    @SerializedName("product_id")
33
    @Expose
36
    public String productId;
34
    private String fsn;
-
 
35
    @Expose
37
    public String freebie;
36
    private String sku;
38
    @SerializedName("created_date")
37
    @Expose
39
    public String createdDate;
38
    private String orderDate;
40
    @SerializedName("created_time")
39
    @SerializedName("created_time")
-
 
40
    @Expose
41
    public String createdTime;
41
    private String createdTime;
42
    @SerializedName("list_price")
42
    @Expose
43
    public double listPrice;
43
    private double listPrice;
44
    @SerializedName("shipping_fees")
44
    @Expose
45
    public double shippingFees;
45
    private long shippingFees;
-
 
46
    @Expose
46
    public double emi;
47
    private long emi;
-
 
48
    @Expose
47
    public double octroi;
49
    private long octroi;
-
 
50
    @Expose
48
    @SerializedName("total_price")
51
    private double totalPrice;
-
 
52
    @Expose
-
 
53
    private String status;
-
 
54
    @Expose
49
    public double totalPrice;
55
    private String statusLabel;
-
 
56
    @Expose
-
 
57
    private List<String> actions = new ArrayList<String>();
50
    @SerializedName("customer_name")	
58
    @SerializedName("flipkart_item_link")
-
 
59
    @Expose
51
    public String customerName;
60
    private String flipkartItemLink;
52
    @SerializedName("shipping_address")
61
    @SerializedName("modified_date")
-
 
62
    @Expose
-
 
63
    private String modifiedDate;
-
 
64
    @Expose
-
 
65
    private boolean isFBF;
-
 
66
    @Expose
-
 
67
    private String trackingId;
-
 
68
    @Expose
-
 
69
    private String customerName;
-
 
70
    @Expose
53
    public String shippingAddress;
71
    private String shippingAddress;
54
    @SerializedName("shipping_address_name")
72
    @SerializedName("shipping_address_name")
-
 
73
    @Expose
55
    public String shippingAddressName;
74
    private String shippingAddressName;
56
    @SerializedName("shipping_address_line1")
75
    @SerializedName("shipping_address_line1")
-
 
76
    @Expose
57
    public String shippingAddressLine1;
77
    private String shippingAddressLine1;
58
    @SerializedName("shipping_address_line2")
78
    @SerializedName("shipping_address_line2")
-
 
79
    @Expose
59
    public String shippingAddressLine2;
80
    private String shippingAddressLine2;
60
    @SerializedName("shipping_address_city")
81
    @SerializedName("shipping_address_city")
-
 
82
    @Expose
61
    public String shippingAddressCity;
83
    private String shippingAddressCity;
62
    @SerializedName("shipping_address_state")
84
    @SerializedName("shipping_address_state")
-
 
85
    @Expose
63
    public String shippingAddressState;
86
    private String shippingAddressState;
64
    @SerializedName("shipping_address_pincode")
87
    @SerializedName("shipping_address_pincode")
65
    public String shippingAddressPincode;
88
    @Expose
66
    public String phone;
89
    private String shippingAddressPincode;
67
    public String status;
90
    @Expose
68
    @SerializedName("statusLabel")
91
    private String phone;
69
    public String statusLabel;
92
    @Expose
70
    @SerializedName("tracking_id")
93
    private boolean loadedCustomerDetails;
71
    public String trackingId;
94
    @SerializedName("tracking_hash")
72
    public List<String> actions;
95
    @Expose
73
    @SerializedName("flipkart_item_link")
96
    private Object trackingHash;
74
    public String flipkartItemLink;
97
    @Expose
75
    @SerializedName("modified_date")
98
    private boolean loadedTrackingHash;
76
    public String modifiedDate;
99
    @Expose
77
    public String trackingHash;
100
    private boolean isEsugamRequired;
78
    @SerializedName("cancel_reason")
101
    @SerializedName("state_documents")
79
    public String cancelReason;
102
    @Expose
80
    @SerializedName("cancel_sub_reason")
103
    private List<StateDocument> stateDocuments = new ArrayList<StateDocument>();
81
    public String cancelSubReason;
104
    @Expose
82
    public String returnReason;
105
    private boolean loadedStateDocuments;
83
    public String returnComment;
106
    @Expose
84
    public String pickup_by_date;
107
    private String title;
85
    //public List<FreebieItem> freebie_items;
108
    @Expose
86
    public String service_profile;
109
    private String productImage;
87
 
110
    @Expose
88
	public String getPickup_by_date() {
111
    private long imeiCount;
89
		return pickup_by_date;
112
    @Expose
90
	}
113
    private boolean loadedProductDetails;
91
 
114
    @Expose
92
	public void setPickup_by_date(String pickup_by_date) {
115
    private boolean isMissingData;
93
		this.pickup_by_date = pickup_by_date;
116
    @Expose
94
	}
117
    private List<Object> offers = new ArrayList<Object>();
95
 
118
    @Expose
96
	public int getSla() {
119
    private List<Object> subItems = new ArrayList<Object>();
97
		return sla;
120
 
98
	}
121
    public String getConfirmByDateString() {
99
 
122
        return confirmByDateString;
100
	public void setSla(int sla) {
123
    }
101
		this.sla = sla;
124
 
102
	}
125
    public void setConfirmByDateString(String confirmByDateString) {
103
 
126
        this.confirmByDateString = confirmByDateString;
104
	/**
127
    }
105
     * Gets the value of the statusDateMessage property.
128
 
106
     * 
129
    public String getConfirmByDate() {
107
     * @return
130
        return confirmByDate;
108
     *     possible object is
131
    }
109
     *     {@link String }
132
 
110
     *     
133
    public void setConfirmByDate(String confirmByDate) {
111
     */
134
        this.confirmByDate = confirmByDate;
112
    public String getStatusDateMessage() {
135
    }
113
        return statusDateMessage;
136
 
114
    }
137
    public boolean isIsGettingLate() {
115
 
138
        return isGettingLate;
116
    /**
139
    }
117
     * Sets the value of the statusDateMessage property.
140
 
118
     * 
141
    public void setIsGettingLate(boolean isGettingLate) {
119
     * @param value
142
        this.isGettingLate = isGettingLate;
120
     *     allowed object is
143
    }
121
     *     {@link String }
144
 
122
     *     
145
    public int getSla() {
123
     */
146
        return sla;
124
    public void setStatusDateMessage(String value) {
147
    }
125
        this.statusDateMessage = value;
148
 
126
    }
149
    public void setSla(int sla) {
127
 
150
        this.sla = sla;
128
    /**
151
    }
129
     * Gets the value of the hasTickets property.
152
 
130
     * 
153
    public String getInvoiceDate() {
131
     * @return
-
 
132
     *     possible object is
-
 
133
     *     {@link String }
-
 
134
     *     
-
 
135
     */
-
 
136
    public String getHasTickets() {
-
 
137
        return hasTickets;
-
 
138
    }
-
 
139
 
-
 
140
    /**
-
 
141
     * Sets the value of the hasTickets property.
-
 
142
     * 
-
 
143
     * @param value
-
 
144
     *     allowed object is
-
 
145
     *     {@link String }
-
 
146
     *     
-
 
147
     */
-
 
148
    public void setHasTickets(String value) {
-
 
149
        this.hasTickets = value;
-
 
150
    }
-
 
151
 
-
 
152
    /**
-
 
153
     * Gets the value of the returnableQuantity property.
-
 
154
     * 
-
 
155
     */
-
 
156
    public int getReturnableQuantity() {
-
 
157
        return returnableQuantity;
-
 
158
    }
-
 
159
 
-
 
160
    /**
-
 
161
     * Sets the value of the returnableQuantity property.
-
 
162
     * 
-
 
163
     */
-
 
164
    public void setReturnableQuantity(int value) {
-
 
165
        this.returnableQuantity = value;
-
 
166
    }
-
 
167
 
-
 
168
    /**
-
 
169
     * Gets the value of the tickets property.
-
 
170
     * 
-
 
171
     * @return
-
 
172
     *     possible object is
-
 
173
     *     {@link String }
-
 
174
     *     
-
 
175
     */
-
 
176
    public String getTickets() {
-
 
177
        return tickets;
-
 
178
    }
-
 
179
 
-
 
180
    /**
-
 
181
     * Sets the value of the tickets property.
-
 
182
     * 
-
 
183
     * @param value
-
 
184
     *     allowed object is
-
 
185
     *     {@link String }
-
 
186
     *     
-
 
187
     */
-
 
188
    public void setTickets(String value) {
-
 
189
        this.tickets = value;
-
 
190
    }
-
 
191
 
-
 
192
    /**
-
 
193
     * Gets the value of the imei property.
-
 
194
     * 
-
 
195
     */
-
 
196
    public String getImei() {
-
 
197
        return imei;
-
 
198
    }
-
 
199
 
-
 
200
    /**
-
 
201
     * Sets the value of the imei property.
-
 
202
     * 
-
 
203
     */
-
 
204
    public void setImei(String value) {
-
 
205
        this.imei = value;
-
 
206
    }
-
 
207
 
-
 
208
    /**
-
 
209
     * Gets the value of the invoice property.
-
 
210
     * 
-
 
211
     */
-
 
212
    public String getInvoice() {
-
 
213
        return invoice;
-
 
214
    }
-
 
215
 
-
 
216
    /**
-
 
217
     * Sets the value of the invoice property.
-
 
218
     * 
-
 
219
     */
-
 
220
    public void setInvoice(String value) {
-
 
221
        this.invoice = value;
-
 
222
    }
-
 
223
 
-
 
224
    /**
-
 
225
     * Gets the value of the invoiceDate property.
-
 
226
     * 
-
 
227
     * @return
-
 
228
     *     possible object is
-
 
229
     *     {@link XMLGregorianCalendar }
-
 
230
     *     
-
 
231
     */
-
 
232
    public XMLGregorianCalendar getInvoiceDate() {
-
 
233
        return invoiceDate;
154
        return invoiceDate;
234
    }
155
    }
235
 
156
 
236
    /**
-
 
237
     * Sets the value of the invoiceDate property.
-
 
238
     * 
-
 
239
     * @param value
-
 
240
     *     allowed object is
-
 
241
     *     {@link XMLGregorianCalendar }
-
 
242
     *     
-
 
243
     */
-
 
244
    public void setInvoiceDate(XMLGregorianCalendar value) {
157
    public void setInvoiceDate(String invoiceDate) {
245
        this.invoiceDate = value;
158
        this.invoiceDate = invoiceDate;
246
    }
-
 
247
 
-
 
248
    /**
-
 
249
     * Gets the value of the invoiceAmount property.
-
 
250
     * 
-
 
251
     */
-
 
252
    public short getInvoiceAmount() {
-
 
253
        return invoiceAmount;
-
 
254
    }
-
 
255
 
-
 
256
    /**
-
 
257
     * Sets the value of the invoiceAmount property.
-
 
258
     * 
-
 
259
     */
-
 
260
    public void setInvoiceAmount(short value) {
-
 
261
        this.invoiceAmount = value;
-
 
262
    }
-
 
263
 
-
 
264
    /**
-
 
265
     * Gets the value of the taxAmount property.
-
 
266
     * 
-
 
267
     */
-
 
268
    public float getTaxAmount() {
-
 
269
        return taxAmount;
-
 
270
    }
-
 
271
 
-
 
272
    /**
-
 
273
     * Sets the value of the taxAmount property.
-
 
274
     * 
-
 
275
     */
-
 
276
    public void setTaxAmount(float value) {
-
 
277
        this.taxAmount = value;
-
 
278
    }
-
 
279
 
-
 
280
    /**
-
 
281
     * Gets the value of the weight property.
-
 
282
     * 
-
 
283
     * @return
-
 
284
     *     possible object is
-
 
285
     *     {@link String }
-
 
286
     *     
-
 
287
     */
-
 
288
    public String getWeight() {
-
 
289
        return weight;
-
 
290
    }
-
 
291
 
-
 
292
    /**
-
 
293
     * Sets the value of the weight property.
-
 
294
     * 
-
 
295
     * @param value
-
 
296
     *     allowed object is
-
 
297
     *     {@link String }
-
 
298
     *     
-
 
299
     */
-
 
300
    public void setWeight(String value) {
-
 
301
        this.weight = value;
-
 
302
    }
159
    }
303
 
160
 
304
    /**
-
 
305
     * Gets the value of the externalId property.
-
 
306
     * 
-
 
307
     * @return
-
 
308
     *     possible object is
-
 
309
     *     {@link String }
-
 
310
     *     
-
 
311
     */
-
 
312
    public String getExternalId() {
161
    public String getOrderId() {
313
        return externalId;
162
        return orderId;
314
    }
163
    }
315
 
164
 
316
    /**
-
 
317
     * Sets the value of the externalId property.
-
 
318
     * 
-
 
319
     * @param value
-
 
320
     *     allowed object is
-
 
321
     *     {@link String }
-
 
322
     *     
-
 
323
     */
-
 
324
    public void setExternalId(String value) {
165
    public void setOrderId(String orderId) {
325
        this.externalId = value;
166
        this.orderId = orderId;
326
    }
167
    }
327
 
168
 
328
    /**
-
 
329
     * Gets the value of the orderItemId property.
-
 
330
     * 
-
 
331
     */
-
 
332
    public String getOrderItemId() {
169
    public String getOrderItemId() {
333
        return orderItemId;
170
        return orderItemId;
334
    }
171
    }
335
 
172
 
336
    /**
-
 
337
     * Sets the value of the orderItemId property.
-
 
338
     * 
-
 
339
     */
-
 
340
    public void setOrderItemId(String value) {
173
    public void setOrderItemId(String orderItemId) {
341
        this.orderItemId = value;
174
        this.orderItemId = orderItemId;
342
    }
-
 
343
 
-
 
344
    /**
-
 
345
     * Gets the value of the title property.
-
 
346
     * 
-
 
347
     * @return
-
 
348
     *     possible object is
-
 
349
     *     {@link String }
-
 
350
     *     
-
 
351
     */
-
 
352
    public String getTitle() {
-
 
353
        return title;
-
 
354
    }
175
    }
355
 
176
 
356
    /**
-
 
357
     * Sets the value of the title property.
-
 
358
     * 
-
 
359
     * @param value
-
 
360
     *     allowed object is
-
 
361
     *     {@link String }
-
 
362
     *     
-
 
363
     */
-
 
364
    public void setTitle(String value) {
-
 
365
        this.title = value;
-
 
366
    }
-
 
367
 
-
 
368
    /**
-
 
369
     * Gets the value of the listingId property.
-
 
370
     * 
-
 
371
     * @return
-
 
372
     *     possible object is
-
 
373
     *     {@link String }
-
 
374
     *     
-
 
375
     */
-
 
376
    public String getListingId() {
177
    public String getListingId() {
377
        return listingId;
178
        return listingId;
378
    }
179
    }
379
 
180
 
380
    /**
-
 
381
     * Sets the value of the listingId property.
-
 
382
     * 
-
 
383
     * @param value
-
 
384
     *     allowed object is
-
 
385
     *     {@link String }
-
 
386
     *     
-
 
387
     */
-
 
388
    public void setListingId(String value) {
181
    public void setListingId(String listingId) {
389
        this.listingId = value;
182
        this.listingId = listingId;
390
    }
-
 
391
 
-
 
392
    /**
-
 
393
     * Gets the value of the productImage property.
-
 
394
     * 
-
 
395
     * @return
-
 
396
     *     possible object is
-
 
397
     *     {@link String }
-
 
398
     *     
-
 
399
     */
-
 
400
    public String getProductImage() {
-
 
401
        return productImage;
-
 
402
    }
183
    }
403
 
184
 
404
    /**
-
 
405
     * Sets the value of the productImage property.
-
 
406
     * 
-
 
407
     * @param value
-
 
408
     *     allowed object is
-
 
409
     *     {@link String }
-
 
410
     *     
-
 
411
     */
-
 
412
    public void setProductImage(String value) {
-
 
413
        this.productImage = value;
-
 
414
    }
-
 
415
 
-
 
416
    /**
-
 
417
     * Gets the value of the quantity property.
-
 
418
     * 
-
 
419
     */
-
 
420
    public int getQuantity() {
185
    public int getQuantity() {
421
        return quantity;
186
        return quantity;
422
    }
187
    }
423
 
188
 
424
    /**
-
 
425
     * Sets the value of the quantity property.
-
 
426
     * 
-
 
427
     */
-
 
428
    public void setQuantity(int value) {
189
    public void setQuantity(int quantity) {
429
        this.quantity = value;
190
        this.quantity = quantity;
430
    }
-
 
431
 
-
 
432
    /**
-
 
433
     * Gets the value of the productId property.
-
 
434
     * 
-
 
435
     * @return
-
 
436
     *     possible object is
-
 
437
     *     {@link String }
-
 
438
     *     
-
 
439
     */
-
 
440
    public String getProductId() {
-
 
441
        return productId;
-
 
442
    }
-
 
443
 
-
 
444
    /**
-
 
445
     * Sets the value of the productId property.
-
 
446
     * 
-
 
447
     * @param value
-
 
448
     *     allowed object is
-
 
449
     *     {@link String }
-
 
450
     *     
-
 
451
     */
-
 
452
    public void setProductId(String value) {
-
 
453
        this.productId = value;
-
 
454
    }
191
    }
455
 
192
 
456
    /**
-
 
457
     * Gets the value of the freebie property.
-
 
458
     * 
-
 
459
     * @return
-
 
460
     *     possible object is
-
 
461
     *     {@link String }
-
 
462
     *     
-
 
463
     */
-
 
464
    public String getFreebie() {
193
    public String getFsn() {
465
        return freebie;
194
        return fsn;
466
    }
195
    }
467
 
196
 
468
    /**
-
 
469
     * Sets the value of the freebie property.
-
 
470
     * 
-
 
471
     * @param value
-
 
472
     *     allowed object is
-
 
473
     *     {@link String }
-
 
474
     *     
-
 
475
     */
-
 
476
    public void setFreebie(String value) {
197
    public void setFsn(String fsn) {
477
        this.freebie = value;
198
        this.fsn = fsn;
478
    }
199
    }
479
 
200
 
480
    /**
-
 
481
     * Gets the value of the sku property.
-
 
482
     * 
-
 
483
     */
-
 
484
    public String getSku() {
201
    public String getSku() {
485
        return sku;
202
        return sku;
486
    }
203
    }
487
 
204
 
488
    /**
-
 
489
     * Sets the value of the sku property.
-
 
490
     * 
-
 
491
     */
-
 
492
    public void setSku(String value) {
205
    public void setSku(String sku) {
493
        this.sku = value;
206
        this.sku = sku;
494
    }
207
    }
495
 
208
 
496
    /**
-
 
497
     * Gets the value of the createdDate property.
-
 
498
     * 
-
 
499
     * @return
-
 
500
     *     possible object is
-
 
501
     *     {@link String }
-
 
502
     *     
-
 
503
     */
-
 
504
    public String getCreatedDate() {
209
    public String getOrderDate() {
505
        return createdDate;
210
        return orderDate;
506
    }
211
    }
507
 
212
 
508
    /**
-
 
509
     * Sets the value of the createdDate property.
-
 
510
     * 
-
 
511
     * @param value
-
 
512
     *     allowed object is
-
 
513
     *     {@link String }
-
 
514
     *     
-
 
515
     */
-
 
516
    public void setCreatedDate(String value) {
213
    public void setOrderDate(String orderDate) {
517
        this.createdDate = value;
214
        this.orderDate = orderDate;
518
    }
215
    }
519
 
216
 
520
    /**
-
 
521
     * Gets the value of the createdTime property.
-
 
522
     * 
-
 
523
     * @return
-
 
524
     *     possible object is
-
 
525
     *     {@link String }
-
 
526
     *     
-
 
527
     */
-
 
528
    public String getCreatedTime() {
217
    public String getCreatedTime() {
529
        return createdTime;
218
        return createdTime;
530
    }
219
    }
531
 
220
 
532
    /**
-
 
533
     * Sets the value of the createdTime property.
-
 
534
     * 
-
 
535
     * @param value
-
 
536
     *     allowed object is
-
 
537
     *     {@link String }
-
 
538
     *     
-
 
539
     */
-
 
540
    public void setCreatedTime(String value) {
221
    public void setCreatedTime(String createdTime) {
541
        this.createdTime = value;
222
        this.createdTime = createdTime;
542
    }
223
    }
543
 
224
 
544
    /**
-
 
545
     * Gets the value of the listPrice property.
-
 
546
     * 
-
 
547
     */
-
 
548
    public double getListPrice() {
225
    public double getListPrice() {
549
        return listPrice;
226
        return listPrice;
550
    }
227
    }
551
 
228
 
552
    /**
-
 
553
     * Sets the value of the listPrice property.
-
 
554
     * 
-
 
555
     */
-
 
556
    public void setListPrice(double value) {
229
    public void setListPrice(double listPrice) {
557
        this.listPrice = value;
230
        this.listPrice = listPrice;
558
    }
231
    }
559
 
232
 
560
    /**
-
 
561
     * Gets the value of the shippingFees property.
-
 
562
     * 
-
 
563
     */
-
 
564
    public double getShippingFees() {
233
    public long getShippingFees() {
565
        return shippingFees;
234
        return shippingFees;
566
    }
235
    }
567
 
236
 
568
    /**
-
 
569
     * Sets the value of the shippingFees property.
-
 
570
     * 
-
 
571
     */
-
 
572
    public void setShippingFees(double value) {
237
    public void setShippingFees(long shippingFees) {
573
        this.shippingFees = value;
238
        this.shippingFees = shippingFees;
574
    }
239
    }
575
 
240
 
576
    /**
-
 
577
     * Gets the value of the emi property.
-
 
578
     * 
-
 
579
     */
-
 
580
    public double getEmi() {
241
    public long getEmi() {
581
        return emi;
242
        return emi;
582
    }
243
    }
583
 
244
 
584
    /**
-
 
585
     * Sets the value of the emi property.
-
 
586
     * 
-
 
587
     */
-
 
588
    public void setEmi(double value) {
245
    public void setEmi(long emi) {
589
        this.emi = value;
246
        this.emi = emi;
590
    }
247
    }
591
 
248
 
592
    /**
-
 
593
     * Gets the value of the octroi property.
-
 
594
     * 
-
 
595
     */
-
 
596
    public double getOctroi() {
249
    public long getOctroi() {
597
        return octroi;
250
        return octroi;
598
    }
251
    }
599
 
252
 
600
    /**
-
 
601
     * Sets the value of the octroi property.
-
 
602
     * 
-
 
603
     */
-
 
604
    public void setOctroi(double value) {
253
    public void setOctroi(long octroi) {
605
        this.octroi = value;
254
        this.octroi = octroi;
606
    }
255
    }
607
 
256
 
608
    /**
-
 
609
     * Gets the value of the totalPrice property.
-
 
610
     * 
-
 
611
     */
-
 
612
    public double getTotalPrice() {
257
    public double getTotalPrice() {
613
        return totalPrice;
258
        return totalPrice;
614
    }
259
    }
615
 
260
 
-
 
261
    public void setTotalPrice(double totalPrice) {
-
 
262
        this.totalPrice = totalPrice;
616
    /**
263
    }
-
 
264
 
-
 
265
    public String getStatus() {
-
 
266
        return status;
-
 
267
    }
-
 
268
 
617
     * Sets the value of the totalPrice property.
269
    public void setStatus(String status) {
-
 
270
        this.status = status;
618
     * 
271
    }
-
 
272
 
-
 
273
    public String getStatusLabel() {
-
 
274
        return statusLabel;
619
     */
275
    }
-
 
276
 
620
    public void setTotalPrice(double value) {
277
    public void setStatusLabel(String statusLabel) {
621
        this.totalPrice = value;
278
        this.statusLabel = statusLabel;
-
 
279
    }
-
 
280
 
-
 
281
    public List<String> getActions() {
-
 
282
        return actions;
-
 
283
    }
-
 
284
 
-
 
285
    public void setActions(List<String> actions) {
-
 
286
        this.actions = actions;
-
 
287
    }
-
 
288
 
-
 
289
    public String getFlipkartItemLink() {
-
 
290
        return flipkartItemLink;
622
    }
291
    }
-
 
292
 
-
 
293
    public void setFlipkartItemLink(String flipkartItemLink) {
-
 
294
        this.flipkartItemLink = flipkartItemLink;
-
 
295
    }
623
 
296
 
-
 
297
    public String getModifiedDate() {
-
 
298
        return modifiedDate;
624
    /**
299
    }
-
 
300
 
-
 
301
    public void setModifiedDate(String modifiedDate) {
625
     * Gets the value of the customerName property.
302
        this.modifiedDate = modifiedDate;
626
     * 
303
    }
-
 
304
 
-
 
305
    public boolean isIsFBF() {
627
     * @return
306
        return isFBF;
-
 
307
    }
-
 
308
 
-
 
309
    public void setIsFBF(boolean isFBF) {
628
     *     possible object is
310
        this.isFBF = isFBF;
-
 
311
    }
-
 
312
 
-
 
313
    public String getTrackingId() {
629
     *     {@link String }
314
        return trackingId;
630
     *     
315
    }
-
 
316
 
-
 
317
    public void setTrackingId(String trackingId) {
-
 
318
        this.trackingId = trackingId;
631
     */
319
    }
-
 
320
 
632
    public String getCustomerName() {
321
    public String getCustomerName() {
633
        return customerName;
322
        return customerName;
634
    }
323
    }
635
 
324
 
636
    /**
-
 
637
     * Sets the value of the customerName property.
-
 
638
     * 
-
 
639
     * @param value
-
 
640
     *     allowed object is
-
 
641
     *     {@link String }
-
 
642
     *     
-
 
643
     */
-
 
644
    public void setCustomerName(String value) {
325
    public void setCustomerName(String customerName) {
645
        this.customerName = value;
326
        this.customerName = customerName;
646
    }
327
    }
647
 
328
 
648
    /**
-
 
649
     * Gets the value of the shippingAddress property.
-
 
650
     * 
-
 
651
     * @return
-
 
652
     *     possible object is
-
 
653
     *     {@link String }
-
 
654
     *     
-
 
655
     */
-
 
656
    public String getShippingAddress() {
329
    public String getShippingAddress() {
657
        return shippingAddress;
330
        return shippingAddress;
658
    }
331
    }
659
 
332
 
660
    /**
-
 
661
     * Sets the value of the shippingAddress property.
-
 
662
     * 
-
 
663
     * @param value
-
 
664
     *     allowed object is
-
 
665
     *     {@link String }
-
 
666
     *     
-
 
667
     */
-
 
668
    public void setShippingAddress(String value) {
333
    public void setShippingAddress(String shippingAddress) {
669
        this.shippingAddress = value;
334
        this.shippingAddress = shippingAddress;
670
    }
335
    }
671
 
336
 
672
    /**
-
 
673
     * Gets the value of the shippingAddressName property.
-
 
674
     * 
-
 
675
     * @return
-
 
676
     *     possible object is
-
 
677
     *     {@link String }
-
 
678
     *     
-
 
679
     */
-
 
680
    public String getShippingAddressName() {
337
    public String getShippingAddressName() {
681
        return shippingAddressName;
338
        return shippingAddressName;
682
    }
339
    }
683
 
340
 
684
    /**
-
 
685
     * Sets the value of the shippingAddressName property.
-
 
686
     * 
-
 
687
     * @param value
-
 
688
     *     allowed object is
-
 
689
     *     {@link String }
-
 
690
     *     
-
 
691
     */
-
 
692
    public void setShippingAddressName(String value) {
341
    public void setShippingAddressName(String shippingAddressName) {
693
        this.shippingAddressName = value;
342
        this.shippingAddressName = shippingAddressName;
694
    }
343
    }
695
 
344
 
696
    /**
-
 
697
     * Gets the value of the shippingAddressLine1 property.
-
 
698
     * 
-
 
699
     * @return
-
 
700
     *     possible object is
-
 
701
     *     {@link String }
-
 
702
     *     
-
 
703
     */
-
 
704
    public String getShippingAddressLine1() {
345
    public String getShippingAddressLine1() {
705
        return shippingAddressLine1;
346
        return shippingAddressLine1;
706
    }
347
    }
707
 
348
 
708
    /**
-
 
709
     * Sets the value of the shippingAddressLine1 property.
-
 
710
     * 
-
 
711
     * @param value
-
 
712
     *     allowed object is
-
 
713
     *     {@link String }
-
 
714
     *     
-
 
715
     */
-
 
716
    public void setShippingAddressLine1(String value) {
349
    public void setShippingAddressLine1(String shippingAddressLine1) {
717
        this.shippingAddressLine1 = value;
350
        this.shippingAddressLine1 = shippingAddressLine1;
718
    }
351
    }
719
 
352
 
720
    /**
-
 
721
     * Gets the value of the shippingAddressLine2 property.
-
 
722
     * 
-
 
723
     * @return
-
 
724
     *     possible object is
-
 
725
     *     {@link String }
-
 
726
     *     
-
 
727
     */
-
 
728
    public String getShippingAddressLine2() {
353
    public String getShippingAddressLine2() {
729
        return shippingAddressLine2;
354
        return shippingAddressLine2;
730
    }
355
    }
731
 
356
 
732
    /**
-
 
733
     * Sets the value of the shippingAddressLine2 property.
-
 
734
     * 
-
 
735
     * @param value
-
 
736
     *     allowed object is
-
 
737
     *     {@link String }
-
 
738
     *     
-
 
739
     */
-
 
740
    public void setShippingAddressLine2(String value) {
357
    public void setShippingAddressLine2(String shippingAddressLine2) {
741
        this.shippingAddressLine2 = value;
358
        this.shippingAddressLine2 = shippingAddressLine2;
742
    }
359
    }
743
 
360
 
744
    /**
-
 
745
     * Gets the value of the shippingAddressCity property.
-
 
746
     * 
-
 
747
     * @return
-
 
748
     *     possible object is
-
 
749
     *     {@link String }
-
 
750
     *     
-
 
751
     */
-
 
752
    public String getShippingAddressCity() {
361
    public String getShippingAddressCity() {
753
        return shippingAddressCity;
362
        return shippingAddressCity;
754
    }
363
    }
755
 
364
 
756
    /**
-
 
757
     * Sets the value of the shippingAddressCity property.
-
 
758
     * 
-
 
759
     * @param value
-
 
760
     *     allowed object is
-
 
761
     *     {@link String }
-
 
762
     *     
-
 
763
     */
-
 
764
    public void setShippingAddressCity(String value) {
365
    public void setShippingAddressCity(String shippingAddressCity) {
765
        this.shippingAddressCity = value;
366
        this.shippingAddressCity = shippingAddressCity;
766
    }
367
    }
767
 
368
 
768
    /**
-
 
769
     * Gets the value of the shippingAddressState property.
-
 
770
     * 
-
 
771
     * @return
-
 
772
     *     possible object is
-
 
773
     *     {@link String }
-
 
774
     *     
-
 
775
     */
-
 
776
    public String getShippingAddressState() {
369
    public String getShippingAddressState() {
777
        return shippingAddressState;
370
        return shippingAddressState;
778
    }
371
    }
779
 
372
 
780
    /**
-
 
781
     * Sets the value of the shippingAddressState property.
-
 
782
     * 
-
 
783
     * @param value
-
 
784
     *     allowed object is
-
 
785
     *     {@link String }
-
 
786
     *     
-
 
787
     */
-
 
788
    public void setShippingAddressState(String value) {
373
    public void setShippingAddressState(String shippingAddressState) {
789
        this.shippingAddressState = value;
374
        this.shippingAddressState = shippingAddressState;
790
    }
375
    }
791
 
376
 
792
    /**
-
 
793
     * Gets the value of the shippingAddressPincode property.
-
 
794
     * 
-
 
795
     */
-
 
796
    public String getShippingAddressPincode() {
377
    public String getShippingAddressPincode() {
797
        return shippingAddressPincode;
378
        return shippingAddressPincode;
798
    }
379
    }
799
 
380
 
800
    /**
-
 
801
     * Sets the value of the shippingAddressPincode property.
-
 
802
     * 
-
 
803
     */
-
 
804
    public void setShippingAddressPincode(String value) {
381
    public void setShippingAddressPincode(String shippingAddressPincode) {
805
        this.shippingAddressPincode = value;
382
        this.shippingAddressPincode = shippingAddressPincode;
806
    }
383
    }
807
 
384
 
808
    /**
-
 
809
     * Gets the value of the phone property.
-
 
810
     * 
-
 
811
     */
-
 
812
    public String getPhone() {
385
    public String getPhone() {
813
        return phone;
386
        return phone;
814
    }
387
    }
815
 
388
 
816
    /**
-
 
817
     * Sets the value of the phone property.
-
 
818
     * 
-
 
819
     */
-
 
820
    public void setPhone(String value) {
389
    public void setPhone(String phone) {
821
        this.phone = value;
390
        this.phone = phone;
822
    }
-
 
823
 
-
 
824
    /**
-
 
825
     * Gets the value of the status property.
-
 
826
     * 
-
 
827
     * @return
-
 
828
     *     possible object is
-
 
829
     *     {@link String }
-
 
830
     *     
-
 
831
     */
-
 
832
    public String getStatus() {
-
 
833
        return status;
-
 
834
    }
391
    }
835
 
392
 
836
    /**
-
 
837
     * Sets the value of the status property.
-
 
838
     * 
-
 
839
     * @param value
-
 
840
     *     allowed object is
-
 
841
     *     {@link String }
-
 
842
     *     
-
 
843
     */
-
 
844
    public void setStatus(String value) {
393
    public boolean isLoadedCustomerDetails() {
845
        this.status = value;
-
 
846
    }
-
 
847
 
-
 
848
    /**
-
 
849
     * Gets the value of the statusLabel property.
-
 
850
     * 
-
 
851
     * @return
-
 
852
     *     possible object is
-
 
853
     *     {@link String }
-
 
854
     *     
-
 
855
     */
-
 
856
    public String getStatusLabel() {
-
 
857
        return statusLabel;
394
        return loadedCustomerDetails;
858
    }
395
    }
859
 
396
 
860
    /**
-
 
861
     * Sets the value of the statusLabel property.
-
 
862
     * 
-
 
863
     * @param value
-
 
864
     *     allowed object is
-
 
865
     *     {@link String }
-
 
866
     *     
-
 
867
     */
-
 
868
    public void setStatusLabel(String value) {
397
    public void setLoadedCustomerDetails(boolean loadedCustomerDetails) {
869
        this.statusLabel = value;
398
        this.loadedCustomerDetails = loadedCustomerDetails;
870
    }
-
 
871
 
-
 
872
    /**
-
 
873
     * Gets the value of the trackingId property.
-
 
874
     * 
-
 
875
     * @return
-
 
876
     *     possible object is
-
 
877
     *     {@link String }
-
 
878
     *     
-
 
879
     */
-
 
880
    public String getTrackingId() {
-
 
881
        return trackingId;
-
 
882
    }
399
    }
883
 
400
 
884
    /**
-
 
885
     * Sets the value of the trackingId property.
-
 
886
     * 
-
 
887
     * @param value
-
 
888
     *     allowed object is
-
 
889
     *     {@link String }
-
 
890
     *     
-
 
891
     */
-
 
892
    public void setTrackingId(String value) {
401
    public Object getTrackingHash() {
893
        this.trackingId = value;
-
 
894
    }
-
 
895
 
-
 
896
    /**
-
 
897
     * Gets the value of the actions property.
-
 
898
     * 
-
 
899
     * @return
-
 
900
     *     possible object is
-
 
901
     *     {@link String }
-
 
902
     *     
-
 
903
     */
-
 
904
    public List<String> getActions() {
-
 
905
        return actions;
402
        return trackingHash;
906
    }
403
    }
907
 
404
 
908
    /**
-
 
909
     * Sets the value of the actions property.
-
 
910
     * 
-
 
911
     * @param value
-
 
912
     *     allowed object is
-
 
913
     *     {@link String }
-
 
914
     *     
-
 
915
     */
-
 
916
    public void setActions(List<String> value) {
405
    public void setTrackingHash(Object trackingHash) {
917
        this.actions = value;
406
        this.trackingHash = trackingHash;
918
    }
-
 
919
 
-
 
920
    /**
-
 
921
     * Gets the value of the flipkartItemLink property.
-
 
922
     * 
-
 
923
     * @return
-
 
924
     *     possible object is
-
 
925
     *     {@link String }
-
 
926
     *     
-
 
927
     */
-
 
928
    public String getFlipkartItemLink() {
-
 
929
        return flipkartItemLink;
-
 
930
    }
407
    }
931
 
408
 
932
    /**
-
 
933
     * Sets the value of the flipkartItemLink property.
-
 
934
     * 
-
 
935
     * @param value
-
 
936
     *     allowed object is
-
 
937
     *     {@link String }
-
 
938
     *     
-
 
939
     */
-
 
940
    public void setFlipkartItemLink(String value) {
-
 
941
        this.flipkartItemLink = value;
-
 
942
    }
-
 
943
 
-
 
944
    /**
-
 
945
     * Gets the value of the modifiedDate property.
-
 
946
     * 
-
 
947
     * @return
-
 
948
     *     possible object is
-
 
949
     *     {@link String }
-
 
950
     *     
-
 
951
     */
-
 
952
    public String getModifiedDate() {
409
    public boolean isLoadedTrackingHash() {
953
        return modifiedDate;
410
        return loadedTrackingHash;
954
    }
411
    }
955
 
412
 
-
 
413
    public void setLoadedTrackingHash(boolean loadedTrackingHash) {
-
 
414
        this.loadedTrackingHash = loadedTrackingHash;
956
    /**
415
    }
-
 
416
 
-
 
417
    public boolean isIsEsugamRequired() {
-
 
418
        return isEsugamRequired;
-
 
419
    }
-
 
420
 
-
 
421
    public void setIsEsugamRequired(boolean isEsugamRequired) {
-
 
422
        this.isEsugamRequired = isEsugamRequired;
-
 
423
    }
-
 
424
 
-
 
425
    public List<StateDocument> getStateDocuments() {
-
 
426
        return stateDocuments;
-
 
427
    }
-
 
428
 
-
 
429
    public void setStateDocuments(List<StateDocument> stateDocuments) {
-
 
430
        this.stateDocuments = stateDocuments;
-
 
431
    }
-
 
432
 
-
 
433
    public boolean isLoadedStateDocuments() {
-
 
434
        return loadedStateDocuments;
-
 
435
    }
-
 
436
 
-
 
437
    public void setLoadedStateDocuments(boolean loadedStateDocuments) {
957
     * Sets the value of the modifiedDate property.
438
        this.loadedStateDocuments = loadedStateDocuments;
958
     * 
439
    }
-
 
440
 
-
 
441
    public String getTitle() {
959
     * @param value
442
        return title;
-
 
443
    }
-
 
444
 
-
 
445
    public void setTitle(String title) {
960
     *     allowed object is
446
        this.title = title;
-
 
447
    }
-
 
448
 
-
 
449
    public String getProductImage() {
961
     *     {@link String }
450
        return productImage;
-
 
451
    }
-
 
452
 
-
 
453
    public void setProductImage(String productImage) {
-
 
454
        this.productImage = productImage;
962
     *     
455
    }
-
 
456
 
-
 
457
    public long getImeiCount() {
-
 
458
        return imeiCount;
963
     */
459
    }
-
 
460
 
964
    public void setModifiedDate(String value) {
461
    public void setImeiCount(long imeiCount) {
965
        this.modifiedDate = value;
462
        this.imeiCount = imeiCount;
-
 
463
    }
-
 
464
 
-
 
465
    public boolean isLoadedProductDetails() {
-
 
466
        return loadedProductDetails;
-
 
467
    }
-
 
468
 
-
 
469
    public void setLoadedProductDetails(boolean loadedProductDetails) {
-
 
470
        this.loadedProductDetails = loadedProductDetails;
966
    }
471
    }
967
 
472
 
-
 
473
    public boolean isIsMissingData() {
-
 
474
        return isMissingData;
968
    /**
475
    }
-
 
476
 
-
 
477
    public void setIsMissingData(boolean isMissingData) {
969
     * Gets the value of the trackingHash property.
478
        this.isMissingData = isMissingData;
970
     * 
479
    }
-
 
480
 
-
 
481
    public List<Object> getOffers() {
971
     * @return
482
        return offers;
-
 
483
    }
-
 
484
 
-
 
485
    public void setOffers(List<Object> offers) {
972
     *     possible object is
486
        this.offers = offers;
-
 
487
    }
-
 
488
 
-
 
489
    public List<Object> getSubItems() {
973
     *     {@link String }
490
        return subItems;
974
     *     
491
    }
-
 
492
 
-
 
493
    public void setSubItems(List<Object> subItems) {
-
 
494
        this.subItems = subItems;
975
     */
495
    }
-
 
496
 
-
 
497
    @Override
976
    public String getTrackingHash() {
498
    public String toString() {
977
        return trackingHash;
499
        return ToStringBuilder.reflectionToString(this);
978
    }
500
    }
979
 
501
 
980
    /**
-
 
981
     * Sets the value of the trackingHash property.
-
 
982
     * 
-
 
983
     * @param value
-
 
984
     *     allowed object is
-
 
985
     *     {@link String }
-
 
986
     *     
-
 
987
     */
-
 
988
    public void setTrackingHash(String value) {
-
 
989
        this.trackingHash = value;
-
 
990
    }
-
 
991
 
-
 
992
    /**
-
 
993
     * Gets the value of the cancelReason property.
-
 
994
     * 
-
 
995
     * @return
-
 
996
     *     possible object is
-
 
997
     *     {@link String }
-
 
998
     *     
-
 
999
     */
-
 
1000
    public String getCancelReason() {
-
 
1001
        return cancelReason;
-
 
1002
    }
-
 
1003
 
-
 
1004
    /**
-
 
1005
     * Sets the value of the cancelReason property.
-
 
1006
     * 
-
 
1007
     * @param value
-
 
1008
     *     allowed object is
-
 
1009
     *     {@link String }
-
 
1010
     *     
-
 
1011
     */
-
 
1012
    public void setCancelReason(String value) {
-
 
1013
        this.cancelReason = value;
-
 
1014
    }
-
 
1015
 
-
 
1016
    /**
-
 
1017
     * Gets the value of the cancelSubReason property.
-
 
1018
     * 
-
 
1019
     * @return
-
 
1020
     *     possible object is
-
 
1021
     *     {@link String }
-
 
1022
     *     
-
 
1023
     */
-
 
1024
    public String getCancelSubReason() {
-
 
1025
        return cancelSubReason;
-
 
1026
    }
-
 
1027
 
-
 
1028
    /**
-
 
1029
     * Sets the value of the cancelSubReason property.
-
 
1030
     * 
-
 
1031
     * @param value
-
 
1032
     *     allowed object is
-
 
1033
     *     {@link String }
-
 
1034
     *     
-
 
1035
     */
-
 
1036
    public void setCancelSubReason(String value) {
-
 
1037
        this.cancelSubReason = value;
-
 
1038
    }
-
 
1039
 
-
 
1040
    /**
-
 
1041
     * Gets the value of the returnReason property.
-
 
1042
     * 
-
 
1043
     * @return
-
 
1044
     *     possible object is
-
 
1045
     *     {@link String }
-
 
1046
     *     
-
 
1047
     */
-
 
1048
    public String getReturnReason() {
-
 
1049
        return returnReason;
-
 
1050
    }
-
 
1051
 
-
 
1052
    /**
-
 
1053
     * Sets the value of the returnReason property.
-
 
1054
     * 
-
 
1055
     * @param value
-
 
1056
     *     allowed object is
-
 
1057
     *     {@link String }
-
 
1058
     *     
-
 
1059
     */
-
 
1060
    public void setReturnReason(String value) {
-
 
1061
        this.returnReason = value;
-
 
1062
    }
-
 
1063
 
-
 
1064
    /**
-
 
1065
     * Gets the value of the returnComment property.
-
 
1066
     * 
-
 
1067
     * @return
-
 
1068
     *     possible object is
-
 
1069
     *     {@link String }
-
 
1070
     *     
-
 
1071
     */
-
 
1072
    public String getReturnComment() {
-
 
1073
        return returnComment;
-
 
1074
    }
-
 
1075
 
-
 
1076
    /**
-
 
1077
     * Sets the value of the returnComment property.
-
 
1078
     * 
-
 
1079
     * @param value
-
 
1080
     *     allowed object is
-
 
1081
     *     {@link String }
-
 
1082
     *     
-
 
1083
     */
-
 
1084
    public void setReturnComment(String value) {
-
 
1085
        this.returnComment = value;
-
 
1086
    }
-
 
1087
 
-
 
1088
    /**
-
 
1089
	 * @return the service_profile
-
 
1090
	 */
-
 
1091
	public String getService_profile() {
-
 
1092
		return service_profile;
-
 
1093
	}
-
 
1094
 
-
 
1095
	/**
-
 
1096
	 * @param service_profile the service_profile to set
-
 
1097
	 */
-
 
1098
	public void setService_profile(String service_profile) {
-
 
1099
		this.service_profile = service_profile;
-
 
1100
	}
-
 
1101
 
-
 
1102
	/**
-
 
1103
	 * @return the freebie_items
-
 
1104
	 */
-
 
1105
	/*public List<FreebieItem> getFreebie_items() {
-
 
1106
		return freebie_items;
-
 
1107
	}*/
-
 
1108
 
-
 
1109
	/**
-
 
1110
	 * @param freebie_items the freebie_items to set
-
 
1111
	 */
-
 
1112
	/*public void setFreebie_items(List<FreebieItem> freebie_items) {
-
 
1113
		this.freebie_items = freebie_items;
-
 
1114
	}*/
-
 
1115
}
502
}
1116
503