| Line 33... |
Line 33... |
| 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);
|
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);
|
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);
|
| - |
|
38 |
private static final org.apache.thrift.protocol.TField ZERO_TO_THREE_MONTH_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("zeroToThreeMonthCount", org.apache.thrift.protocol.TType.I64, (short)13);
|
| - |
|
39 |
private static final org.apache.thrift.protocol.TField THREE_TO_SIX_MONTH_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("threeToSixMonthCount", org.apache.thrift.protocol.TType.I64, (short)14);
|
| - |
|
40 |
private static final org.apache.thrift.protocol.TField SIX_TO_TWELVE_MONTH_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("sixToTwelveMonthCount", org.apache.thrift.protocol.TType.I64, (short)15);
|
| - |
|
41 |
private static final org.apache.thrift.protocol.TField TWELVE_MONTHS_PLUS_COUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("twelveMonthsPlusCount", org.apache.thrift.protocol.TType.I64, (short)16);
|
| 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);
|
42 |
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)17);
|
| 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);
|
43 |
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)18);
|
| 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);
|
44 |
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)19);
|
| 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);
|
45 |
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)20);
|
| 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);
|
46 |
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)21);
|
| 43 |
|
47 |
|
| 44 |
private long itemId; // required
|
48 |
private long itemId; // required
|
| 45 |
private String brand; // required
|
49 |
private String brand; // required
|
| 46 |
private String modelName; // required
|
50 |
private String modelName; // required
|
| 47 |
private String modelNumber; // required
|
51 |
private String modelNumber; // required
|
| Line 51... |
Line 55... |
| 51 |
private long TwoToThreeCount; // required
|
55 |
private long TwoToThreeCount; // required
|
| 52 |
private long ThreeToFourCount; // required
|
56 |
private long ThreeToFourCount; // required
|
| 53 |
private long FourPlusCount; // required
|
57 |
private long FourPlusCount; // required
|
| 54 |
private long threeMonthPlusCount; // required
|
58 |
private long threeMonthPlusCount; // required
|
| 55 |
private long sixMonthPlusCount; // required
|
59 |
private long sixMonthPlusCount; // required
|
| - |
|
60 |
private long zeroToThreeMonthCount; // required
|
| - |
|
61 |
private long threeToSixMonthCount; // required
|
| - |
|
62 |
private long sixToTwelveMonthCount; // required
|
| - |
|
63 |
private long twelveMonthsPlusCount; // required
|
| 56 |
private long ZeroPlusCount; // required
|
64 |
private long ZeroPlusCount; // required
|
| 57 |
private long OnePlusCount; // required
|
65 |
private long OnePlusCount; // required
|
| 58 |
private long ZeroPlusCost; // required
|
66 |
private long ZeroPlusCost; // required
|
| 59 |
private long OnePlusCost; // required
|
67 |
private long OnePlusCost; // required
|
| 60 |
private String category; // required
|
68 |
private String category; // required
|
| Line 71... |
Line 79... |
| 71 |
TWO_TO_THREE_COUNT((short)8, "TwoToThreeCount"),
|
79 |
TWO_TO_THREE_COUNT((short)8, "TwoToThreeCount"),
|
| 72 |
THREE_TO_FOUR_COUNT((short)9, "ThreeToFourCount"),
|
80 |
THREE_TO_FOUR_COUNT((short)9, "ThreeToFourCount"),
|
| 73 |
FOUR_PLUS_COUNT((short)10, "FourPlusCount"),
|
81 |
FOUR_PLUS_COUNT((short)10, "FourPlusCount"),
|
| 74 |
THREE_MONTH_PLUS_COUNT((short)11, "threeMonthPlusCount"),
|
82 |
THREE_MONTH_PLUS_COUNT((short)11, "threeMonthPlusCount"),
|
| 75 |
SIX_MONTH_PLUS_COUNT((short)12, "sixMonthPlusCount"),
|
83 |
SIX_MONTH_PLUS_COUNT((short)12, "sixMonthPlusCount"),
|
| - |
|
84 |
ZERO_TO_THREE_MONTH_COUNT((short)13, "zeroToThreeMonthCount"),
|
| - |
|
85 |
THREE_TO_SIX_MONTH_COUNT((short)14, "threeToSixMonthCount"),
|
| - |
|
86 |
SIX_TO_TWELVE_MONTH_COUNT((short)15, "sixToTwelveMonthCount"),
|
| - |
|
87 |
TWELVE_MONTHS_PLUS_COUNT((short)16, "twelveMonthsPlusCount"),
|
| 76 |
ZERO_PLUS_COUNT((short)13, "ZeroPlusCount"),
|
88 |
ZERO_PLUS_COUNT((short)17, "ZeroPlusCount"),
|
| 77 |
ONE_PLUS_COUNT((short)14, "OnePlusCount"),
|
89 |
ONE_PLUS_COUNT((short)18, "OnePlusCount"),
|
| 78 |
ZERO_PLUS_COST((short)15, "ZeroPlusCost"),
|
90 |
ZERO_PLUS_COST((short)19, "ZeroPlusCost"),
|
| 79 |
ONE_PLUS_COST((short)16, "OnePlusCost"),
|
91 |
ONE_PLUS_COST((short)20, "OnePlusCost"),
|
| 80 |
CATEGORY((short)17, "category");
|
92 |
CATEGORY((short)21, "category");
|
| 81 |
|
93 |
|
| 82 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
94 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| 83 |
|
95 |
|
| 84 |
static {
|
96 |
static {
|
| 85 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
97 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| Line 114... |
Line 126... |
| 114 |
return FOUR_PLUS_COUNT;
|
126 |
return FOUR_PLUS_COUNT;
|
| 115 |
case 11: // THREE_MONTH_PLUS_COUNT
|
127 |
case 11: // THREE_MONTH_PLUS_COUNT
|
| 116 |
return THREE_MONTH_PLUS_COUNT;
|
128 |
return THREE_MONTH_PLUS_COUNT;
|
| 117 |
case 12: // SIX_MONTH_PLUS_COUNT
|
129 |
case 12: // SIX_MONTH_PLUS_COUNT
|
| 118 |
return SIX_MONTH_PLUS_COUNT;
|
130 |
return SIX_MONTH_PLUS_COUNT;
|
| - |
|
131 |
case 13: // ZERO_TO_THREE_MONTH_COUNT
|
| - |
|
132 |
return ZERO_TO_THREE_MONTH_COUNT;
|
| - |
|
133 |
case 14: // THREE_TO_SIX_MONTH_COUNT
|
| - |
|
134 |
return THREE_TO_SIX_MONTH_COUNT;
|
| - |
|
135 |
case 15: // SIX_TO_TWELVE_MONTH_COUNT
|
| - |
|
136 |
return SIX_TO_TWELVE_MONTH_COUNT;
|
| - |
|
137 |
case 16: // TWELVE_MONTHS_PLUS_COUNT
|
| - |
|
138 |
return TWELVE_MONTHS_PLUS_COUNT;
|
| 119 |
case 13: // ZERO_PLUS_COUNT
|
139 |
case 17: // ZERO_PLUS_COUNT
|
| 120 |
return ZERO_PLUS_COUNT;
|
140 |
return ZERO_PLUS_COUNT;
|
| 121 |
case 14: // ONE_PLUS_COUNT
|
141 |
case 18: // ONE_PLUS_COUNT
|
| 122 |
return ONE_PLUS_COUNT;
|
142 |
return ONE_PLUS_COUNT;
|
| 123 |
case 15: // ZERO_PLUS_COST
|
143 |
case 19: // ZERO_PLUS_COST
|
| 124 |
return ZERO_PLUS_COST;
|
144 |
return ZERO_PLUS_COST;
|
| 125 |
case 16: // ONE_PLUS_COST
|
145 |
case 20: // ONE_PLUS_COST
|
| 126 |
return ONE_PLUS_COST;
|
146 |
return ONE_PLUS_COST;
|
| 127 |
case 17: // CATEGORY
|
147 |
case 21: // CATEGORY
|
| 128 |
return CATEGORY;
|
148 |
return CATEGORY;
|
| 129 |
default:
|
149 |
default:
|
| 130 |
return null;
|
150 |
return null;
|
| 131 |
}
|
151 |
}
|
| 132 |
}
|
152 |
}
|
| Line 172... |
Line 192... |
| 172 |
private static final int __TWOTOTHREECOUNT_ISSET_ID = 3;
|
192 |
private static final int __TWOTOTHREECOUNT_ISSET_ID = 3;
|
| 173 |
private static final int __THREETOFOURCOUNT_ISSET_ID = 4;
|
193 |
private static final int __THREETOFOURCOUNT_ISSET_ID = 4;
|
| 174 |
private static final int __FOURPLUSCOUNT_ISSET_ID = 5;
|
194 |
private static final int __FOURPLUSCOUNT_ISSET_ID = 5;
|
| 175 |
private static final int __THREEMONTHPLUSCOUNT_ISSET_ID = 6;
|
195 |
private static final int __THREEMONTHPLUSCOUNT_ISSET_ID = 6;
|
| 176 |
private static final int __SIXMONTHPLUSCOUNT_ISSET_ID = 7;
|
196 |
private static final int __SIXMONTHPLUSCOUNT_ISSET_ID = 7;
|
| - |
|
197 |
private static final int __ZEROTOTHREEMONTHCOUNT_ISSET_ID = 8;
|
| - |
|
198 |
private static final int __THREETOSIXMONTHCOUNT_ISSET_ID = 9;
|
| - |
|
199 |
private static final int __SIXTOTWELVEMONTHCOUNT_ISSET_ID = 10;
|
| - |
|
200 |
private static final int __TWELVEMONTHSPLUSCOUNT_ISSET_ID = 11;
|
| 177 |
private static final int __ZEROPLUSCOUNT_ISSET_ID = 8;
|
201 |
private static final int __ZEROPLUSCOUNT_ISSET_ID = 12;
|
| 178 |
private static final int __ONEPLUSCOUNT_ISSET_ID = 9;
|
202 |
private static final int __ONEPLUSCOUNT_ISSET_ID = 13;
|
| 179 |
private static final int __ZEROPLUSCOST_ISSET_ID = 10;
|
203 |
private static final int __ZEROPLUSCOST_ISSET_ID = 14;
|
| 180 |
private static final int __ONEPLUSCOST_ISSET_ID = 11;
|
204 |
private static final int __ONEPLUSCOST_ISSET_ID = 15;
|
| 181 |
private BitSet __isset_bit_vector = new BitSet(12);
|
205 |
private BitSet __isset_bit_vector = new BitSet(16);
|
| 182 |
|
206 |
|
| 183 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
207 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| 184 |
static {
|
208 |
static {
|
| 185 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
209 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| 186 |
tmpMap.put(_Fields.ITEM_ID, new org.apache.thrift.meta_data.FieldMetaData("itemId", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
210 |
tmpMap.put(_Fields.ITEM_ID, new org.apache.thrift.meta_data.FieldMetaData("itemId", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 205... |
Line 229... |
| 205 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
229 |
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,
|
230 |
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)));
|
231 |
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,
|
232 |
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)));
|
233 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
234 |
tmpMap.put(_Fields.ZERO_TO_THREE_MONTH_COUNT, new org.apache.thrift.meta_data.FieldMetaData("zeroToThreeMonthCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
235 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
236 |
tmpMap.put(_Fields.THREE_TO_SIX_MONTH_COUNT, new org.apache.thrift.meta_data.FieldMetaData("threeToSixMonthCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
237 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
238 |
tmpMap.put(_Fields.SIX_TO_TWELVE_MONTH_COUNT, new org.apache.thrift.meta_data.FieldMetaData("sixToTwelveMonthCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
239 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
240 |
tmpMap.put(_Fields.TWELVE_MONTHS_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("twelveMonthsPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
241 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 210 |
tmpMap.put(_Fields.ZERO_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
242 |
tmpMap.put(_Fields.ZERO_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 211 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
243 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 212 |
tmpMap.put(_Fields.ONE_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("OnePlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
244 |
tmpMap.put(_Fields.ONE_PLUS_COUNT, new org.apache.thrift.meta_data.FieldMetaData("OnePlusCount", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 213 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
245 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 214 |
tmpMap.put(_Fields.ZERO_PLUS_COST, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCost", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
246 |
tmpMap.put(_Fields.ZERO_PLUS_COST, new org.apache.thrift.meta_data.FieldMetaData("ZeroPlusCost", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 235... |
Line 267... |
| 235 |
long TwoToThreeCount,
|
267 |
long TwoToThreeCount,
|
| 236 |
long ThreeToFourCount,
|
268 |
long ThreeToFourCount,
|
| 237 |
long FourPlusCount,
|
269 |
long FourPlusCount,
|
| 238 |
long threeMonthPlusCount,
|
270 |
long threeMonthPlusCount,
|
| 239 |
long sixMonthPlusCount,
|
271 |
long sixMonthPlusCount,
|
| - |
|
272 |
long zeroToThreeMonthCount,
|
| - |
|
273 |
long threeToSixMonthCount,
|
| - |
|
274 |
long sixToTwelveMonthCount,
|
| - |
|
275 |
long twelveMonthsPlusCount,
|
| 240 |
long ZeroPlusCount,
|
276 |
long ZeroPlusCount,
|
| 241 |
long OnePlusCount,
|
277 |
long OnePlusCount,
|
| 242 |
long ZeroPlusCost,
|
278 |
long ZeroPlusCost,
|
| 243 |
long OnePlusCost,
|
279 |
long OnePlusCost,
|
| 244 |
String category)
|
280 |
String category)
|
| Line 262... |
Line 298... |
| 262 |
setFourPlusCountIsSet(true);
|
298 |
setFourPlusCountIsSet(true);
|
| 263 |
this.threeMonthPlusCount = threeMonthPlusCount;
|
299 |
this.threeMonthPlusCount = threeMonthPlusCount;
|
| 264 |
setThreeMonthPlusCountIsSet(true);
|
300 |
setThreeMonthPlusCountIsSet(true);
|
| 265 |
this.sixMonthPlusCount = sixMonthPlusCount;
|
301 |
this.sixMonthPlusCount = sixMonthPlusCount;
|
| 266 |
setSixMonthPlusCountIsSet(true);
|
302 |
setSixMonthPlusCountIsSet(true);
|
| - |
|
303 |
this.zeroToThreeMonthCount = zeroToThreeMonthCount;
|
| - |
|
304 |
setZeroToThreeMonthCountIsSet(true);
|
| - |
|
305 |
this.threeToSixMonthCount = threeToSixMonthCount;
|
| - |
|
306 |
setThreeToSixMonthCountIsSet(true);
|
| - |
|
307 |
this.sixToTwelveMonthCount = sixToTwelveMonthCount;
|
| - |
|
308 |
setSixToTwelveMonthCountIsSet(true);
|
| - |
|
309 |
this.twelveMonthsPlusCount = twelveMonthsPlusCount;
|
| - |
|
310 |
setTwelveMonthsPlusCountIsSet(true);
|
| 267 |
this.ZeroPlusCount = ZeroPlusCount;
|
311 |
this.ZeroPlusCount = ZeroPlusCount;
|
| 268 |
setZeroPlusCountIsSet(true);
|
312 |
setZeroPlusCountIsSet(true);
|
| 269 |
this.OnePlusCount = OnePlusCount;
|
313 |
this.OnePlusCount = OnePlusCount;
|
| 270 |
setOnePlusCountIsSet(true);
|
314 |
setOnePlusCountIsSet(true);
|
| 271 |
this.ZeroPlusCost = ZeroPlusCost;
|
315 |
this.ZeroPlusCost = ZeroPlusCost;
|
| Line 299... |
Line 343... |
| 299 |
this.TwoToThreeCount = other.TwoToThreeCount;
|
343 |
this.TwoToThreeCount = other.TwoToThreeCount;
|
| 300 |
this.ThreeToFourCount = other.ThreeToFourCount;
|
344 |
this.ThreeToFourCount = other.ThreeToFourCount;
|
| 301 |
this.FourPlusCount = other.FourPlusCount;
|
345 |
this.FourPlusCount = other.FourPlusCount;
|
| 302 |
this.threeMonthPlusCount = other.threeMonthPlusCount;
|
346 |
this.threeMonthPlusCount = other.threeMonthPlusCount;
|
| 303 |
this.sixMonthPlusCount = other.sixMonthPlusCount;
|
347 |
this.sixMonthPlusCount = other.sixMonthPlusCount;
|
| - |
|
348 |
this.zeroToThreeMonthCount = other.zeroToThreeMonthCount;
|
| - |
|
349 |
this.threeToSixMonthCount = other.threeToSixMonthCount;
|
| - |
|
350 |
this.sixToTwelveMonthCount = other.sixToTwelveMonthCount;
|
| - |
|
351 |
this.twelveMonthsPlusCount = other.twelveMonthsPlusCount;
|
| 304 |
this.ZeroPlusCount = other.ZeroPlusCount;
|
352 |
this.ZeroPlusCount = other.ZeroPlusCount;
|
| 305 |
this.OnePlusCount = other.OnePlusCount;
|
353 |
this.OnePlusCount = other.OnePlusCount;
|
| 306 |
this.ZeroPlusCost = other.ZeroPlusCost;
|
354 |
this.ZeroPlusCost = other.ZeroPlusCost;
|
| 307 |
this.OnePlusCost = other.OnePlusCost;
|
355 |
this.OnePlusCost = other.OnePlusCost;
|
| 308 |
if (other.isSetCategory()) {
|
356 |
if (other.isSetCategory()) {
|
| Line 334... |
Line 382... |
| 334 |
this.FourPlusCount = 0;
|
382 |
this.FourPlusCount = 0;
|
| 335 |
setThreeMonthPlusCountIsSet(false);
|
383 |
setThreeMonthPlusCountIsSet(false);
|
| 336 |
this.threeMonthPlusCount = 0;
|
384 |
this.threeMonthPlusCount = 0;
|
| 337 |
setSixMonthPlusCountIsSet(false);
|
385 |
setSixMonthPlusCountIsSet(false);
|
| 338 |
this.sixMonthPlusCount = 0;
|
386 |
this.sixMonthPlusCount = 0;
|
| - |
|
387 |
setZeroToThreeMonthCountIsSet(false);
|
| - |
|
388 |
this.zeroToThreeMonthCount = 0;
|
| - |
|
389 |
setThreeToSixMonthCountIsSet(false);
|
| - |
|
390 |
this.threeToSixMonthCount = 0;
|
| - |
|
391 |
setSixToTwelveMonthCountIsSet(false);
|
| - |
|
392 |
this.sixToTwelveMonthCount = 0;
|
| - |
|
393 |
setTwelveMonthsPlusCountIsSet(false);
|
| - |
|
394 |
this.twelveMonthsPlusCount = 0;
|
| 339 |
setZeroPlusCountIsSet(false);
|
395 |
setZeroPlusCountIsSet(false);
|
| 340 |
this.ZeroPlusCount = 0;
|
396 |
this.ZeroPlusCount = 0;
|
| 341 |
setOnePlusCountIsSet(false);
|
397 |
setOnePlusCountIsSet(false);
|
| 342 |
this.OnePlusCount = 0;
|
398 |
this.OnePlusCount = 0;
|
| 343 |
setZeroPlusCostIsSet(false);
|
399 |
setZeroPlusCostIsSet(false);
|
| Line 613... |
Line 669... |
| 613 |
|
669 |
|
| 614 |
public void setSixMonthPlusCountIsSet(boolean value) {
|
670 |
public void setSixMonthPlusCountIsSet(boolean value) {
|
| 615 |
__isset_bit_vector.set(__SIXMONTHPLUSCOUNT_ISSET_ID, value);
|
671 |
__isset_bit_vector.set(__SIXMONTHPLUSCOUNT_ISSET_ID, value);
|
| 616 |
}
|
672 |
}
|
| 617 |
|
673 |
|
| - |
|
674 |
public long getZeroToThreeMonthCount() {
|
| - |
|
675 |
return this.zeroToThreeMonthCount;
|
| - |
|
676 |
}
|
| - |
|
677 |
|
| - |
|
678 |
public void setZeroToThreeMonthCount(long zeroToThreeMonthCount) {
|
| - |
|
679 |
this.zeroToThreeMonthCount = zeroToThreeMonthCount;
|
| - |
|
680 |
setZeroToThreeMonthCountIsSet(true);
|
| - |
|
681 |
}
|
| - |
|
682 |
|
| - |
|
683 |
public void unsetZeroToThreeMonthCount() {
|
| - |
|
684 |
__isset_bit_vector.clear(__ZEROTOTHREEMONTHCOUNT_ISSET_ID);
|
| - |
|
685 |
}
|
| - |
|
686 |
|
| - |
|
687 |
/** Returns true if field zeroToThreeMonthCount is set (has been assigned a value) and false otherwise */
|
| - |
|
688 |
public boolean isSetZeroToThreeMonthCount() {
|
| - |
|
689 |
return __isset_bit_vector.get(__ZEROTOTHREEMONTHCOUNT_ISSET_ID);
|
| - |
|
690 |
}
|
| - |
|
691 |
|
| - |
|
692 |
public void setZeroToThreeMonthCountIsSet(boolean value) {
|
| - |
|
693 |
__isset_bit_vector.set(__ZEROTOTHREEMONTHCOUNT_ISSET_ID, value);
|
| - |
|
694 |
}
|
| - |
|
695 |
|
| - |
|
696 |
public long getThreeToSixMonthCount() {
|
| - |
|
697 |
return this.threeToSixMonthCount;
|
| - |
|
698 |
}
|
| - |
|
699 |
|
| - |
|
700 |
public void setThreeToSixMonthCount(long threeToSixMonthCount) {
|
| - |
|
701 |
this.threeToSixMonthCount = threeToSixMonthCount;
|
| - |
|
702 |
setThreeToSixMonthCountIsSet(true);
|
| - |
|
703 |
}
|
| - |
|
704 |
|
| - |
|
705 |
public void unsetThreeToSixMonthCount() {
|
| - |
|
706 |
__isset_bit_vector.clear(__THREETOSIXMONTHCOUNT_ISSET_ID);
|
| - |
|
707 |
}
|
| - |
|
708 |
|
| - |
|
709 |
/** Returns true if field threeToSixMonthCount is set (has been assigned a value) and false otherwise */
|
| - |
|
710 |
public boolean isSetThreeToSixMonthCount() {
|
| - |
|
711 |
return __isset_bit_vector.get(__THREETOSIXMONTHCOUNT_ISSET_ID);
|
| - |
|
712 |
}
|
| - |
|
713 |
|
| - |
|
714 |
public void setThreeToSixMonthCountIsSet(boolean value) {
|
| - |
|
715 |
__isset_bit_vector.set(__THREETOSIXMONTHCOUNT_ISSET_ID, value);
|
| - |
|
716 |
}
|
| - |
|
717 |
|
| - |
|
718 |
public long getSixToTwelveMonthCount() {
|
| - |
|
719 |
return this.sixToTwelveMonthCount;
|
| - |
|
720 |
}
|
| - |
|
721 |
|
| - |
|
722 |
public void setSixToTwelveMonthCount(long sixToTwelveMonthCount) {
|
| - |
|
723 |
this.sixToTwelveMonthCount = sixToTwelveMonthCount;
|
| - |
|
724 |
setSixToTwelveMonthCountIsSet(true);
|
| - |
|
725 |
}
|
| - |
|
726 |
|
| - |
|
727 |
public void unsetSixToTwelveMonthCount() {
|
| - |
|
728 |
__isset_bit_vector.clear(__SIXTOTWELVEMONTHCOUNT_ISSET_ID);
|
| - |
|
729 |
}
|
| - |
|
730 |
|
| - |
|
731 |
/** Returns true if field sixToTwelveMonthCount is set (has been assigned a value) and false otherwise */
|
| - |
|
732 |
public boolean isSetSixToTwelveMonthCount() {
|
| - |
|
733 |
return __isset_bit_vector.get(__SIXTOTWELVEMONTHCOUNT_ISSET_ID);
|
| - |
|
734 |
}
|
| - |
|
735 |
|
| - |
|
736 |
public void setSixToTwelveMonthCountIsSet(boolean value) {
|
| - |
|
737 |
__isset_bit_vector.set(__SIXTOTWELVEMONTHCOUNT_ISSET_ID, value);
|
| - |
|
738 |
}
|
| - |
|
739 |
|
| - |
|
740 |
public long getTwelveMonthsPlusCount() {
|
| - |
|
741 |
return this.twelveMonthsPlusCount;
|
| - |
|
742 |
}
|
| - |
|
743 |
|
| - |
|
744 |
public void setTwelveMonthsPlusCount(long twelveMonthsPlusCount) {
|
| - |
|
745 |
this.twelveMonthsPlusCount = twelveMonthsPlusCount;
|
| - |
|
746 |
setTwelveMonthsPlusCountIsSet(true);
|
| - |
|
747 |
}
|
| - |
|
748 |
|
| - |
|
749 |
public void unsetTwelveMonthsPlusCount() {
|
| - |
|
750 |
__isset_bit_vector.clear(__TWELVEMONTHSPLUSCOUNT_ISSET_ID);
|
| - |
|
751 |
}
|
| - |
|
752 |
|
| - |
|
753 |
/** Returns true if field twelveMonthsPlusCount is set (has been assigned a value) and false otherwise */
|
| - |
|
754 |
public boolean isSetTwelveMonthsPlusCount() {
|
| - |
|
755 |
return __isset_bit_vector.get(__TWELVEMONTHSPLUSCOUNT_ISSET_ID);
|
| - |
|
756 |
}
|
| - |
|
757 |
|
| - |
|
758 |
public void setTwelveMonthsPlusCountIsSet(boolean value) {
|
| - |
|
759 |
__isset_bit_vector.set(__TWELVEMONTHSPLUSCOUNT_ISSET_ID, value);
|
| - |
|
760 |
}
|
| - |
|
761 |
|
| 618 |
public long getZeroPlusCount() {
|
762 |
public long getZeroPlusCount() {
|
| 619 |
return this.ZeroPlusCount;
|
763 |
return this.ZeroPlusCount;
|
| 620 |
}
|
764 |
}
|
| 621 |
|
765 |
|
| 622 |
public void setZeroPlusCount(long ZeroPlusCount) {
|
766 |
public void setZeroPlusCount(long ZeroPlusCount) {
|
| Line 822... |
Line 966... |
| 822 |
} else {
|
966 |
} else {
|
| 823 |
setSixMonthPlusCount((Long)value);
|
967 |
setSixMonthPlusCount((Long)value);
|
| 824 |
}
|
968 |
}
|
| 825 |
break;
|
969 |
break;
|
| 826 |
|
970 |
|
| - |
|
971 |
case ZERO_TO_THREE_MONTH_COUNT:
|
| - |
|
972 |
if (value == null) {
|
| - |
|
973 |
unsetZeroToThreeMonthCount();
|
| - |
|
974 |
} else {
|
| - |
|
975 |
setZeroToThreeMonthCount((Long)value);
|
| - |
|
976 |
}
|
| - |
|
977 |
break;
|
| - |
|
978 |
|
| - |
|
979 |
case THREE_TO_SIX_MONTH_COUNT:
|
| - |
|
980 |
if (value == null) {
|
| - |
|
981 |
unsetThreeToSixMonthCount();
|
| - |
|
982 |
} else {
|
| - |
|
983 |
setThreeToSixMonthCount((Long)value);
|
| - |
|
984 |
}
|
| - |
|
985 |
break;
|
| - |
|
986 |
|
| - |
|
987 |
case SIX_TO_TWELVE_MONTH_COUNT:
|
| - |
|
988 |
if (value == null) {
|
| - |
|
989 |
unsetSixToTwelveMonthCount();
|
| - |
|
990 |
} else {
|
| - |
|
991 |
setSixToTwelveMonthCount((Long)value);
|
| - |
|
992 |
}
|
| - |
|
993 |
break;
|
| - |
|
994 |
|
| - |
|
995 |
case TWELVE_MONTHS_PLUS_COUNT:
|
| - |
|
996 |
if (value == null) {
|
| - |
|
997 |
unsetTwelveMonthsPlusCount();
|
| - |
|
998 |
} else {
|
| - |
|
999 |
setTwelveMonthsPlusCount((Long)value);
|
| - |
|
1000 |
}
|
| - |
|
1001 |
break;
|
| - |
|
1002 |
|
| 827 |
case ZERO_PLUS_COUNT:
|
1003 |
case ZERO_PLUS_COUNT:
|
| 828 |
if (value == null) {
|
1004 |
if (value == null) {
|
| 829 |
unsetZeroPlusCount();
|
1005 |
unsetZeroPlusCount();
|
| 830 |
} else {
|
1006 |
} else {
|
| 831 |
setZeroPlusCount((Long)value);
|
1007 |
setZeroPlusCount((Long)value);
|
| Line 903... |
Line 1079... |
| 903 |
return Long.valueOf(getThreeMonthPlusCount());
|
1079 |
return Long.valueOf(getThreeMonthPlusCount());
|
| 904 |
|
1080 |
|
| 905 |
case SIX_MONTH_PLUS_COUNT:
|
1081 |
case SIX_MONTH_PLUS_COUNT:
|
| 906 |
return Long.valueOf(getSixMonthPlusCount());
|
1082 |
return Long.valueOf(getSixMonthPlusCount());
|
| 907 |
|
1083 |
|
| - |
|
1084 |
case ZERO_TO_THREE_MONTH_COUNT:
|
| - |
|
1085 |
return Long.valueOf(getZeroToThreeMonthCount());
|
| - |
|
1086 |
|
| - |
|
1087 |
case THREE_TO_SIX_MONTH_COUNT:
|
| - |
|
1088 |
return Long.valueOf(getThreeToSixMonthCount());
|
| - |
|
1089 |
|
| - |
|
1090 |
case SIX_TO_TWELVE_MONTH_COUNT:
|
| - |
|
1091 |
return Long.valueOf(getSixToTwelveMonthCount());
|
| - |
|
1092 |
|
| - |
|
1093 |
case TWELVE_MONTHS_PLUS_COUNT:
|
| - |
|
1094 |
return Long.valueOf(getTwelveMonthsPlusCount());
|
| - |
|
1095 |
|
| 908 |
case ZERO_PLUS_COUNT:
|
1096 |
case ZERO_PLUS_COUNT:
|
| 909 |
return Long.valueOf(getZeroPlusCount());
|
1097 |
return Long.valueOf(getZeroPlusCount());
|
| 910 |
|
1098 |
|
| 911 |
case ONE_PLUS_COUNT:
|
1099 |
case ONE_PLUS_COUNT:
|
| 912 |
return Long.valueOf(getOnePlusCount());
|
1100 |
return Long.valueOf(getOnePlusCount());
|
| Line 953... |
Line 1141... |
| 953 |
return isSetFourPlusCount();
|
1141 |
return isSetFourPlusCount();
|
| 954 |
case THREE_MONTH_PLUS_COUNT:
|
1142 |
case THREE_MONTH_PLUS_COUNT:
|
| 955 |
return isSetThreeMonthPlusCount();
|
1143 |
return isSetThreeMonthPlusCount();
|
| 956 |
case SIX_MONTH_PLUS_COUNT:
|
1144 |
case SIX_MONTH_PLUS_COUNT:
|
| 957 |
return isSetSixMonthPlusCount();
|
1145 |
return isSetSixMonthPlusCount();
|
| - |
|
1146 |
case ZERO_TO_THREE_MONTH_COUNT:
|
| - |
|
1147 |
return isSetZeroToThreeMonthCount();
|
| - |
|
1148 |
case THREE_TO_SIX_MONTH_COUNT:
|
| - |
|
1149 |
return isSetThreeToSixMonthCount();
|
| - |
|
1150 |
case SIX_TO_TWELVE_MONTH_COUNT:
|
| - |
|
1151 |
return isSetSixToTwelveMonthCount();
|
| - |
|
1152 |
case TWELVE_MONTHS_PLUS_COUNT:
|
| - |
|
1153 |
return isSetTwelveMonthsPlusCount();
|
| 958 |
case ZERO_PLUS_COUNT:
|
1154 |
case ZERO_PLUS_COUNT:
|
| 959 |
return isSetZeroPlusCount();
|
1155 |
return isSetZeroPlusCount();
|
| 960 |
case ONE_PLUS_COUNT:
|
1156 |
case ONE_PLUS_COUNT:
|
| 961 |
return isSetOnePlusCount();
|
1157 |
return isSetOnePlusCount();
|
| 962 |
case ZERO_PLUS_COST:
|
1158 |
case ZERO_PLUS_COST:
|
| Line 1088... |
Line 1284... |
| 1088 |
return false;
|
1284 |
return false;
|
| 1089 |
if (this.sixMonthPlusCount != that.sixMonthPlusCount)
|
1285 |
if (this.sixMonthPlusCount != that.sixMonthPlusCount)
|
| 1090 |
return false;
|
1286 |
return false;
|
| 1091 |
}
|
1287 |
}
|
| 1092 |
|
1288 |
|
| - |
|
1289 |
boolean this_present_zeroToThreeMonthCount = true;
|
| - |
|
1290 |
boolean that_present_zeroToThreeMonthCount = true;
|
| - |
|
1291 |
if (this_present_zeroToThreeMonthCount || that_present_zeroToThreeMonthCount) {
|
| - |
|
1292 |
if (!(this_present_zeroToThreeMonthCount && that_present_zeroToThreeMonthCount))
|
| - |
|
1293 |
return false;
|
| - |
|
1294 |
if (this.zeroToThreeMonthCount != that.zeroToThreeMonthCount)
|
| - |
|
1295 |
return false;
|
| - |
|
1296 |
}
|
| - |
|
1297 |
|
| - |
|
1298 |
boolean this_present_threeToSixMonthCount = true;
|
| - |
|
1299 |
boolean that_present_threeToSixMonthCount = true;
|
| - |
|
1300 |
if (this_present_threeToSixMonthCount || that_present_threeToSixMonthCount) {
|
| - |
|
1301 |
if (!(this_present_threeToSixMonthCount && that_present_threeToSixMonthCount))
|
| - |
|
1302 |
return false;
|
| - |
|
1303 |
if (this.threeToSixMonthCount != that.threeToSixMonthCount)
|
| - |
|
1304 |
return false;
|
| - |
|
1305 |
}
|
| - |
|
1306 |
|
| - |
|
1307 |
boolean this_present_sixToTwelveMonthCount = true;
|
| - |
|
1308 |
boolean that_present_sixToTwelveMonthCount = true;
|
| - |
|
1309 |
if (this_present_sixToTwelveMonthCount || that_present_sixToTwelveMonthCount) {
|
| - |
|
1310 |
if (!(this_present_sixToTwelveMonthCount && that_present_sixToTwelveMonthCount))
|
| - |
|
1311 |
return false;
|
| - |
|
1312 |
if (this.sixToTwelveMonthCount != that.sixToTwelveMonthCount)
|
| - |
|
1313 |
return false;
|
| - |
|
1314 |
}
|
| - |
|
1315 |
|
| - |
|
1316 |
boolean this_present_twelveMonthsPlusCount = true;
|
| - |
|
1317 |
boolean that_present_twelveMonthsPlusCount = true;
|
| - |
|
1318 |
if (this_present_twelveMonthsPlusCount || that_present_twelveMonthsPlusCount) {
|
| - |
|
1319 |
if (!(this_present_twelveMonthsPlusCount && that_present_twelveMonthsPlusCount))
|
| - |
|
1320 |
return false;
|
| - |
|
1321 |
if (this.twelveMonthsPlusCount != that.twelveMonthsPlusCount)
|
| - |
|
1322 |
return false;
|
| - |
|
1323 |
}
|
| - |
|
1324 |
|
| 1093 |
boolean this_present_ZeroPlusCount = true;
|
1325 |
boolean this_present_ZeroPlusCount = true;
|
| 1094 |
boolean that_present_ZeroPlusCount = true;
|
1326 |
boolean that_present_ZeroPlusCount = true;
|
| 1095 |
if (this_present_ZeroPlusCount || that_present_ZeroPlusCount) {
|
1327 |
if (this_present_ZeroPlusCount || that_present_ZeroPlusCount) {
|
| 1096 |
if (!(this_present_ZeroPlusCount && that_present_ZeroPlusCount))
|
1328 |
if (!(this_present_ZeroPlusCount && that_present_ZeroPlusCount))
|
| 1097 |
return false;
|
1329 |
return false;
|
| Line 1269... |
Line 1501... |
| 1269 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.sixMonthPlusCount, typedOther.sixMonthPlusCount);
|
1501 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.sixMonthPlusCount, typedOther.sixMonthPlusCount);
|
| 1270 |
if (lastComparison != 0) {
|
1502 |
if (lastComparison != 0) {
|
| 1271 |
return lastComparison;
|
1503 |
return lastComparison;
|
| 1272 |
}
|
1504 |
}
|
| 1273 |
}
|
1505 |
}
|
| - |
|
1506 |
lastComparison = Boolean.valueOf(isSetZeroToThreeMonthCount()).compareTo(typedOther.isSetZeroToThreeMonthCount());
|
| - |
|
1507 |
if (lastComparison != 0) {
|
| - |
|
1508 |
return lastComparison;
|
| - |
|
1509 |
}
|
| - |
|
1510 |
if (isSetZeroToThreeMonthCount()) {
|
| - |
|
1511 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.zeroToThreeMonthCount, typedOther.zeroToThreeMonthCount);
|
| - |
|
1512 |
if (lastComparison != 0) {
|
| - |
|
1513 |
return lastComparison;
|
| - |
|
1514 |
}
|
| - |
|
1515 |
}
|
| - |
|
1516 |
lastComparison = Boolean.valueOf(isSetThreeToSixMonthCount()).compareTo(typedOther.isSetThreeToSixMonthCount());
|
| - |
|
1517 |
if (lastComparison != 0) {
|
| - |
|
1518 |
return lastComparison;
|
| - |
|
1519 |
}
|
| - |
|
1520 |
if (isSetThreeToSixMonthCount()) {
|
| - |
|
1521 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.threeToSixMonthCount, typedOther.threeToSixMonthCount);
|
| - |
|
1522 |
if (lastComparison != 0) {
|
| - |
|
1523 |
return lastComparison;
|
| - |
|
1524 |
}
|
| - |
|
1525 |
}
|
| - |
|
1526 |
lastComparison = Boolean.valueOf(isSetSixToTwelveMonthCount()).compareTo(typedOther.isSetSixToTwelveMonthCount());
|
| - |
|
1527 |
if (lastComparison != 0) {
|
| - |
|
1528 |
return lastComparison;
|
| - |
|
1529 |
}
|
| - |
|
1530 |
if (isSetSixToTwelveMonthCount()) {
|
| - |
|
1531 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.sixToTwelveMonthCount, typedOther.sixToTwelveMonthCount);
|
| - |
|
1532 |
if (lastComparison != 0) {
|
| - |
|
1533 |
return lastComparison;
|
| - |
|
1534 |
}
|
| - |
|
1535 |
}
|
| - |
|
1536 |
lastComparison = Boolean.valueOf(isSetTwelveMonthsPlusCount()).compareTo(typedOther.isSetTwelveMonthsPlusCount());
|
| - |
|
1537 |
if (lastComparison != 0) {
|
| - |
|
1538 |
return lastComparison;
|
| - |
|
1539 |
}
|
| - |
|
1540 |
if (isSetTwelveMonthsPlusCount()) {
|
| - |
|
1541 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.twelveMonthsPlusCount, typedOther.twelveMonthsPlusCount);
|
| - |
|
1542 |
if (lastComparison != 0) {
|
| - |
|
1543 |
return lastComparison;
|
| - |
|
1544 |
}
|
| - |
|
1545 |
}
|
| 1274 |
lastComparison = Boolean.valueOf(isSetZeroPlusCount()).compareTo(typedOther.isSetZeroPlusCount());
|
1546 |
lastComparison = Boolean.valueOf(isSetZeroPlusCount()).compareTo(typedOther.isSetZeroPlusCount());
|
| 1275 |
if (lastComparison != 0) {
|
1547 |
if (lastComparison != 0) {
|
| 1276 |
return lastComparison;
|
1548 |
return lastComparison;
|
| 1277 |
}
|
1549 |
}
|
| 1278 |
if (isSetZeroPlusCount()) {
|
1550 |
if (isSetZeroPlusCount()) {
|
| Line 1428... |
Line 1700... |
| 1428 |
setSixMonthPlusCountIsSet(true);
|
1700 |
setSixMonthPlusCountIsSet(true);
|
| 1429 |
} else {
|
1701 |
} else {
|
| 1430 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1702 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1431 |
}
|
1703 |
}
|
| 1432 |
break;
|
1704 |
break;
|
| - |
|
1705 |
case 13: // ZERO_TO_THREE_MONTH_COUNT
|
| - |
|
1706 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| - |
|
1707 |
this.zeroToThreeMonthCount = iprot.readI64();
|
| - |
|
1708 |
setZeroToThreeMonthCountIsSet(true);
|
| - |
|
1709 |
} else {
|
| - |
|
1710 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
1711 |
}
|
| - |
|
1712 |
break;
|
| - |
|
1713 |
case 14: // THREE_TO_SIX_MONTH_COUNT
|
| - |
|
1714 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| - |
|
1715 |
this.threeToSixMonthCount = iprot.readI64();
|
| - |
|
1716 |
setThreeToSixMonthCountIsSet(true);
|
| - |
|
1717 |
} else {
|
| - |
|
1718 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
1719 |
}
|
| - |
|
1720 |
break;
|
| - |
|
1721 |
case 15: // SIX_TO_TWELVE_MONTH_COUNT
|
| - |
|
1722 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| - |
|
1723 |
this.sixToTwelveMonthCount = iprot.readI64();
|
| - |
|
1724 |
setSixToTwelveMonthCountIsSet(true);
|
| - |
|
1725 |
} else {
|
| - |
|
1726 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
1727 |
}
|
| - |
|
1728 |
break;
|
| - |
|
1729 |
case 16: // TWELVE_MONTHS_PLUS_COUNT
|
| - |
|
1730 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| - |
|
1731 |
this.twelveMonthsPlusCount = iprot.readI64();
|
| - |
|
1732 |
setTwelveMonthsPlusCountIsSet(true);
|
| - |
|
1733 |
} else {
|
| - |
|
1734 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
1735 |
}
|
| - |
|
1736 |
break;
|
| 1433 |
case 13: // ZERO_PLUS_COUNT
|
1737 |
case 17: // ZERO_PLUS_COUNT
|
| 1434 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1738 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1435 |
this.ZeroPlusCount = iprot.readI64();
|
1739 |
this.ZeroPlusCount = iprot.readI64();
|
| 1436 |
setZeroPlusCountIsSet(true);
|
1740 |
setZeroPlusCountIsSet(true);
|
| 1437 |
} else {
|
1741 |
} else {
|
| 1438 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1742 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1439 |
}
|
1743 |
}
|
| 1440 |
break;
|
1744 |
break;
|
| 1441 |
case 14: // ONE_PLUS_COUNT
|
1745 |
case 18: // ONE_PLUS_COUNT
|
| 1442 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1746 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1443 |
this.OnePlusCount = iprot.readI64();
|
1747 |
this.OnePlusCount = iprot.readI64();
|
| 1444 |
setOnePlusCountIsSet(true);
|
1748 |
setOnePlusCountIsSet(true);
|
| 1445 |
} else {
|
1749 |
} else {
|
| 1446 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1750 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1447 |
}
|
1751 |
}
|
| 1448 |
break;
|
1752 |
break;
|
| 1449 |
case 15: // ZERO_PLUS_COST
|
1753 |
case 19: // ZERO_PLUS_COST
|
| 1450 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1754 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1451 |
this.ZeroPlusCost = iprot.readI64();
|
1755 |
this.ZeroPlusCost = iprot.readI64();
|
| 1452 |
setZeroPlusCostIsSet(true);
|
1756 |
setZeroPlusCostIsSet(true);
|
| 1453 |
} else {
|
1757 |
} else {
|
| 1454 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1758 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1455 |
}
|
1759 |
}
|
| 1456 |
break;
|
1760 |
break;
|
| 1457 |
case 16: // ONE_PLUS_COST
|
1761 |
case 20: // ONE_PLUS_COST
|
| 1458 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
1762 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 1459 |
this.OnePlusCost = iprot.readI64();
|
1763 |
this.OnePlusCost = iprot.readI64();
|
| 1460 |
setOnePlusCostIsSet(true);
|
1764 |
setOnePlusCostIsSet(true);
|
| 1461 |
} else {
|
1765 |
} else {
|
| 1462 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1766 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1463 |
}
|
1767 |
}
|
| 1464 |
break;
|
1768 |
break;
|
| 1465 |
case 17: // CATEGORY
|
1769 |
case 21: // CATEGORY
|
| 1466 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
1770 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
| 1467 |
this.category = iprot.readString();
|
1771 |
this.category = iprot.readString();
|
| 1468 |
} else {
|
1772 |
} else {
|
| 1469 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
1773 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 1470 |
}
|
1774 |
}
|
| Line 1524... |
Line 1828... |
| 1524 |
oprot.writeI64(this.threeMonthPlusCount);
|
1828 |
oprot.writeI64(this.threeMonthPlusCount);
|
| 1525 |
oprot.writeFieldEnd();
|
1829 |
oprot.writeFieldEnd();
|
| 1526 |
oprot.writeFieldBegin(SIX_MONTH_PLUS_COUNT_FIELD_DESC);
|
1830 |
oprot.writeFieldBegin(SIX_MONTH_PLUS_COUNT_FIELD_DESC);
|
| 1527 |
oprot.writeI64(this.sixMonthPlusCount);
|
1831 |
oprot.writeI64(this.sixMonthPlusCount);
|
| 1528 |
oprot.writeFieldEnd();
|
1832 |
oprot.writeFieldEnd();
|
| - |
|
1833 |
oprot.writeFieldBegin(ZERO_TO_THREE_MONTH_COUNT_FIELD_DESC);
|
| - |
|
1834 |
oprot.writeI64(this.zeroToThreeMonthCount);
|
| - |
|
1835 |
oprot.writeFieldEnd();
|
| - |
|
1836 |
oprot.writeFieldBegin(THREE_TO_SIX_MONTH_COUNT_FIELD_DESC);
|
| - |
|
1837 |
oprot.writeI64(this.threeToSixMonthCount);
|
| - |
|
1838 |
oprot.writeFieldEnd();
|
| - |
|
1839 |
oprot.writeFieldBegin(SIX_TO_TWELVE_MONTH_COUNT_FIELD_DESC);
|
| - |
|
1840 |
oprot.writeI64(this.sixToTwelveMonthCount);
|
| - |
|
1841 |
oprot.writeFieldEnd();
|
| - |
|
1842 |
oprot.writeFieldBegin(TWELVE_MONTHS_PLUS_COUNT_FIELD_DESC);
|
| - |
|
1843 |
oprot.writeI64(this.twelveMonthsPlusCount);
|
| - |
|
1844 |
oprot.writeFieldEnd();
|
| 1529 |
oprot.writeFieldBegin(ZERO_PLUS_COUNT_FIELD_DESC);
|
1845 |
oprot.writeFieldBegin(ZERO_PLUS_COUNT_FIELD_DESC);
|
| 1530 |
oprot.writeI64(this.ZeroPlusCount);
|
1846 |
oprot.writeI64(this.ZeroPlusCount);
|
| 1531 |
oprot.writeFieldEnd();
|
1847 |
oprot.writeFieldEnd();
|
| 1532 |
oprot.writeFieldBegin(ONE_PLUS_COUNT_FIELD_DESC);
|
1848 |
oprot.writeFieldBegin(ONE_PLUS_COUNT_FIELD_DESC);
|
| 1533 |
oprot.writeI64(this.OnePlusCount);
|
1849 |
oprot.writeI64(this.OnePlusCount);
|
| Line 1614... |
Line 1930... |
| 1614 |
if (!first) sb.append(", ");
|
1930 |
if (!first) sb.append(", ");
|
| 1615 |
sb.append("sixMonthPlusCount:");
|
1931 |
sb.append("sixMonthPlusCount:");
|
| 1616 |
sb.append(this.sixMonthPlusCount);
|
1932 |
sb.append(this.sixMonthPlusCount);
|
| 1617 |
first = false;
|
1933 |
first = false;
|
| 1618 |
if (!first) sb.append(", ");
|
1934 |
if (!first) sb.append(", ");
|
| - |
|
1935 |
sb.append("zeroToThreeMonthCount:");
|
| - |
|
1936 |
sb.append(this.zeroToThreeMonthCount);
|
| - |
|
1937 |
first = false;
|
| - |
|
1938 |
if (!first) sb.append(", ");
|
| - |
|
1939 |
sb.append("threeToSixMonthCount:");
|
| - |
|
1940 |
sb.append(this.threeToSixMonthCount);
|
| - |
|
1941 |
first = false;
|
| - |
|
1942 |
if (!first) sb.append(", ");
|
| - |
|
1943 |
sb.append("sixToTwelveMonthCount:");
|
| - |
|
1944 |
sb.append(this.sixToTwelveMonthCount);
|
| - |
|
1945 |
first = false;
|
| - |
|
1946 |
if (!first) sb.append(", ");
|
| - |
|
1947 |
sb.append("twelveMonthsPlusCount:");
|
| - |
|
1948 |
sb.append(this.twelveMonthsPlusCount);
|
| - |
|
1949 |
first = false;
|
| - |
|
1950 |
if (!first) sb.append(", ");
|
| 1619 |
sb.append("ZeroPlusCount:");
|
1951 |
sb.append("ZeroPlusCount:");
|
| 1620 |
sb.append(this.ZeroPlusCount);
|
1952 |
sb.append(this.ZeroPlusCount);
|
| 1621 |
first = false;
|
1953 |
first = false;
|
| 1622 |
if (!first) sb.append(", ");
|
1954 |
if (!first) sb.append(", ");
|
| 1623 |
sb.append("OnePlusCount:");
|
1955 |
sb.append("OnePlusCount:");
|