| Line 31... |
Line 31... |
| 31 |
private static final org.apache.thrift.protocol.TField FRESH_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("freshCount", org.apache.thrift.protocol.TType.I64, (short)6);
|
31 |
private static final org.apache.thrift.protocol.TField FRESH_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("freshCount", org.apache.thrift.protocol.TType.I64, (short)6);
|
| 32 |
private static final org.apache.thrift.protocol.TField ONE_TO_TWO_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("oneToTwoCount", org.apache.thrift.protocol.TType.I64, (short)7);
|
32 |
private static final org.apache.thrift.protocol.TField ONE_TO_TWO_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("oneToTwoCount", org.apache.thrift.protocol.TType.I64, (short)7);
|
| 33 |
private static final org.apache.thrift.protocol.TField TWO_TO_THREE_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("TwoToThreeCount", org.apache.thrift.protocol.TType.I64, (short)8);
|
33 |
private static final org.apache.thrift.protocol.TField TWO_TO_THREE_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("TwoToThreeCount", org.apache.thrift.protocol.TType.I64, (short)8);
|
| 34 |
private static final org.apache.thrift.protocol.TField THREE_TO_FOUR_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("ThreeToFourCount", org.apache.thrift.protocol.TType.I64, (short)9);
|
34 |
private static final org.apache.thrift.protocol.TField THREE_TO_FOUR_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("ThreeToFourCount", org.apache.thrift.protocol.TType.I64, (short)9);
|
| 35 |
private static final org.apache.thrift.protocol.TField FOUR_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("FourPlusCount", org.apache.thrift.protocol.TType.I64, (short)10);
|
35 |
private static final org.apache.thrift.protocol.TField FOUR_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("FourPlusCount", org.apache.thrift.protocol.TType.I64, (short)10);
|
| - |
|
36 |
private static final org.apache.thrift.protocol.TField THREE_MONTH_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("threeMonthPlusCount", org.apache.thrift.protocol.TType.I64, (short)11);
|
| - |
|
37 |
private static final org.apache.thrift.protocol.TField SIX_MONTH_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("sixMonthPlusCount", org.apache.thrift.protocol.TType.I64, (short)12);
|
| 36 |
private static final org.apache.thrift.protocol.TField ZERO_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("ZeroPlusCount", org.apache.thrift.protocol.TType.I64, (short)11);
|
38 |
private static final org.apache.thrift.protocol.TField ZERO_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("ZeroPlusCount", org.apache.thrift.protocol.TType.I64, (short)13);
|
| 37 |
private static final org.apache.thrift.protocol.TField ONE_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("OnePlusCount", org.apache.thrift.protocol.TType.I64, (short)12);
|
39 |
private static final org.apache.thrift.protocol.TField ONE_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("OnePlusCount", org.apache.thrift.protocol.TType.I64, (short)14);
|
| 38 |
private static final org.apache.thrift.protocol.TField ZERO_PLUS_COST_FIELD_DESC = new org.apache.thrift.protocol.TField("ZeroPlusCost", org.apache.thrift.protocol.TType.I64, (short)13);
|
40 |
private static final org.apache.thrift.protocol.TField ZERO_PLUS_COST_FIELD_DESC = new org.apache.thrift.protocol.TField("ZeroPlusCost", org.apache.thrift.protocol.TType.I64, (short)15);
|
| 39 |
private static final org.apache.thrift.protocol.TField ONE_PLUS_COST_FIELD_DESC = new org.apache.thrift.protocol.TField("OnePlusCost", org.apache.thrift.protocol.TType.I64, (short)14);
|
41 |
private static final org.apache.thrift.protocol.TField ONE_PLUS_COST_FIELD_DESC = new org.apache.thrift.protocol.TField("OnePlusCost", org.apache.thrift.protocol.TType.I64, (short)16);
|
| 40 |
private static final org.apache.thrift.protocol.TField CATEGORY_FIELD_DESC = new org.apache.thrift.protocol.TField("category", org.apache.thrift.protocol.TType.STRING, (short)15);
|
42 |
private static final org.apache.thrift.protocol.TField CATEGORY_FIELD_DESC = new org.apache.thrift.protocol.TField("category", org.apache.thrift.protocol.TType.STRING, (short)17);
|
| 41 |
|
43 |
|
| 42 |
private long itemId; // required
|
44 |
private long itemId; // required
|
| 43 |
private String brand; // required
|
45 |
private String brand; // required
|
| 44 |
private String modelName; // required
|
46 |
private String modelName; // required
|
| 45 |
private String modelNumber; // required
|
47 |
private String modelNumber; // required
|
| Line 47... |
Line 49... |
| 47 |
private long freshCount; // required
|
49 |
private long freshCount; // required
|
| 48 |
private long oneToTwoCount; // required
|
50 |
private long oneToTwoCount; // required
|
| 49 |
private long TwoToThreeCount; // required
|
51 |
private long TwoToThreeCount; // required
|
| 50 |
private long ThreeToFourCount; // required
|
52 |
private long ThreeToFourCount; // required
|
| 51 |
private long FourPlusCount; // required
|
53 |
private long FourPlusCount; // required
|
| - |
|
54 |
private long threeMonthPlusCount; // required
|
| - |
|
55 |
private long sixMonthPlusCount; // required
|
| 52 |
private long ZeroPlusCount; // required
|
56 |
private long ZeroPlusCount; // required
|
| 53 |
private long OnePlusCount; // required
|
57 |
private long OnePlusCount; // required
|
| 54 |
private long ZeroPlusCost; // required
|
58 |
private long ZeroPlusCost; // required
|
| 55 |
private long OnePlusCost; // required
|
59 |
private long OnePlusCost; // required
|
| 56 |
private String category; // required
|
60 |
private String category; // required
|
| Line 65... |
Line 69... |
| 65 |
FRESH_COUNT((short)6, "freshCount"),
|
69 |
FRESH_COUNT((short)6, "freshCount"),
|
| 66 |
ONE_TO_TWO_COUNT((short)7, "oneToTwoCount"),
|
70 |
ONE_TO_TWO_COUNT((short)7, "oneToTwoCount"),
|
| 67 |
TWO_TO_THREE_COUNT((short)8, "TwoToThreeCount"),
|
71 |
TWO_TO_THREE_COUNT((short)8, "TwoToThreeCount"),
|
| 68 |
THREE_TO_FOUR_COUNT((short)9, "ThreeToFourCount"),
|
72 |
THREE_TO_FOUR_COUNT((short)9, "ThreeToFourCount"),
|
| 69 |
FOUR_PLUS_COUNT((short)10, "FourPlusCount"),
|
73 |
FOUR_PLUS_COUNT((short)10, "FourPlusCount"),
|
| - |
|
74 |
THREE_MONTH_PLUS_COUNT((short)11, "threeMonthPlusCount"),
|
| - |
|
75 |
SIX_MONTH_PLUS_COUNT((short)12, "sixMonthPlusCount"),
|
| 70 |
ZERO_PLUS_COUNT((short)11, "ZeroPlusCount"),
|
76 |
ZERO_PLUS_COUNT((short)13, "ZeroPlusCount"),
|
| 71 |
ONE_PLUS_COUNT((short)12, "OnePlusCount"),
|
77 |
ONE_PLUS_COUNT((short)14, "OnePlusCount"),
|
| 72 |
ZERO_PLUS_COST((short)13, "ZeroPlusCost"),
|
78 |
ZERO_PLUS_COST((short)15, "ZeroPlusCost"),
|
| 73 |
ONE_PLUS_COST((short)14, "OnePlusCost"),
|
79 |
ONE_PLUS_COST((short)16, "OnePlusCost"),
|
| 74 |
CATEGORY((short)15, "category");
|
80 |
CATEGORY((short)17, "category");
|
| 75 |
|
81 |
|
| 76 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
82 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| 77 |
|
83 |
|
| 78 |
static {
|
84 |
static {
|
| 79 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
85 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| Line 104... |
Line 110... |
| 104 |
return TWO_TO_THREE_COUNT;
|
110 |
return TWO_TO_THREE_COUNT;
|
| 105 |
case 9: // THREE_TO_FOUR_COUNT
|
111 |
case 9: // THREE_TO_FOUR_COUNT
|
| 106 |
return THREE_TO_FOUR_COUNT;
|
112 |
return THREE_TO_FOUR_COUNT;
|
| 107 |
case 10: // FOUR_PLUS_COUNT
|
113 |
case 10: // FOUR_PLUS_COUNT
|
| 108 |
return FOUR_PLUS_COUNT;
|
114 |
return FOUR_PLUS_COUNT;
|
| - |
|
115 |
case 11: // THREE_MONTH_PLUS_COUNT
|
| - |
|
116 |
return THREE_MONTH_PLUS_COUNT;
|
| - |
|
117 |
case 12: // SIX_MONTH_PLUS_COUNT
|
| - |
|
118 |
return SIX_MONTH_PLUS_COUNT;
|
| 109 |
case 11: // ZERO_PLUS_COUNT
|
119 |
case 13: // ZERO_PLUS_COUNT
|
| 110 |
return ZERO_PLUS_COUNT;
|
120 |
return ZERO_PLUS_COUNT;
|
| 111 |
case 12: // ONE_PLUS_COUNT
|
121 |
case 14: // ONE_PLUS_COUNT
|
| 112 |
return ONE_PLUS_COUNT;
|
122 |
return ONE_PLUS_COUNT;
|
| 113 |
case 13: // ZERO_PLUS_COST
|
123 |
case 15: // ZERO_PLUS_COST
|
| 114 |
return ZERO_PLUS_COST;
|
124 |
return ZERO_PLUS_COST;
|
| 115 |
case 14: // ONE_PLUS_COST
|
125 |
case 16: // ONE_PLUS_COST
|
| 116 |
return ONE_PLUS_COST;
|
126 |
return ONE_PLUS_COST;
|
| 117 |
case 15: // CATEGORY
|
127 |
case 17: // CATEGORY
|
| 118 |
return CATEGORY;
|
128 |
return CATEGORY;
|
| 119 |
default:
|
129 |
default:
|
| 120 |
return null;
|
130 |
return null;
|
| 121 |
}
|
131 |
}
|
| 122 |
}
|
132 |
}
|
| Line 160... |
Line 170... |
| 160 |
private static final int __FRESHCOUNT_ISSET_ID = 1;
|
170 |
private static final int __FRESHCOUNT_ISSET_ID = 1;
|
| 161 |
private static final int __ONETOTWOCOUNT_ISSET_ID = 2;
|
171 |
private static final int __ONETOTWOCOUNT_ISSET_ID = 2;
|
| 162 |
private static final int __TWOTOTHREECOUNT_ISSET_ID = 3;
|
172 |
private static final int __TWOTOTHREECOUNT_ISSET_ID = 3;
|
| 163 |
private static final int __THREETOFOURCOUNT_ISSET_ID = 4;
|
173 |
private static final int __THREETOFOURCOUNT_ISSET_ID = 4;
|
| 164 |
private static final int __FOURPLUSCOUNT_ISSET_ID = 5;
|
174 |
private static final int __FOURPLUSCOUNT_ISSET_ID = 5;
|
| - |
|
175 |
private static final int __THREEMONTHPLUSCOUNT_ISSET_ID = 6;
|
| - |
|
176 |
private static final int __SIXMONTHPLUSCOUNT_ISSET_ID = 7;
|
| 165 |
private static final int __ZEROPLUSCOUNT_ISSET_ID = 6;
|
177 |
private static final int __ZEROPLUSCOUNT_ISSET_ID = 8;
|
| 166 |
private static final int __ONEPLUSCOUNT_ISSET_ID = 7;
|
178 |
private static final int __ONEPLUSCOUNT_ISSET_ID = 9;
|
| 167 |
private static final int __ZEROPLUSCOST_ISSET_ID = 8;
|
179 |
private static final int __ZEROPLUSCOST_ISSET_ID = 10;
|
| 168 |
private static final int __ONEPLUSCOST_ISSET_ID = 9;
|
180 |
private static final int __ONEPLUSCOST_ISSET_ID = 11;
|
| 169 |
private BitSet __isset_bit_vector = new BitSet(10);
|
181 |
private BitSet __isset_bit_vector = new BitSet(12);
|
| 170 |
|
182 |
|
| 171 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
183 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| 172 |
static {
|
184 |
static {
|
| 173 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
185 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| 174 |
tmpMap.put(_Fields.ITEM_ID, new org.apache.thrift.meta_data.FieldMetaData("itemId", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
186 |
tmpMap.put(_Fields.ITEM_ID, new org.apache.thrift.meta_data.FieldMetaData("itemId", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 189... |
Line 201... |
| 189 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
201 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 190 |
tmpMap.put(_Fields.THREE_TO_FOUR_COUNT, new org.apache.thrift.meta_data.FieldMetaData("ThreeToFourCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
202 |
tmpMap.put(_Fields.THREE_TO_FOUR_COUNT, new org.apache.thrift.meta_data.FieldMetaData("ThreeToFourCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 191 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
203 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 192 |
tmpMap.put(_Fields.FOUR_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("FourPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
204 |
tmpMap.put(_Fields.FOUR_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("FourPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 193 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
205 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
206 |
tmpMap.put(_Fields.THREE_MONTH_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("threeMonthPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
207 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
208 |
tmpMap.put(_Fields.SIX_MONTH_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("sixMonthPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
209 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 194 |
tmpMap.put(_Fields.ZERO_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
210 |
tmpMap.put(_Fields.ZERO_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 195 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
211 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 196 |
tmpMap.put(_Fields.ONE_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("OnePlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
212 |
tmpMap.put(_Fields.ONE_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("OnePlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 197 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
213 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 198 |
tmpMap.put(_Fields.ZERO_PLUS_COST, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCost", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
214 |
tmpMap.put(_Fields.ZERO_PLUS_COST, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCost", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 217... |
Line 233... |
| 217 |
long freshCount,
|
233 |
long freshCount,
|
| 218 |
long oneToTwoCount,
|
234 |
long oneToTwoCount,
|
| 219 |
long TwoToThreeCount,
|
235 |
long TwoToThreeCount,
|
| 220 |
long ThreeToFourCount,
|
236 |
long ThreeToFourCount,
|
| 221 |
long FourPlusCount,
|
237 |
long FourPlusCount,
|
| - |
|
238 |
long threeMonthPlusCount,
|
| - |
|
239 |
long sixMonthPlusCount,
|
| 222 |
long ZeroPlusCount,
|
240 |
long ZeroPlusCount,
|
| 223 |
long OnePlusCount,
|
241 |
long OnePlusCount,
|
| 224 |
long ZeroPlusCost,
|
242 |
long ZeroPlusCost,
|
| 225 |
long OnePlusCost,
|
243 |
long OnePlusCost,
|
| 226 |
String category)
|
244 |
String category)
|
| Line 240... |
Line 258... |
| 240 |
setTwoToThreeCountIsSet(true);
|
258 |
setTwoToThreeCountIsSet(true);
|
| 241 |
this.ThreeToFourCount = ThreeToFourCount;
|
259 |
this.ThreeToFourCount = ThreeToFourCount;
|
| 242 |
setThreeToFourCountIsSet(true);
|
260 |
setThreeToFourCountIsSet(true);
|
| 243 |
this.FourPlusCount = FourPlusCount;
|
261 |
this.FourPlusCount = FourPlusCount;
|
| 244 |
setFourPlusCountIsSet(true);
|
262 |
setFourPlusCountIsSet(true);
|
| - |
|
263 |
this.threeMonthPlusCount = threeMonthPlusCount;
|
| - |
|
264 |
setThreeMonthPlusCountIsSet(true);
|
| - |
|
265 |
this.sixMonthPlusCount = sixMonthPlusCount;
|
| - |
|
266 |
setSixMonthPlusCountIsSet(true);
|
| 245 |
this.ZeroPlusCount = ZeroPlusCount;
|
267 |
this.ZeroPlusCount = ZeroPlusCount;
|
| 246 |
setZeroPlusCountIsSet(true);
|
268 |
setZeroPlusCountIsSet(true);
|
| 247 |
this.OnePlusCount = OnePlusCount;
|
269 |
this.OnePlusCount = OnePlusCount;
|
| 248 |
setOnePlusCountIsSet(true);
|
270 |
setOnePlusCountIsSet(true);
|
| 249 |
this.ZeroPlusCost = ZeroPlusCost;
|
271 |
this.ZeroPlusCost = ZeroPlusCost;
|
| Line 275... |
Line 297... |
| 275 |
this.freshCount = other.freshCount;
|
297 |
this.freshCount = other.freshCount;
|
| 276 |
this.oneToTwoCount = other.oneToTwoCount;
|
298 |
this.oneToTwoCount = other.oneToTwoCount;
|
| 277 |
this.TwoToThreeCount = other.TwoToThreeCount;
|
299 |
this.TwoToThreeCount = other.TwoToThreeCount;
|
| 278 |
this.ThreeToFourCount = other.ThreeToFourCount;
|
300 |
this.ThreeToFourCount = other.ThreeToFourCount;
|
| 279 |
this.FourPlusCount = other.FourPlusCount;
|
301 |
this.FourPlusCount = other.FourPlusCount;
|
| - |
|
302 |
this.threeMonthPlusCount = other.threeMonthPlusCount;
|
| - |
|
303 |
this.sixMonthPlusCount = other.sixMonthPlusCount;
|
| 280 |
this.ZeroPlusCount = other.ZeroPlusCount;
|
304 |
this.ZeroPlusCount = other.ZeroPlusCount;
|
| 281 |
this.OnePlusCount = other.OnePlusCount;
|
305 |
this.OnePlusCount = other.OnePlusCount;
|
| 282 |
this.ZeroPlusCost = other.ZeroPlusCost;
|
306 |
this.ZeroPlusCost = other.ZeroPlusCost;
|
| 283 |
this.OnePlusCost = other.OnePlusCost;
|
307 |
this.OnePlusCost = other.OnePlusCost;
|
| 284 |
if (other.isSetCategory()) {
|
308 |
if (other.isSetCategory()) {
|
| Line 306... |
Line 330... |
| 306 |
this.TwoToThreeCount = 0;
|
330 |
this.TwoToThreeCount = 0;
|
| 307 |
setThreeToFourCountIsSet(false);
|
331 |
setThreeToFourCountIsSet(false);
|
| 308 |
this.ThreeToFourCount = 0;
|
332 |
this.ThreeToFourCount = 0;
|
| 309 |
setFourPlusCountIsSet(false);
|
333 |
setFourPlusCountIsSet(false);
|
| 310 |
this.FourPlusCount = 0;
|
334 |
this.FourPlusCount = 0;
|
| - |
|
335 |
setThreeMonthPlusCountIsSet(false);
|
| - |
|
336 |
this.threeMonthPlusCount = 0;
|
| - |
|
337 |
setSixMonthPlusCountIsSet(false);
|
| - |
|
338 |
this.sixMonthPlusCount = 0;
|
| 311 |
setZeroPlusCountIsSet(false);
|
339 |
setZeroPlusCountIsSet(false);
|
| 312 |
this.ZeroPlusCount = 0;
|
340 |
this.ZeroPlusCount = 0;
|
| 313 |
setOnePlusCountIsSet(false);
|
341 |
setOnePlusCountIsSet(false);
|
| 314 |
this.OnePlusCount = 0;
|
342 |
this.OnePlusCount = 0;
|
| 315 |
setZeroPlusCostIsSet(false);
|
343 |
setZeroPlusCostIsSet(false);
|
| Line 541... |
Line 569... |
| 541 |
|
569 |
|
| 542 |
public void setFourPlusCountIsSet(boolean value) {
|
570 |
public void setFourPlusCountIsSet(boolean value) {
|
| 543 |
__isset_bit_vector.set(__FOURPLUSCOUNT_ISSET_ID, value);
|
571 |
__isset_bit_vector.set(__FOURPLUSCOUNT_ISSET_ID, value);
|
| 544 |
}
|
572 |
}
|
| 545 |
|
573 |
|
| - |
|
574 |
public long getThreeMonthPlusCount() {
|
| - |
|
575 |
return this.threeMonthPlusCount;
|
| - |
|
576 |
}
|
| - |
|
577 |
|
| - |
|
578 |
public void setThreeMonthPlusCount(long threeMonthPlusCount) {
|
| - |
|
579 |
this.threeMonthPlusCount = threeMonthPlusCount;
|
| - |
|
580 |
setThreeMonthPlusCountIsSet(true);
|
| - |
|
581 |
}
|
| - |
|
582 |
|
| - |
|
583 |
public void unsetThreeMonthPlusCount() {
|
| - |
|
584 |
__isset_bit_vector.clear(__THREEMONTHPLUSCOUNT_ISSET_ID);
|
| - |
|
585 |
}
|
| - |
|
586 |
|
| - |
|
587 |
/** Returns true if field threeMonthPlusCount is set (has been assigned a value) and false otherwise */
|
| - |
|
588 |
public boolean isSetThreeMonthPlusCount() {
|
| - |
|
589 |
return __isset_bit_vector.get(__THREEMONTHPLUSCOUNT_ISSET_ID);
|
| - |
|
590 |
}
|
| - |
|
591 |
|
| - |
|
592 |
public void setThreeMonthPlusCountIsSet(boolean value) {
|
| - |
|
593 |
__isset_bit_vector.set(__THREEMONTHPLUSCOUNT_ISSET_ID, value);
|
| - |
|
594 |
}
|
| - |
|
595 |
|
| - |
|
596 |
public long getSixMonthPlusCount() {
|
| - |
|
597 |
return this.sixMonthPlusCount;
|
| - |
|
598 |
}
|
| - |
|
599 |
|
| - |
|
600 |
public void setSixMonthPlusCount(long sixMonthPlusCount) {
|
| - |
|
601 |
this.sixMonthPlusCount = sixMonthPlusCount;
|
| - |
|
602 |
setSixMonthPlusCountIsSet(true);
|
| - |
|
603 |
}
|
| - |
|
604 |
|
| - |
|
605 |
public void unsetSixMonthPlusCount() {
|
| - |
|
606 |
__isset_bit_vector.clear(__SIXMONTHPLUSCOUNT_ISSET_ID);
|
| - |
|
607 |
}
|
| - |
|
608 |
|
| - |
|
609 |
/** Returns true if field sixMonthPlusCount is set (has been assigned a value) and false otherwise */
|
| - |
|
610 |
public boolean isSetSixMonthPlusCount() {
|
| - |
|
611 |
return __isset_bit_vector.get(__SIXMONTHPLUSCOUNT_ISSET_ID);
|
| - |
|
612 |
}
|
| - |
|
613 |
|
| - |
|
614 |
public void setSixMonthPlusCountIsSet(boolean value) {
|
| - |
|
615 |
__isset_bit_vector.set(__SIXMONTHPLUSCOUNT_ISSET_ID, value);
|
| - |
|
616 |
}
|
| - |
|
617 |
|
| 546 |
public long getZeroPlusCount() {
|
618 |
public long getZeroPlusCount() {
|
| 547 |
return this.ZeroPlusCount;
|
619 |
return this.ZeroPlusCount;
|
| 548 |
}
|
620 |
}
|
| 549 |
|
621 |
|
| 550 |
public void setZeroPlusCount(long ZeroPlusCount) {
|
622 |
public void setZeroPlusCount(long ZeroPlusCount) {
|
| Line 734... |
Line 806... |
| 734 |
} else {
|
806 |
} else {
|
| 735 |
setFourPlusCount((Long)value);
|
807 |
setFourPlusCount((Long)value);
|
| 736 |
}
|
808 |
}
|
| 737 |
break;
|
809 |
break;
|
| 738 |
|
810 |
|
| - |
|
811 |
case THREE_MONTH_PLUS_COUNT:
|
| - |
|
812 |
if (value == null) {
|
| - |
|
813 |
unsetThreeMonthPlusCount();
|
| - |
|
814 |
} else {
|
| - |
|
815 |
setThreeMonthPlusCount((Long)value);
|
| - |
|
816 |
}
|
| - |
|
817 |
break;
|
| - |
|
818 |
|
| - |
|
819 |
case SIX_MONTH_PLUS_COUNT:
|
| - |
|
820 |
if (value == null) {
|
| - |
|
821 |
unsetSixMonthPlusCount();
|
| - |
|
822 |
} else {
|
| - |
|
823 |
setSixMonthPlusCount((Long)value);
|
| - |
|
824 |
}
|
| - |
|
825 |
break;
|
| - |
|
826 |
|
| 739 |
case ZERO_PLUS_COUNT:
|
827 |
case ZERO_PLUS_COUNT:
|
| 740 |
if (value == null) {
|
828 |
if (value == null) {
|
| 741 |
unsetZeroPlusCount();
|
829 |
unsetZeroPlusCount();
|
| 742 |
} else {
|
830 |
} else {
|
| 743 |
setZeroPlusCount((Long)value);
|
831 |
setZeroPlusCount((Long)value);
|
| Line 809... |
Line 897... |
| 809 |
return Long.valueOf(getThreeToFourCount());
|
897 |
return Long.valueOf(getThreeToFourCount());
|
| 810 |
|
898 |
|
| 811 |
case FOUR_PLUS_COUNT:
|
899 |
case FOUR_PLUS_COUNT:
|
| 812 |
return Long.valueOf(getFourPlusCount());
|
900 |
return Long.valueOf(getFourPlusCount());
|
| 813 |
|
901 |
|
| - |
|
902 |
case THREE_MONTH_PLUS_COUNT:
|
| - |
|
903 |
return Long.valueOf(getThreeMonthPlusCount());
|
| - |
|
904 |
|
| - |
|
905 |
case SIX_MONTH_PLUS_COUNT:
|
| - |
|
906 |
return Long.valueOf(getSixMonthPlusCount());
|
| - |
|
907 |
|
| 814 |
case ZERO_PLUS_COUNT:
|
908 |
case ZERO_PLUS_COUNT:
|
| 815 |
return Long.valueOf(getZeroPlusCount());
|
909 |
return Long.valueOf(getZeroPlusCount());
|
| 816 |
|
910 |
|
| 817 |
case ONE_PLUS_COUNT:
|
911 |
case ONE_PLUS_COUNT:
|
| 818 |
return Long.valueOf(getOnePlusCount());
|
912 |
return Long.valueOf(getOnePlusCount());
|
| Line 855... |
Line 949... |
| 855 |
return isSetTwoToThreeCount();
|
949 |
return isSetTwoToThreeCount();
|
| 856 |
case THREE_TO_FOUR_COUNT:
|
950 |
case THREE_TO_FOUR_COUNT:
|
| 857 |
return isSetThreeToFourCount();
|
951 |
return isSetThreeToFourCount();
|
| 858 |
case FOUR_PLUS_COUNT:
|
952 |
case FOUR_PLUS_COUNT:
|
| 859 |
return isSetFourPlusCount();
|
953 |
return isSetFourPlusCount();
|
| - |
|
954 |
case THREE_MONTH_PLUS_COUNT:
|
| - |
|
955 |
return isSetThreeMonthPlusCount();
|
| - |
|
956 |
case SIX_MONTH_PLUS_COUNT:
|
| - |
|
957 |
return isSetSixMonthPlusCount();
|
| 860 |
case ZERO_PLUS_COUNT:
|
958 |
case ZERO_PLUS_COUNT:
|
| 861 |
return isSetZeroPlusCount();
|
959 |
return isSetZeroPlusCount();
|
| 862 |
case ONE_PLUS_COUNT:
|
960 |
case ONE_PLUS_COUNT:
|
| 863 |
return isSetOnePlusCount();
|
961 |
return isSetOnePlusCount();
|
| 864 |
case ZERO_PLUS_COST:
|
962 |
case ZERO_PLUS_COST:
|
| Line 972... |
Line 1070... |
| 972 |
return false;
|
1070 |
return false;
|
| 973 |
if (this.FourPlusCount != that.FourPlusCount)
|
1071 |
if (this.FourPlusCount != that.FourPlusCount)
|
| 974 |
return false;
|
1072 |
return false;
|
| 975 |
}
|
1073 |
}
|
| 976 |
|
1074 |
|
| - |
|
1075 |
boolean this_present_threeMonthPlusCount = true;
|
| - |
|
1076 |
boolean that_present_threeMonthPlusCount = true;
|
| - |
|
1077 |
if (this_present_threeMonthPlusCount || that_present_threeMonthPlusCount) {
|
| - |
|
1078 |
if (!(this_present_threeMonthPlusCount && that_present_threeMonthPlusCount))
|
| - |
|
1079 |
return false;
|
| - |
|
1080 |
if (this.threeMonthPlusCount != that.threeMonthPlusCount)
|
| - |
|
1081 |
return false;
|
| - |
|
1082 |
}
|
| - |
|
1083 |
|
| - |
|
1084 |
boolean this_present_sixMonthPlusCount = true;
|
| - |
|
1085 |
boolean that_present_sixMonthPlusCount = true;
|
| - |
|
1086 |
if (this_present_sixMonthPlusCount || that_present_sixMonthPlusCount) {
|
| - |
|
1087 |
if (!(this_present_sixMonthPlusCount && that_present_sixMonthPlusCount))
|
| - |
|
1088 |
return false;
|
| - |
|
1089 |
if (this.sixMonthPlusCount != that.sixMonthPlusCount)
|
| - |
|
1090 |
return false;
|
| - |
|
1091 |
}
|
| - |
|
1092 |
|
| 977 |
boolean this_present_ZeroPlusCount = true;
|
1093 |
boolean this_present_ZeroPlusCount = true;
|
| 978 |
boolean that_present_ZeroPlusCount = true;
|
1094 |
boolean that_present_ZeroPlusCount = true;
|
| 979 |
if (this_present_ZeroPlusCount || that_present_ZeroPlusCount) {
|
1095 |
if (this_present_ZeroPlusCount || that_present_ZeroPlusCount) {
|
| 980 |
if (!(this_present_ZeroPlusCount && that_present_ZeroPlusCount))
|
1096 |
if (!(this_present_ZeroPlusCount && that_present_ZeroPlusCount))
|
| 981 |
return false;
|
1097 |
return false;
|
| Line 1133... |
Line 1249... |
| 1133 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.FourPlusCount, typedOther.FourPlusCount);
|
1249 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.FourPlusCount, typedOther.FourPlusCount);
|
| 1134 |
if (lastComparison != 0) {
|
1250 |
if (lastComparison != 0) {
|
| 1135 |
return lastComparison;
|
1251 |
return lastComparison;
|
| 1136 |
}
|
1252 |
}
|
| 1137 |
}
|
1253 |
}
|
| - |
|
1254 |
lastComparison = Boolean.valueOf(isSetThreeMonthPlusCount()).compareTo(typedOther.isSetThreeMonthPlusCount());
|
| - |
|
1255 |
if (lastComparison != 0) {
|
| - |
|
1256 |
return lastComparison;
|
| - |
|
1257 |
}
|
| - |
|
1258 |
if (isSetThreeMonthPlusCount()) {
|
| - |
|
1259 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.threeMonthPlusCount, typedOther.threeMonthPlusCount);
|
| - |
|
1260 |
if (lastComparison != 0) {
|
| - |
|
1261 |
return lastComparison;
|
| - |
|
1262 |
}
|
| - |
|
1263 |
}
|
| - |
|
1264 |
lastComparison = Boolean.valueOf(isSetSixMonthPlusCount()).compareTo(typedOther.isSetSixMonthPlusCount());
|
| - |
|
1265 |
if (lastComparison != 0) {
|
| - |
|
1266 |
return lastComparison;
|
| - |
|
1267 |
}
|
| - |
|
1268 |
if (isSetSixMonthPlusCount()) {
|
| - |
|
1269 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.sixMonthPlusCount, typedOther.sixMonthPlusCount);
|
| - |
|
1270 |
if (lastComparison != 0) {
|
| - |
|
1271 |
return lastComparison;
|
| - |
|
1272 |
}
|
| - |
|
1273 |
}
|
| 1138 |
lastComparison = Boolean.valueOf(isSetZeroPlusCount()).compareTo(typedOther.isSetZeroPlusCount());
|
1274 |
lastComparison = Boolean.valueOf(isSetZeroPlusCount()).compareTo(typedOther.isSetZeroPlusCount());
|
| 1139 |
if (lastComparison != 0) {
|
1275 |
if (lastComparison != 0) {
|
| 1140 |
return lastComparison;
|
1276 |
return lastComparison;
|
| 1141 |
}
|
1277 |
}
|
| 1142 |
if (isSetZeroPlusCount()) {
|
1278 |
if (isSetZeroPlusCount()) {
|
| Line 1276... |
Line 1412... |
| 1276 |
setFourPlusCountIsSet(true);
|
1412 |
setFourPlusCountIsSet(true);
|
| 1277 |
} else {
|
1413 |
} else {
|
| 1278 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1414 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1279 |
}
|
1415 |
}
|
| 1280 |
break;
|
1416 |
break;
|
| - |
|
1417 |
case 11: // THREE_MONTH_PLUS_COUNT
|
| - |
|
1418 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| - |
|
1419 |
this.threeMonthPlusCount = iprot.readI64();
|
| - |
|
1420 |
setThreeMonthPlusCountIsSet(true);
|
| - |
|
1421 |
} else {
|
| - |
|
1422 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
1423 |
}
|
| - |
|
1424 |
break;
|
| - |
|
1425 |
case 12: // SIX_MONTH_PLUS_COUNT
|
| - |
|
1426 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| - |
|
1427 |
this.sixMonthPlusCount = iprot.readI64();
|
| - |
|
1428 |
setSixMonthPlusCountIsSet(true);
|
| - |
|
1429 |
} else {
|
| - |
|
1430 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
1431 |
}
|
| - |
|
1432 |
break;
|
| 1281 |
case 11: // ZERO_PLUS_COUNT
|
1433 |
case 13: // ZERO_PLUS_COUNT
|
| 1282 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1434 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1283 |
this.ZeroPlusCount = iprot.readI64();
|
1435 |
this.ZeroPlusCount = iprot.readI64();
|
| 1284 |
setZeroPlusCountIsSet(true);
|
1436 |
setZeroPlusCountIsSet(true);
|
| 1285 |
} else {
|
1437 |
} else {
|
| 1286 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1438 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1287 |
}
|
1439 |
}
|
| 1288 |
break;
|
1440 |
break;
|
| 1289 |
case 12: // ONE_PLUS_COUNT
|
1441 |
case 14: // ONE_PLUS_COUNT
|
| 1290 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1442 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1291 |
this.OnePlusCount = iprot.readI64();
|
1443 |
this.OnePlusCount = iprot.readI64();
|
| 1292 |
setOnePlusCountIsSet(true);
|
1444 |
setOnePlusCountIsSet(true);
|
| 1293 |
} else {
|
1445 |
} else {
|
| 1294 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1446 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1295 |
}
|
1447 |
}
|
| 1296 |
break;
|
1448 |
break;
|
| 1297 |
case 13: // ZERO_PLUS_COST
|
1449 |
case 15: // ZERO_PLUS_COST
|
| 1298 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1450 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1299 |
this.ZeroPlusCost = iprot.readI64();
|
1451 |
this.ZeroPlusCost = iprot.readI64();
|
| 1300 |
setZeroPlusCostIsSet(true);
|
1452 |
setZeroPlusCostIsSet(true);
|
| 1301 |
} else {
|
1453 |
} else {
|
| 1302 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1454 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1303 |
}
|
1455 |
}
|
| 1304 |
break;
|
1456 |
break;
|
| 1305 |
case 14: // ONE_PLUS_COST
|
1457 |
case 16: // ONE_PLUS_COST
|
| 1306 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1458 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1307 |
this.OnePlusCost = iprot.readI64();
|
1459 |
this.OnePlusCost = iprot.readI64();
|
| 1308 |
setOnePlusCostIsSet(true);
|
1460 |
setOnePlusCostIsSet(true);
|
| 1309 |
} else {
|
1461 |
} else {
|
| 1310 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1462 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1311 |
}
|
1463 |
}
|
| 1312 |
break;
|
1464 |
break;
|
| 1313 |
case 15: // CATEGORY
|
1465 |
case 17: // CATEGORY
|
| 1314 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
1466 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
| 1315 |
this.category = iprot.readString();
|
1467 |
this.category = iprot.readString();
|
| 1316 |
} else {
|
1468 |
} else {
|
| 1317 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1469 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1318 |
}
|
1470 |
}
|
| Line 1366... |
Line 1518... |
| 1366 |
oprot.writeI64(this.ThreeToFourCount);
|
1518 |
oprot.writeI64(this.ThreeToFourCount);
|
| 1367 |
oprot.writeFieldEnd();
|
1519 |
oprot.writeFieldEnd();
|
| 1368 |
oprot.writeFieldBegin(FOUR_PLUS_COUNT_FIELD_DESC);
|
1520 |
oprot.writeFieldBegin(FOUR_PLUS_COUNT_FIELD_DESC);
|
| 1369 |
oprot.writeI64(this.FourPlusCount);
|
1521 |
oprot.writeI64(this.FourPlusCount);
|
| 1370 |
oprot.writeFieldEnd();
|
1522 |
oprot.writeFieldEnd();
|
| - |
|
1523 |
oprot.writeFieldBegin(THREE_MONTH_PLUS_COUNT_FIELD_DESC);
|
| - |
|
1524 |
oprot.writeI64(this.threeMonthPlusCount);
|
| - |
|
1525 |
oprot.writeFieldEnd();
|
| - |
|
1526 |
oprot.writeFieldBegin(SIX_MONTH_PLUS_COUNT_FIELD_DESC);
|
| - |
|
1527 |
oprot.writeI64(this.sixMonthPlusCount);
|
| - |
|
1528 |
oprot.writeFieldEnd();
|
| 1371 |
oprot.writeFieldBegin(ZERO_PLUS_COUNT_FIELD_DESC);
|
1529 |
oprot.writeFieldBegin(ZERO_PLUS_COUNT_FIELD_DESC);
|
| 1372 |
oprot.writeI64(this.ZeroPlusCount);
|
1530 |
oprot.writeI64(this.ZeroPlusCount);
|
| 1373 |
oprot.writeFieldEnd();
|
1531 |
oprot.writeFieldEnd();
|
| 1374 |
oprot.writeFieldBegin(ONE_PLUS_COUNT_FIELD_DESC);
|
1532 |
oprot.writeFieldBegin(ONE_PLUS_COUNT_FIELD_DESC);
|
| 1375 |
oprot.writeI64(this.OnePlusCount);
|
1533 |
oprot.writeI64(this.OnePlusCount);
|
| Line 1448... |
Line 1606... |
| 1448 |
if (!first) sb.append(", ");
|
1606 |
if (!first) sb.append(", ");
|
| 1449 |
sb.append("FourPlusCount:");
|
1607 |
sb.append("FourPlusCount:");
|
| 1450 |
sb.append(this.FourPlusCount);
|
1608 |
sb.append(this.FourPlusCount);
|
| 1451 |
first = false;
|
1609 |
first = false;
|
| 1452 |
if (!first) sb.append(", ");
|
1610 |
if (!first) sb.append(", ");
|
| - |
|
1611 |
sb.append("threeMonthPlusCount:");
|
| - |
|
1612 |
sb.append(this.threeMonthPlusCount);
|
| - |
|
1613 |
first = false;
|
| - |
|
1614 |
if (!first) sb.append(", ");
|
| - |
|
1615 |
sb.append("sixMonthPlusCount:");
|
| - |
|
1616 |
sb.append(this.sixMonthPlusCount);
|
| - |
|
1617 |
first = false;
|
| - |
|
1618 |
if (!first) sb.append(", ");
|
| 1453 |
sb.append("ZeroPlusCount:");
|
1619 |
sb.append("ZeroPlusCount:");
|
| 1454 |
sb.append(this.ZeroPlusCount);
|
1620 |
sb.append(this.ZeroPlusCount);
|
| 1455 |
first = false;
|
1621 |
first = false;
|
| 1456 |
if (!first) sb.append(", ");
|
1622 |
if (!first) sb.append(", ");
|
| 1457 |
sb.append("OnePlusCount:");
|
1623 |
sb.append("OnePlusCount:");
|