package com.edufound.reader.bean; public class MyOrderListBean { private int addDays; private String channel; private long gmtCreated; private long gmtModified; private String helpUid; private String orderId; private String payStatus; private int price; private int productId; private String thirdPartOrderId; private String title; private String uid; private String voucherAmount; public int getAddDays() { return addDays; } public void setAddDays(int addDays) { this.addDays = addDays; } public String getChannel() { return channel; } public void setChannel(String channel) { this.channel = channel; } public long getGmtCreated() { return gmtCreated; } public void setGmtCreated(long gmtCreated) { this.gmtCreated = gmtCreated; } public long getGmtModified() { return gmtModified; } public void setGmtModified(long gmtModified) { this.gmtModified = gmtModified; } public String getHelpUid() { return helpUid; } public void setHelpUid(String helpUid) { this.helpUid = helpUid; } public String getOrderId() { return orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getPayStatus() { return payStatus; } public void setPayStatus(String payStatus) { this.payStatus = payStatus; } public int getPrice() { return price; } public void setPrice(int price) { this.price = price; } public int getProductId() { return productId; } public void setProductId(int productId) { this.productId = productId; } public String getThirdPartOrderId() { return thirdPartOrderId; } public void setThirdPartOrderId(String thirdPartOrderId) { this.thirdPartOrderId = thirdPartOrderId; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getUid() { return uid; } public void setUid(String uid) { this.uid = uid; } public String getVoucherAmount() { return voucherAmount; } public void setVoucherAmount(String voucherAmount) { this.voucherAmount = voucherAmount; } }