| Line 39... |
Line 39... |
| 39 |
private static final org.apache.thrift.protocol.TField LOWEST_SNAPDEAL_SELLER_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestSnapdealSeller", org.apache.thrift.protocol.TType.STRING, (short)14);
|
39 |
private static final org.apache.thrift.protocol.TField LOWEST_SNAPDEAL_SELLER_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestSnapdealSeller", org.apache.thrift.protocol.TType.STRING, (short)14);
|
| 40 |
private static final org.apache.thrift.protocol.TField LOWEST_SNAPDEAL_SELLER_INVENTORY_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestSnapdealSellerInventory", org.apache.thrift.protocol.TType.I64, (short)15);
|
40 |
private static final org.apache.thrift.protocol.TField LOWEST_SNAPDEAL_SELLER_INVENTORY_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestSnapdealSellerInventory", org.apache.thrift.protocol.TType.I64, (short)15);
|
| 41 |
private static final org.apache.thrift.protocol.TField OUR_FLIPKART_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("ourFlipkartPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)16);
|
41 |
private static final org.apache.thrift.protocol.TField OUR_FLIPKART_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("ourFlipkartPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)16);
|
| 42 |
private static final org.apache.thrift.protocol.TField OUR_FLIPKART_INVENTORY_FIELD_DESC = new org.apache.thrift.protocol.TField("ourFlipkartInventory", org.apache.thrift.protocol.TType.I64, (short)17);
|
42 |
private static final org.apache.thrift.protocol.TField OUR_FLIPKART_INVENTORY_FIELD_DESC = new org.apache.thrift.protocol.TField("ourFlipkartInventory", org.apache.thrift.protocol.TType.I64, (short)17);
|
| 43 |
private static final org.apache.thrift.protocol.TField LOWEST_FLIPKART_SELLER_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestFlipkartSeller", org.apache.thrift.protocol.TType.STRING, (short)18);
|
43 |
private static final org.apache.thrift.protocol.TField LOWEST_FLIPKART_SELLER_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestFlipkartSeller", org.apache.thrift.protocol.TType.STRING, (short)18);
|
| 44 |
private static final org.apache.thrift.protocol.TField OUR_MFN_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("ourMfnPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)19);
|
44 |
private static final org.apache.thrift.protocol.TField OUR_AMAZON_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("ourAmazonPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)19);
|
| 45 |
private static final org.apache.thrift.protocol.TField OUR_FBA_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("ourFbaPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)20);
|
- |
|
| 46 |
private static final org.apache.thrift.protocol.TField OUR_MFN_INVENTORY_FIELD_DESC = new org.apache.thrift.protocol.TField("ourMfnInventory", org.apache.thrift.protocol.TType.I64, (short)21);
|
- |
|
| 47 |
private static final org.apache.thrift.protocol.TField OUR_FBA_INVENTORY_FIELD_DESC = new org.apache.thrift.protocol.TField("ourFbaInventory", org.apache.thrift.protocol.TType.I64, (short)22);
|
- |
|
| 48 |
private static final org.apache.thrift.protocol.TField LOWEST_AMAZON_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestAmazonPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)23);
|
45 |
private static final org.apache.thrift.protocol.TField LOWEST_AMAZON_PRICE_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestAmazonPrice", org.apache.thrift.protocol.TType.DOUBLE, (short)20);
|
| 49 |
private static final org.apache.thrift.protocol.TField LOWEST_AMAZON_SELLER_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestAmazonSeller", org.apache.thrift.protocol.TType.STRING, (short)24);
|
46 |
private static final org.apache.thrift.protocol.TField LOWEST_AMAZON_SELLER_FIELD_DESC = new org.apache.thrift.protocol.TField("lowestAmazonSeller", org.apache.thrift.protocol.TType.STRING, (short)21);
|
| 50 |
private static final org.apache.thrift.protocol.TField PRODUCT_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("productName", org.apache.thrift.protocol.TType.STRING, (short)25);
|
47 |
private static final org.apache.thrift.protocol.TField PRODUCT_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("productName", org.apache.thrift.protocol.TType.STRING, (short)22);
|
| 51 |
|
48 |
|
| 52 |
private long item_id; // required
|
49 |
private long item_id; // required
|
| 53 |
private boolean isSnapdeal; // required
|
50 |
private boolean isSnapdeal; // required
|
| 54 |
private boolean isFlipkart; // required
|
51 |
private boolean isFlipkart; // required
|
| 55 |
private boolean isAmazon; // required
|
52 |
private boolean isAmazon; // required
|
| Line 65... |
Line 62... |
| 65 |
private String lowestSnapdealSeller; // required
|
62 |
private String lowestSnapdealSeller; // required
|
| 66 |
private long lowestSnapdealSellerInventory; // required
|
63 |
private long lowestSnapdealSellerInventory; // required
|
| 67 |
private double ourFlipkartPrice; // required
|
64 |
private double ourFlipkartPrice; // required
|
| 68 |
private long ourFlipkartInventory; // required
|
65 |
private long ourFlipkartInventory; // required
|
| 69 |
private String lowestFlipkartSeller; // required
|
66 |
private String lowestFlipkartSeller; // required
|
| 70 |
private double ourMfnPrice; // required
|
- |
|
| 71 |
private double ourFbaPrice; // required
|
67 |
private double ourAmazonPrice; // required
|
| 72 |
private long ourMfnInventory; // required
|
- |
|
| 73 |
private long ourFbaInventory; // required
|
- |
|
| 74 |
private double lowestAmazonPrice; // required
|
68 |
private double lowestAmazonPrice; // required
|
| 75 |
private String lowestAmazonSeller; // required
|
69 |
private String lowestAmazonSeller; // required
|
| 76 |
private String productName; // required
|
70 |
private String productName; // required
|
| 77 |
|
71 |
|
| 78 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
72 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
| Line 93... |
Line 87... |
| 93 |
LOWEST_SNAPDEAL_SELLER((short)14, "lowestSnapdealSeller"),
|
87 |
LOWEST_SNAPDEAL_SELLER((short)14, "lowestSnapdealSeller"),
|
| 94 |
LOWEST_SNAPDEAL_SELLER_INVENTORY((short)15, "lowestSnapdealSellerInventory"),
|
88 |
LOWEST_SNAPDEAL_SELLER_INVENTORY((short)15, "lowestSnapdealSellerInventory"),
|
| 95 |
OUR_FLIPKART_PRICE((short)16, "ourFlipkartPrice"),
|
89 |
OUR_FLIPKART_PRICE((short)16, "ourFlipkartPrice"),
|
| 96 |
OUR_FLIPKART_INVENTORY((short)17, "ourFlipkartInventory"),
|
90 |
OUR_FLIPKART_INVENTORY((short)17, "ourFlipkartInventory"),
|
| 97 |
LOWEST_FLIPKART_SELLER((short)18, "lowestFlipkartSeller"),
|
91 |
LOWEST_FLIPKART_SELLER((short)18, "lowestFlipkartSeller"),
|
| 98 |
OUR_MFN_PRICE((short)19, "ourMfnPrice"),
|
92 |
OUR_AMAZON_PRICE((short)19, "ourAmazonPrice"),
|
| 99 |
OUR_FBA_PRICE((short)20, "ourFbaPrice"),
|
- |
|
| 100 |
OUR_MFN_INVENTORY((short)21, "ourMfnInventory"),
|
- |
|
| 101 |
OUR_FBA_INVENTORY((short)22, "ourFbaInventory"),
|
- |
|
| 102 |
LOWEST_AMAZON_PRICE((short)23, "lowestAmazonPrice"),
|
93 |
LOWEST_AMAZON_PRICE((short)20, "lowestAmazonPrice"),
|
| 103 |
LOWEST_AMAZON_SELLER((short)24, "lowestAmazonSeller"),
|
94 |
LOWEST_AMAZON_SELLER((short)21, "lowestAmazonSeller"),
|
| 104 |
PRODUCT_NAME((short)25, "productName");
|
95 |
PRODUCT_NAME((short)22, "productName");
|
| 105 |
|
96 |
|
| 106 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
97 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| 107 |
|
98 |
|
| 108 |
static {
|
99 |
static {
|
| 109 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
100 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| Line 150... |
Line 141... |
| 150 |
return OUR_FLIPKART_PRICE;
|
141 |
return OUR_FLIPKART_PRICE;
|
| 151 |
case 17: // OUR_FLIPKART_INVENTORY
|
142 |
case 17: // OUR_FLIPKART_INVENTORY
|
| 152 |
return OUR_FLIPKART_INVENTORY;
|
143 |
return OUR_FLIPKART_INVENTORY;
|
| 153 |
case 18: // LOWEST_FLIPKART_SELLER
|
144 |
case 18: // LOWEST_FLIPKART_SELLER
|
| 154 |
return LOWEST_FLIPKART_SELLER;
|
145 |
return LOWEST_FLIPKART_SELLER;
|
| 155 |
case 19: // OUR_MFN_PRICE
|
146 |
case 19: // OUR_AMAZON_PRICE
|
| 156 |
return OUR_MFN_PRICE;
|
147 |
return OUR_AMAZON_PRICE;
|
| 157 |
case 20: // OUR_FBA_PRICE
|
- |
|
| 158 |
return OUR_FBA_PRICE;
|
- |
|
| 159 |
case 21: // OUR_MFN_INVENTORY
|
- |
|
| 160 |
return OUR_MFN_INVENTORY;
|
- |
|
| 161 |
case 22: // OUR_FBA_INVENTORY
|
- |
|
| 162 |
return OUR_FBA_INVENTORY;
|
- |
|
| 163 |
case 23: // LOWEST_AMAZON_PRICE
|
148 |
case 20: // LOWEST_AMAZON_PRICE
|
| 164 |
return LOWEST_AMAZON_PRICE;
|
149 |
return LOWEST_AMAZON_PRICE;
|
| 165 |
case 24: // LOWEST_AMAZON_SELLER
|
150 |
case 21: // LOWEST_AMAZON_SELLER
|
| 166 |
return LOWEST_AMAZON_SELLER;
|
151 |
return LOWEST_AMAZON_SELLER;
|
| 167 |
case 25: // PRODUCT_NAME
|
152 |
case 22: // PRODUCT_NAME
|
| 168 |
return PRODUCT_NAME;
|
153 |
return PRODUCT_NAME;
|
| 169 |
default:
|
154 |
default:
|
| 170 |
return null;
|
155 |
return null;
|
| 171 |
}
|
156 |
}
|
| 172 |
}
|
157 |
}
|
| Line 219... |
Line 204... |
| 219 |
private static final int __OURSNAPDEALINVENTORY_ISSET_ID = 10;
|
204 |
private static final int __OURSNAPDEALINVENTORY_ISSET_ID = 10;
|
| 220 |
private static final int __LOWESTSNAPDEALOFFERPRICE_ISSET_ID = 11;
|
205 |
private static final int __LOWESTSNAPDEALOFFERPRICE_ISSET_ID = 11;
|
| 221 |
private static final int __LOWESTSNAPDEALSELLERINVENTORY_ISSET_ID = 12;
|
206 |
private static final int __LOWESTSNAPDEALSELLERINVENTORY_ISSET_ID = 12;
|
| 222 |
private static final int __OURFLIPKARTPRICE_ISSET_ID = 13;
|
207 |
private static final int __OURFLIPKARTPRICE_ISSET_ID = 13;
|
| 223 |
private static final int __OURFLIPKARTINVENTORY_ISSET_ID = 14;
|
208 |
private static final int __OURFLIPKARTINVENTORY_ISSET_ID = 14;
|
| 224 |
private static final int __OURMFNPRICE_ISSET_ID = 15;
|
209 |
private static final int __OURAMAZONPRICE_ISSET_ID = 15;
|
| 225 |
private static final int __OURFBAPRICE_ISSET_ID = 16;
|
- |
|
| 226 |
private static final int __OURMFNINVENTORY_ISSET_ID = 17;
|
- |
|
| 227 |
private static final int __OURFBAINVENTORY_ISSET_ID = 18;
|
- |
|
| 228 |
private static final int __LOWESTAMAZONPRICE_ISSET_ID = 19;
|
210 |
private static final int __LOWESTAMAZONPRICE_ISSET_ID = 16;
|
| 229 |
private BitSet __isset_bit_vector = new BitSet(20);
|
211 |
private BitSet __isset_bit_vector = new BitSet(17);
|
| 230 |
|
212 |
|
| 231 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
213 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| 232 |
static {
|
214 |
static {
|
| 233 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
215 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| 234 |
tmpMap.put(_Fields.ITEM_ID, new org.apache.thrift.meta_data.FieldMetaData("item_id", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
216 |
tmpMap.put(_Fields.ITEM_ID, new org.apache.thrift.meta_data.FieldMetaData("item_id", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 265... |
Line 247... |
| 265 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
247 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
| 266 |
tmpMap.put(_Fields.OUR_FLIPKART_INVENTORY, new org.apache.thrift.meta_data.FieldMetaData("ourFlipkartInventory", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
248 |
tmpMap.put(_Fields.OUR_FLIPKART_INVENTORY, new org.apache.thrift.meta_data.FieldMetaData("ourFlipkartInventory", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 267 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
249 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 268 |
tmpMap.put(_Fields.LOWEST_FLIPKART_SELLER, new org.apache.thrift.meta_data.FieldMetaData("lowestFlipkartSeller", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
250 |
tmpMap.put(_Fields.LOWEST_FLIPKART_SELLER, new org.apache.thrift.meta_data.FieldMetaData("lowestFlipkartSeller", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 269 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
251 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
| 270 |
tmpMap.put(_Fields.OUR_MFN_PRICE, new org.apache.thrift.meta_data.FieldMetaData("ourMfnPrice", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
252 |
tmpMap.put(_Fields.OUR_AMAZON_PRICE, new org.apache.thrift.meta_data.FieldMetaData("ourAmazonPrice", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 271 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
253 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
| 272 |
tmpMap.put(_Fields.OUR_FBA_PRICE, new org.apache.thrift.meta_data.FieldMetaData("ourFbaPrice", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
- |
|
| 273 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
- |
|
| 274 |
tmpMap.put(_Fields.OUR_MFN_INVENTORY, new org.apache.thrift.meta_data.FieldMetaData("ourMfnInventory", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
- |
|
| 275 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
- |
|
| 276 |
tmpMap.put(_Fields.OUR_FBA_INVENTORY, new org.apache.thrift.meta_data.FieldMetaData("ourFbaInventory", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
- |
|
| 277 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
- |
|
| 278 |
tmpMap.put(_Fields.LOWEST_AMAZON_PRICE, new org.apache.thrift.meta_data.FieldMetaData("lowestAmazonPrice", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
254 |
tmpMap.put(_Fields.LOWEST_AMAZON_PRICE, new org.apache.thrift.meta_data.FieldMetaData("lowestAmazonPrice", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 279 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
255 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
| 280 |
tmpMap.put(_Fields.LOWEST_AMAZON_SELLER, new org.apache.thrift.meta_data.FieldMetaData("lowestAmazonSeller", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
256 |
tmpMap.put(_Fields.LOWEST_AMAZON_SELLER, new org.apache.thrift.meta_data.FieldMetaData("lowestAmazonSeller", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 281 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
257 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
| 282 |
tmpMap.put(_Fields.PRODUCT_NAME, new org.apache.thrift.meta_data.FieldMetaData("productName", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
258 |
tmpMap.put(_Fields.PRODUCT_NAME, new org.apache.thrift.meta_data.FieldMetaData("productName", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 305... |
Line 281... |
| 305 |
String lowestSnapdealSeller,
|
281 |
String lowestSnapdealSeller,
|
| 306 |
long lowestSnapdealSellerInventory,
|
282 |
long lowestSnapdealSellerInventory,
|
| 307 |
double ourFlipkartPrice,
|
283 |
double ourFlipkartPrice,
|
| 308 |
long ourFlipkartInventory,
|
284 |
long ourFlipkartInventory,
|
| 309 |
String lowestFlipkartSeller,
|
285 |
String lowestFlipkartSeller,
|
| 310 |
double ourMfnPrice,
|
- |
|
| 311 |
double ourFbaPrice,
|
286 |
double ourAmazonPrice,
|
| 312 |
long ourMfnInventory,
|
- |
|
| 313 |
long ourFbaInventory,
|
- |
|
| 314 |
double lowestAmazonPrice,
|
287 |
double lowestAmazonPrice,
|
| 315 |
String lowestAmazonSeller,
|
288 |
String lowestAmazonSeller,
|
| 316 |
String productName)
|
289 |
String productName)
|
| 317 |
{
|
290 |
{
|
| 318 |
this();
|
291 |
this();
|
| Line 347... |
Line 320... |
| 347 |
this.ourFlipkartPrice = ourFlipkartPrice;
|
320 |
this.ourFlipkartPrice = ourFlipkartPrice;
|
| 348 |
setOurFlipkartPriceIsSet(true);
|
321 |
setOurFlipkartPriceIsSet(true);
|
| 349 |
this.ourFlipkartInventory = ourFlipkartInventory;
|
322 |
this.ourFlipkartInventory = ourFlipkartInventory;
|
| 350 |
setOurFlipkartInventoryIsSet(true);
|
323 |
setOurFlipkartInventoryIsSet(true);
|
| 351 |
this.lowestFlipkartSeller = lowestFlipkartSeller;
|
324 |
this.lowestFlipkartSeller = lowestFlipkartSeller;
|
| 352 |
this.ourMfnPrice = ourMfnPrice;
|
325 |
this.ourAmazonPrice = ourAmazonPrice;
|
| 353 |
setOurMfnPriceIsSet(true);
|
326 |
setOurAmazonPriceIsSet(true);
|
| 354 |
this.ourFbaPrice = ourFbaPrice;
|
- |
|
| 355 |
setOurFbaPriceIsSet(true);
|
- |
|
| 356 |
this.ourMfnInventory = ourMfnInventory;
|
- |
|
| 357 |
setOurMfnInventoryIsSet(true);
|
- |
|
| 358 |
this.ourFbaInventory = ourFbaInventory;
|
- |
|
| 359 |
setOurFbaInventoryIsSet(true);
|
- |
|
| 360 |
this.lowestAmazonPrice = lowestAmazonPrice;
|
327 |
this.lowestAmazonPrice = lowestAmazonPrice;
|
| 361 |
setLowestAmazonPriceIsSet(true);
|
328 |
setLowestAmazonPriceIsSet(true);
|
| 362 |
this.lowestAmazonSeller = lowestAmazonSeller;
|
329 |
this.lowestAmazonSeller = lowestAmazonSeller;
|
| 363 |
this.productName = productName;
|
330 |
this.productName = productName;
|
| 364 |
}
|
331 |
}
|
| Line 391... |
Line 358... |
| 391 |
this.ourFlipkartPrice = other.ourFlipkartPrice;
|
358 |
this.ourFlipkartPrice = other.ourFlipkartPrice;
|
| 392 |
this.ourFlipkartInventory = other.ourFlipkartInventory;
|
359 |
this.ourFlipkartInventory = other.ourFlipkartInventory;
|
| 393 |
if (other.isSetLowestFlipkartSeller()) {
|
360 |
if (other.isSetLowestFlipkartSeller()) {
|
| 394 |
this.lowestFlipkartSeller = other.lowestFlipkartSeller;
|
361 |
this.lowestFlipkartSeller = other.lowestFlipkartSeller;
|
| 395 |
}
|
362 |
}
|
| 396 |
this.ourMfnPrice = other.ourMfnPrice;
|
- |
|
| 397 |
this.ourFbaPrice = other.ourFbaPrice;
|
363 |
this.ourAmazonPrice = other.ourAmazonPrice;
|
| 398 |
this.ourMfnInventory = other.ourMfnInventory;
|
- |
|
| 399 |
this.ourFbaInventory = other.ourFbaInventory;
|
- |
|
| 400 |
this.lowestAmazonPrice = other.lowestAmazonPrice;
|
364 |
this.lowestAmazonPrice = other.lowestAmazonPrice;
|
| 401 |
if (other.isSetLowestAmazonSeller()) {
|
365 |
if (other.isSetLowestAmazonSeller()) {
|
| 402 |
this.lowestAmazonSeller = other.lowestAmazonSeller;
|
366 |
this.lowestAmazonSeller = other.lowestAmazonSeller;
|
| 403 |
}
|
367 |
}
|
| 404 |
if (other.isSetProductName()) {
|
368 |
if (other.isSetProductName()) {
|
| Line 443... |
Line 407... |
| 443 |
setOurFlipkartPriceIsSet(false);
|
407 |
setOurFlipkartPriceIsSet(false);
|
| 444 |
this.ourFlipkartPrice = 0.0;
|
408 |
this.ourFlipkartPrice = 0.0;
|
| 445 |
setOurFlipkartInventoryIsSet(false);
|
409 |
setOurFlipkartInventoryIsSet(false);
|
| 446 |
this.ourFlipkartInventory = 0;
|
410 |
this.ourFlipkartInventory = 0;
|
| 447 |
this.lowestFlipkartSeller = null;
|
411 |
this.lowestFlipkartSeller = null;
|
| 448 |
setOurMfnPriceIsSet(false);
|
- |
|
| 449 |
this.ourMfnPrice = 0.0;
|
- |
|
| 450 |
setOurFbaPriceIsSet(false);
|
412 |
setOurAmazonPriceIsSet(false);
|
| 451 |
this.ourFbaPrice = 0.0;
|
413 |
this.ourAmazonPrice = 0.0;
|
| 452 |
setOurMfnInventoryIsSet(false);
|
- |
|
| 453 |
this.ourMfnInventory = 0;
|
- |
|
| 454 |
setOurFbaInventoryIsSet(false);
|
- |
|
| 455 |
this.ourFbaInventory = 0;
|
- |
|
| 456 |
setLowestAmazonPriceIsSet(false);
|
414 |
setLowestAmazonPriceIsSet(false);
|
| 457 |
this.lowestAmazonPrice = 0.0;
|
415 |
this.lowestAmazonPrice = 0.0;
|
| 458 |
this.lowestAmazonSeller = null;
|
416 |
this.lowestAmazonSeller = null;
|
| 459 |
this.productName = null;
|
417 |
this.productName = null;
|
| 460 |
}
|
418 |
}
|
| Line 856... |
Line 814... |
| 856 |
if (!value) {
|
814 |
if (!value) {
|
| 857 |
this.lowestFlipkartSeller = null;
|
815 |
this.lowestFlipkartSeller = null;
|
| 858 |
}
|
816 |
}
|
| 859 |
}
|
817 |
}
|
| 860 |
|
818 |
|
| 861 |
public double getOurMfnPrice() {
|
819 |
public double getOurAmazonPrice() {
|
| 862 |
return this.ourMfnPrice;
|
- |
|
| 863 |
}
|
- |
|
| 864 |
|
- |
|
| 865 |
public void setOurMfnPrice(double ourMfnPrice) {
|
- |
|
| 866 |
this.ourMfnPrice = ourMfnPrice;
|
- |
|
| 867 |
setOurMfnPriceIsSet(true);
|
- |
|
| 868 |
}
|
- |
|
| 869 |
|
- |
|
| 870 |
public void unsetOurMfnPrice() {
|
- |
|
| 871 |
__isset_bit_vector.clear(__OURMFNPRICE_ISSET_ID);
|
- |
|
| 872 |
}
|
- |
|
| 873 |
|
- |
|
| 874 |
/** Returns true if field ourMfnPrice is set (has been assigned a value) and false otherwise */
|
- |
|
| 875 |
public boolean isSetOurMfnPrice() {
|
- |
|
| 876 |
return __isset_bit_vector.get(__OURMFNPRICE_ISSET_ID);
|
- |
|
| 877 |
}
|
- |
|
| 878 |
|
- |
|
| 879 |
public void setOurMfnPriceIsSet(boolean value) {
|
- |
|
| 880 |
__isset_bit_vector.set(__OURMFNPRICE_ISSET_ID, value);
|
- |
|
| 881 |
}
|
- |
|
| 882 |
|
- |
|
| 883 |
public double getOurFbaPrice() {
|
- |
|
| 884 |
return this.ourFbaPrice;
|
820 |
return this.ourAmazonPrice;
|
| 885 |
}
|
- |
|
| 886 |
|
- |
|
| 887 |
public void setOurFbaPrice(double ourFbaPrice) {
|
- |
|
| 888 |
this.ourFbaPrice = ourFbaPrice;
|
- |
|
| 889 |
setOurFbaPriceIsSet(true);
|
- |
|
| 890 |
}
|
- |
|
| 891 |
|
- |
|
| 892 |
public void unsetOurFbaPrice() {
|
- |
|
| 893 |
__isset_bit_vector.clear(__OURFBAPRICE_ISSET_ID);
|
- |
|
| 894 |
}
|
- |
|
| 895 |
|
- |
|
| 896 |
/** Returns true if field ourFbaPrice is set (has been assigned a value) and false otherwise */
|
- |
|
| 897 |
public boolean isSetOurFbaPrice() {
|
- |
|
| 898 |
return __isset_bit_vector.get(__OURFBAPRICE_ISSET_ID);
|
- |
|
| 899 |
}
|
- |
|
| 900 |
|
- |
|
| 901 |
public void setOurFbaPriceIsSet(boolean value) {
|
- |
|
| 902 |
__isset_bit_vector.set(__OURFBAPRICE_ISSET_ID, value);
|
- |
|
| 903 |
}
|
- |
|
| 904 |
|
- |
|
| 905 |
public long getOurMfnInventory() {
|
- |
|
| 906 |
return this.ourMfnInventory;
|
- |
|
| 907 |
}
|
- |
|
| 908 |
|
- |
|
| 909 |
public void setOurMfnInventory(long ourMfnInventory) {
|
- |
|
| 910 |
this.ourMfnInventory = ourMfnInventory;
|
- |
|
| 911 |
setOurMfnInventoryIsSet(true);
|
- |
|
| 912 |
}
|
- |
|
| 913 |
|
- |
|
| 914 |
public void unsetOurMfnInventory() {
|
- |
|
| 915 |
__isset_bit_vector.clear(__OURMFNINVENTORY_ISSET_ID);
|
- |
|
| 916 |
}
|
821 |
}
|
| 917 |
|
822 |
|
| 918 |
/** Returns true if field ourMfnInventory is set (has been assigned a value) and false otherwise */
|
823 |
public void setOurAmazonPrice(double ourAmazonPrice) {
|
| 919 |
public boolean isSetOurMfnInventory() {
|
824 |
this.ourAmazonPrice = ourAmazonPrice;
|
| 920 |
return __isset_bit_vector.get(__OURMFNINVENTORY_ISSET_ID);
|
825 |
setOurAmazonPriceIsSet(true);
|
| 921 |
}
|
826 |
}
|
| 922 |
|
827 |
|
| 923 |
public void setOurMfnInventoryIsSet(boolean value) {
|
828 |
public void unsetOurAmazonPrice() {
|
| 924 |
__isset_bit_vector.set(__OURMFNINVENTORY_ISSET_ID, value);
|
829 |
__isset_bit_vector.clear(__OURAMAZONPRICE_ISSET_ID);
|
| 925 |
}
|
830 |
}
|
| 926 |
|
831 |
|
| - |
|
832 |
/** Returns true if field ourAmazonPrice is set (has been assigned a value) and false otherwise */
|
| 927 |
public long getOurFbaInventory() {
|
833 |
public boolean isSetOurAmazonPrice() {
|
| 928 |
return this.ourFbaInventory;
|
834 |
return __isset_bit_vector.get(__OURAMAZONPRICE_ISSET_ID);
|
| 929 |
}
|
835 |
}
|
| 930 |
|
836 |
|
| 931 |
public void setOurFbaInventory(long ourFbaInventory) {
|
- |
|
| 932 |
this.ourFbaInventory = ourFbaInventory;
|
- |
|
| 933 |
setOurFbaInventoryIsSet(true);
|
- |
|
| 934 |
}
|
- |
|
| 935 |
|
- |
|
| 936 |
public void unsetOurFbaInventory() {
|
- |
|
| 937 |
__isset_bit_vector.clear(__OURFBAINVENTORY_ISSET_ID);
|
- |
|
| 938 |
}
|
- |
|
| 939 |
|
- |
|
| 940 |
/** Returns true if field ourFbaInventory is set (has been assigned a value) and false otherwise */
|
- |
|
| 941 |
public boolean isSetOurFbaInventory() {
|
- |
|
| 942 |
return __isset_bit_vector.get(__OURFBAINVENTORY_ISSET_ID);
|
- |
|
| 943 |
}
|
- |
|
| 944 |
|
- |
|
| 945 |
public void setOurFbaInventoryIsSet(boolean value) {
|
837 |
public void setOurAmazonPriceIsSet(boolean value) {
|
| 946 |
__isset_bit_vector.set(__OURFBAINVENTORY_ISSET_ID, value);
|
838 |
__isset_bit_vector.set(__OURAMAZONPRICE_ISSET_ID, value);
|
| 947 |
}
|
839 |
}
|
| 948 |
|
840 |
|
| 949 |
public double getLowestAmazonPrice() {
|
841 |
public double getLowestAmazonPrice() {
|
| 950 |
return this.lowestAmazonPrice;
|
842 |
return this.lowestAmazonPrice;
|
| 951 |
}
|
843 |
}
|
| Line 1158... |
Line 1050... |
| 1158 |
} else {
|
1050 |
} else {
|
| 1159 |
setLowestFlipkartSeller((String)value);
|
1051 |
setLowestFlipkartSeller((String)value);
|
| 1160 |
}
|
1052 |
}
|
| 1161 |
break;
|
1053 |
break;
|
| 1162 |
|
1054 |
|
| 1163 |
case OUR_MFN_PRICE:
|
1055 |
case OUR_AMAZON_PRICE:
|
| 1164 |
if (value == null) {
|
- |
|
| 1165 |
unsetOurMfnPrice();
|
- |
|
| 1166 |
} else {
|
- |
|
| 1167 |
setOurMfnPrice((Double)value);
|
- |
|
| 1168 |
}
|
- |
|
| 1169 |
break;
|
- |
|
| 1170 |
|
- |
|
| 1171 |
case OUR_FBA_PRICE:
|
- |
|
| 1172 |
if (value == null) {
|
1056 |
if (value == null) {
|
| 1173 |
unsetOurFbaPrice();
|
1057 |
unsetOurAmazonPrice();
|
| 1174 |
} else {
|
1058 |
} else {
|
| 1175 |
setOurFbaPrice((Double)value);
|
1059 |
setOurAmazonPrice((Double)value);
|
| 1176 |
}
|
- |
|
| 1177 |
break;
|
- |
|
| 1178 |
|
- |
|
| 1179 |
case OUR_MFN_INVENTORY:
|
- |
|
| 1180 |
if (value == null) {
|
- |
|
| 1181 |
unsetOurMfnInventory();
|
- |
|
| 1182 |
} else {
|
- |
|
| 1183 |
setOurMfnInventory((Long)value);
|
- |
|
| 1184 |
}
|
- |
|
| 1185 |
break;
|
- |
|
| 1186 |
|
- |
|
| 1187 |
case OUR_FBA_INVENTORY:
|
- |
|
| 1188 |
if (value == null) {
|
- |
|
| 1189 |
unsetOurFbaInventory();
|
- |
|
| 1190 |
} else {
|
- |
|
| 1191 |
setOurFbaInventory((Long)value);
|
- |
|
| 1192 |
}
|
1060 |
}
|
| 1193 |
break;
|
1061 |
break;
|
| 1194 |
|
1062 |
|
| 1195 |
case LOWEST_AMAZON_PRICE:
|
1063 |
case LOWEST_AMAZON_PRICE:
|
| 1196 |
if (value == null) {
|
1064 |
if (value == null) {
|
| Line 1273... |
Line 1141... |
| 1273 |
return Long.valueOf(getOurFlipkartInventory());
|
1141 |
return Long.valueOf(getOurFlipkartInventory());
|
| 1274 |
|
1142 |
|
| 1275 |
case LOWEST_FLIPKART_SELLER:
|
1143 |
case LOWEST_FLIPKART_SELLER:
|
| 1276 |
return getLowestFlipkartSeller();
|
1144 |
return getLowestFlipkartSeller();
|
| 1277 |
|
1145 |
|
| 1278 |
case OUR_MFN_PRICE:
|
1146 |
case OUR_AMAZON_PRICE:
|
| 1279 |
return Double.valueOf(getOurMfnPrice());
|
- |
|
| 1280 |
|
- |
|
| 1281 |
case OUR_FBA_PRICE:
|
- |
|
| 1282 |
return Double.valueOf(getOurFbaPrice());
|
1147 |
return Double.valueOf(getOurAmazonPrice());
|
| 1283 |
|
- |
|
| 1284 |
case OUR_MFN_INVENTORY:
|
- |
|
| 1285 |
return Long.valueOf(getOurMfnInventory());
|
- |
|
| 1286 |
|
- |
|
| 1287 |
case OUR_FBA_INVENTORY:
|
- |
|
| 1288 |
return Long.valueOf(getOurFbaInventory());
|
- |
|
| 1289 |
|
1148 |
|
| 1290 |
case LOWEST_AMAZON_PRICE:
|
1149 |
case LOWEST_AMAZON_PRICE:
|
| 1291 |
return Double.valueOf(getLowestAmazonPrice());
|
1150 |
return Double.valueOf(getLowestAmazonPrice());
|
| 1292 |
|
1151 |
|
| 1293 |
case LOWEST_AMAZON_SELLER:
|
1152 |
case LOWEST_AMAZON_SELLER:
|
| Line 1341... |
Line 1200... |
| 1341 |
return isSetOurFlipkartPrice();
|
1200 |
return isSetOurFlipkartPrice();
|
| 1342 |
case OUR_FLIPKART_INVENTORY:
|
1201 |
case OUR_FLIPKART_INVENTORY:
|
| 1343 |
return isSetOurFlipkartInventory();
|
1202 |
return isSetOurFlipkartInventory();
|
| 1344 |
case LOWEST_FLIPKART_SELLER:
|
1203 |
case LOWEST_FLIPKART_SELLER:
|
| 1345 |
return isSetLowestFlipkartSeller();
|
1204 |
return isSetLowestFlipkartSeller();
|
| 1346 |
case OUR_MFN_PRICE:
|
1205 |
case OUR_AMAZON_PRICE:
|
| 1347 |
return isSetOurMfnPrice();
|
- |
|
| 1348 |
case OUR_FBA_PRICE:
|
- |
|
| 1349 |
return isSetOurFbaPrice();
|
1206 |
return isSetOurAmazonPrice();
|
| 1350 |
case OUR_MFN_INVENTORY:
|
- |
|
| 1351 |
return isSetOurMfnInventory();
|
- |
|
| 1352 |
case OUR_FBA_INVENTORY:
|
- |
|
| 1353 |
return isSetOurFbaInventory();
|
- |
|
| 1354 |
case LOWEST_AMAZON_PRICE:
|
1207 |
case LOWEST_AMAZON_PRICE:
|
| 1355 |
return isSetLowestAmazonPrice();
|
1208 |
return isSetLowestAmazonPrice();
|
| 1356 |
case LOWEST_AMAZON_SELLER:
|
1209 |
case LOWEST_AMAZON_SELLER:
|
| 1357 |
return isSetLowestAmazonSeller();
|
1210 |
return isSetLowestAmazonSeller();
|
| 1358 |
case PRODUCT_NAME:
|
1211 |
case PRODUCT_NAME:
|
| Line 1534... |
Line 1387... |
| 1534 |
return false;
|
1387 |
return false;
|
| 1535 |
if (!this.lowestFlipkartSeller.equals(that.lowestFlipkartSeller))
|
1388 |
if (!this.lowestFlipkartSeller.equals(that.lowestFlipkartSeller))
|
| 1536 |
return false;
|
1389 |
return false;
|
| 1537 |
}
|
1390 |
}
|
| 1538 |
|
1391 |
|
| 1539 |
boolean this_present_ourMfnPrice = true;
|
1392 |
boolean this_present_ourAmazonPrice = true;
|
| 1540 |
boolean that_present_ourMfnPrice = true;
|
- |
|
| 1541 |
if (this_present_ourMfnPrice || that_present_ourMfnPrice) {
|
- |
|
| 1542 |
if (!(this_present_ourMfnPrice && that_present_ourMfnPrice))
|
- |
|
| 1543 |
return false;
|
- |
|
| 1544 |
if (this.ourMfnPrice != that.ourMfnPrice)
|
- |
|
| 1545 |
return false;
|
- |
|
| 1546 |
}
|
- |
|
| 1547 |
|
- |
|
| 1548 |
boolean this_present_ourFbaPrice = true;
|
- |
|
| 1549 |
boolean that_present_ourFbaPrice = true;
|
1393 |
boolean that_present_ourAmazonPrice = true;
|
| 1550 |
if (this_present_ourFbaPrice || that_present_ourFbaPrice) {
|
1394 |
if (this_present_ourAmazonPrice || that_present_ourAmazonPrice) {
|
| 1551 |
if (!(this_present_ourFbaPrice && that_present_ourFbaPrice))
|
1395 |
if (!(this_present_ourAmazonPrice && that_present_ourAmazonPrice))
|
| 1552 |
return false;
|
- |
|
| 1553 |
if (this.ourFbaPrice != that.ourFbaPrice)
|
- |
|
| 1554 |
return false;
|
- |
|
| 1555 |
}
|
- |
|
| 1556 |
|
- |
|
| 1557 |
boolean this_present_ourMfnInventory = true;
|
- |
|
| 1558 |
boolean that_present_ourMfnInventory = true;
|
- |
|
| 1559 |
if (this_present_ourMfnInventory || that_present_ourMfnInventory) {
|
- |
|
| 1560 |
if (!(this_present_ourMfnInventory && that_present_ourMfnInventory))
|
- |
|
| 1561 |
return false;
|
- |
|
| 1562 |
if (this.ourMfnInventory != that.ourMfnInventory)
|
- |
|
| 1563 |
return false;
|
- |
|
| 1564 |
}
|
- |
|
| 1565 |
|
- |
|
| 1566 |
boolean this_present_ourFbaInventory = true;
|
- |
|
| 1567 |
boolean that_present_ourFbaInventory = true;
|
- |
|
| 1568 |
if (this_present_ourFbaInventory || that_present_ourFbaInventory) {
|
- |
|
| 1569 |
if (!(this_present_ourFbaInventory && that_present_ourFbaInventory))
|
- |
|
| 1570 |
return false;
|
1396 |
return false;
|
| 1571 |
if (this.ourFbaInventory != that.ourFbaInventory)
|
1397 |
if (this.ourAmazonPrice != that.ourAmazonPrice)
|
| 1572 |
return false;
|
1398 |
return false;
|
| 1573 |
}
|
1399 |
}
|
| 1574 |
|
1400 |
|
| 1575 |
boolean this_present_lowestAmazonPrice = true;
|
1401 |
boolean this_present_lowestAmazonPrice = true;
|
| 1576 |
boolean that_present_lowestAmazonPrice = true;
|
1402 |
boolean that_present_lowestAmazonPrice = true;
|
| Line 1793... |
Line 1619... |
| 1793 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lowestFlipkartSeller, typedOther.lowestFlipkartSeller);
|
1619 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lowestFlipkartSeller, typedOther.lowestFlipkartSeller);
|
| 1794 |
if (lastComparison != 0) {
|
1620 |
if (lastComparison != 0) {
|
| 1795 |
return lastComparison;
|
1621 |
return lastComparison;
|
| 1796 |
}
|
1622 |
}
|
| 1797 |
}
|
1623 |
}
|
| 1798 |
lastComparison = Boolean.valueOf(isSetOurMfnPrice()).compareTo(typedOther.isSetOurMfnPrice());
|
1624 |
lastComparison = Boolean.valueOf(isSetOurAmazonPrice()).compareTo(typedOther.isSetOurAmazonPrice());
|
| 1799 |
if (lastComparison != 0) {
|
- |
|
| 1800 |
return lastComparison;
|
- |
|
| 1801 |
}
|
- |
|
| 1802 |
if (isSetOurMfnPrice()) {
|
- |
|
| 1803 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ourMfnPrice, typedOther.ourMfnPrice);
|
- |
|
| 1804 |
if (lastComparison != 0) {
|
- |
|
| 1805 |
return lastComparison;
|
- |
|
| 1806 |
}
|
- |
|
| 1807 |
}
|
- |
|
| 1808 |
lastComparison = Boolean.valueOf(isSetOurFbaPrice()).compareTo(typedOther.isSetOurFbaPrice());
|
- |
|
| 1809 |
if (lastComparison != 0) {
|
- |
|
| 1810 |
return lastComparison;
|
- |
|
| 1811 |
}
|
- |
|
| 1812 |
if (isSetOurFbaPrice()) {
|
- |
|
| 1813 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ourFbaPrice, typedOther.ourFbaPrice);
|
- |
|
| 1814 |
if (lastComparison != 0) {
|
- |
|
| 1815 |
return lastComparison;
|
- |
|
| 1816 |
}
|
- |
|
| 1817 |
}
|
- |
|
| 1818 |
lastComparison = Boolean.valueOf(isSetOurMfnInventory()).compareTo(typedOther.isSetOurMfnInventory());
|
- |
|
| 1819 |
if (lastComparison != 0) {
|
- |
|
| 1820 |
return lastComparison;
|
- |
|
| 1821 |
}
|
- |
|
| 1822 |
if (isSetOurMfnInventory()) {
|
- |
|
| 1823 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ourMfnInventory, typedOther.ourMfnInventory);
|
- |
|
| 1824 |
if (lastComparison != 0) {
|
- |
|
| 1825 |
return lastComparison;
|
- |
|
| 1826 |
}
|
- |
|
| 1827 |
}
|
- |
|
| 1828 |
lastComparison = Boolean.valueOf(isSetOurFbaInventory()).compareTo(typedOther.isSetOurFbaInventory());
|
- |
|
| 1829 |
if (lastComparison != 0) {
|
1625 |
if (lastComparison != 0) {
|
| 1830 |
return lastComparison;
|
1626 |
return lastComparison;
|
| 1831 |
}
|
1627 |
}
|
| 1832 |
if (isSetOurFbaInventory()) {
|
1628 |
if (isSetOurAmazonPrice()) {
|
| 1833 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ourFbaInventory, typedOther.ourFbaInventory);
|
1629 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ourAmazonPrice, typedOther.ourAmazonPrice);
|
| 1834 |
if (lastComparison != 0) {
|
1630 |
if (lastComparison != 0) {
|
| 1835 |
return lastComparison;
|
1631 |
return lastComparison;
|
| 1836 |
}
|
1632 |
}
|
| 1837 |
}
|
1633 |
}
|
| 1838 |
lastComparison = Boolean.valueOf(isSetLowestAmazonPrice()).compareTo(typedOther.isSetLowestAmazonPrice());
|
1634 |
lastComparison = Boolean.valueOf(isSetLowestAmazonPrice()).compareTo(typedOther.isSetLowestAmazonPrice());
|
| Line 2021... |
Line 1817... |
| 2021 |
this.lowestFlipkartSeller = iprot.readString();
|
1817 |
this.lowestFlipkartSeller = iprot.readString();
|
| 2022 |
} else {
|
1818 |
} else {
|
| 2023 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1819 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2024 |
}
|
1820 |
}
|
| 2025 |
break;
|
1821 |
break;
|
| 2026 |
case 19: // OUR_MFN_PRICE
|
1822 |
case 19: // OUR_AMAZON_PRICE
|
| 2027 |
if (field.type == org.apache.thrift.protocol.TType.DOUBLE) {
|
1823 |
if (field.type == org.apache.thrift.protocol.TType.DOUBLE) {
|
| 2028 |
this.ourMfnPrice = iprot.readDouble();
|
1824 |
this.ourAmazonPrice = iprot.readDouble();
|
| 2029 |
setOurMfnPriceIsSet(true);
|
1825 |
setOurAmazonPriceIsSet(true);
|
| 2030 |
} else {
|
1826 |
} else {
|
| 2031 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1827 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2032 |
}
|
1828 |
}
|
| 2033 |
break;
|
1829 |
break;
|
| 2034 |
case 20: // OUR_FBA_PRICE
|
- |
|
| 2035 |
if (field.type == org.apache.thrift.protocol.TType.DOUBLE) {
|
- |
|
| 2036 |
this.ourFbaPrice = iprot.readDouble();
|
- |
|
| 2037 |
setOurFbaPriceIsSet(true);
|
- |
|
| 2038 |
} else {
|
- |
|
| 2039 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
- |
|
| 2040 |
}
|
- |
|
| 2041 |
break;
|
- |
|
| 2042 |
case 21: // OUR_MFN_INVENTORY
|
- |
|
| 2043 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
- |
|
| 2044 |
this.ourMfnInventory = iprot.readI64();
|
- |
|
| 2045 |
setOurMfnInventoryIsSet(true);
|
- |
|
| 2046 |
} else {
|
- |
|
| 2047 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
- |
|
| 2048 |
}
|
- |
|
| 2049 |
break;
|
- |
|
| 2050 |
case 22: // OUR_FBA_INVENTORY
|
- |
|
| 2051 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
- |
|
| 2052 |
this.ourFbaInventory = iprot.readI64();
|
- |
|
| 2053 |
setOurFbaInventoryIsSet(true);
|
- |
|
| 2054 |
} else {
|
- |
|
| 2055 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
- |
|
| 2056 |
}
|
- |
|
| 2057 |
break;
|
- |
|
| 2058 |
case 23: // LOWEST_AMAZON_PRICE
|
1830 |
case 20: // LOWEST_AMAZON_PRICE
|
| 2059 |
if (field.type == org.apache.thrift.protocol.TType.DOUBLE) {
|
1831 |
if (field.type == org.apache.thrift.protocol.TType.DOUBLE) {
|
| 2060 |
this.lowestAmazonPrice = iprot.readDouble();
|
1832 |
this.lowestAmazonPrice = iprot.readDouble();
|
| 2061 |
setLowestAmazonPriceIsSet(true);
|
1833 |
setLowestAmazonPriceIsSet(true);
|
| 2062 |
} else {
|
1834 |
} else {
|
| 2063 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1835 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2064 |
}
|
1836 |
}
|
| 2065 |
break;
|
1837 |
break;
|
| 2066 |
case 24: // LOWEST_AMAZON_SELLER
|
1838 |
case 21: // LOWEST_AMAZON_SELLER
|
| 2067 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
1839 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
| 2068 |
this.lowestAmazonSeller = iprot.readString();
|
1840 |
this.lowestAmazonSeller = iprot.readString();
|
| 2069 |
} else {
|
1841 |
} else {
|
| 2070 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1842 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2071 |
}
|
1843 |
}
|
| 2072 |
break;
|
1844 |
break;
|
| 2073 |
case 25: // PRODUCT_NAME
|
1845 |
case 22: // PRODUCT_NAME
|
| 2074 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
1846 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
| 2075 |
this.productName = iprot.readString();
|
1847 |
this.productName = iprot.readString();
|
| 2076 |
} else {
|
1848 |
} else {
|
| 2077 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1849 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2078 |
}
|
1850 |
}
|
| Line 2148... |
Line 1920... |
| 2148 |
if (this.lowestFlipkartSeller != null) {
|
1920 |
if (this.lowestFlipkartSeller != null) {
|
| 2149 |
oprot.writeFieldBegin(LOWEST_FLIPKART_SELLER_FIELD_DESC);
|
1921 |
oprot.writeFieldBegin(LOWEST_FLIPKART_SELLER_FIELD_DESC);
|
| 2150 |
oprot.writeString(this.lowestFlipkartSeller);
|
1922 |
oprot.writeString(this.lowestFlipkartSeller);
|
| 2151 |
oprot.writeFieldEnd();
|
1923 |
oprot.writeFieldEnd();
|
| 2152 |
}
|
1924 |
}
|
| 2153 |
oprot.writeFieldBegin(OUR_MFN_PRICE_FIELD_DESC);
|
1925 |
oprot.writeFieldBegin(OUR_AMAZON_PRICE_FIELD_DESC);
|
| 2154 |
oprot.writeDouble(this.ourMfnPrice);
|
- |
|
| 2155 |
oprot.writeFieldEnd();
|
- |
|
| 2156 |
oprot.writeFieldBegin(OUR_FBA_PRICE_FIELD_DESC);
|
- |
|
| 2157 |
oprot.writeDouble(this.ourFbaPrice);
|
1926 |
oprot.writeDouble(this.ourAmazonPrice);
|
| 2158 |
oprot.writeFieldEnd();
|
- |
|
| 2159 |
oprot.writeFieldBegin(OUR_MFN_INVENTORY_FIELD_DESC);
|
- |
|
| 2160 |
oprot.writeI64(this.ourMfnInventory);
|
- |
|
| 2161 |
oprot.writeFieldEnd();
|
- |
|
| 2162 |
oprot.writeFieldBegin(OUR_FBA_INVENTORY_FIELD_DESC);
|
- |
|
| 2163 |
oprot.writeI64(this.ourFbaInventory);
|
- |
|
| 2164 |
oprot.writeFieldEnd();
|
1927 |
oprot.writeFieldEnd();
|
| 2165 |
oprot.writeFieldBegin(LOWEST_AMAZON_PRICE_FIELD_DESC);
|
1928 |
oprot.writeFieldBegin(LOWEST_AMAZON_PRICE_FIELD_DESC);
|
| 2166 |
oprot.writeDouble(this.lowestAmazonPrice);
|
1929 |
oprot.writeDouble(this.lowestAmazonPrice);
|
| 2167 |
oprot.writeFieldEnd();
|
1930 |
oprot.writeFieldEnd();
|
| 2168 |
if (this.lowestAmazonSeller != null) {
|
1931 |
if (this.lowestAmazonSeller != null) {
|
| Line 2266... |
Line 2029... |
| 2266 |
} else {
|
2029 |
} else {
|
| 2267 |
sb.append(this.lowestFlipkartSeller);
|
2030 |
sb.append(this.lowestFlipkartSeller);
|
| 2268 |
}
|
2031 |
}
|
| 2269 |
first = false;
|
2032 |
first = false;
|
| 2270 |
if (!first) sb.append(", ");
|
2033 |
if (!first) sb.append(", ");
|
| 2271 |
sb.append("ourMfnPrice:");
|
2034 |
sb.append("ourAmazonPrice:");
|
| 2272 |
sb.append(this.ourMfnPrice);
|
- |
|
| 2273 |
first = false;
|
- |
|
| 2274 |
if (!first) sb.append(", ");
|
- |
|
| 2275 |
sb.append("ourFbaPrice:");
|
- |
|
| 2276 |
sb.append(this.ourFbaPrice);
|
2035 |
sb.append(this.ourAmazonPrice);
|
| 2277 |
first = false;
|
- |
|
| 2278 |
if (!first) sb.append(", ");
|
- |
|
| 2279 |
sb.append("ourMfnInventory:");
|
- |
|
| 2280 |
sb.append(this.ourMfnInventory);
|
- |
|
| 2281 |
first = false;
|
- |
|
| 2282 |
if (!first) sb.append(", ");
|
- |
|
| 2283 |
sb.append("ourFbaInventory:");
|
- |
|
| 2284 |
sb.append(this.ourFbaInventory);
|
- |
|
| 2285 |
first = false;
|
2036 |
first = false;
|
| 2286 |
if (!first) sb.append(", ");
|
2037 |
if (!first) sb.append(", ");
|
| 2287 |
sb.append("lowestAmazonPrice:");
|
2038 |
sb.append("lowestAmazonPrice:");
|
| 2288 |
sb.append(this.lowestAmazonPrice);
|
2039 |
sb.append(this.lowestAmazonPrice);
|
| 2289 |
first = false;
|
2040 |
first = false;
|