Subversion Repositories SmartDukaan

Rev

Rev 7169 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7169 Rev 7370
Line 44... Line 44...
44
  private static final org.apache.thrift.protocol.TField CAF_NUM_FIELD_DESC = new org.apache.thrift.protocol.TField("cafNum", org.apache.thrift.protocol.TType.STRING, (short)19);
44
  private static final org.apache.thrift.protocol.TField CAF_NUM_FIELD_DESC = new org.apache.thrift.protocol.TField("cafNum", org.apache.thrift.protocol.TType.STRING, (short)19);
45
  private static final org.apache.thrift.protocol.TField SIM_NUM_FIELD_DESC = new org.apache.thrift.protocol.TField("simNum", org.apache.thrift.protocol.TType.STRING, (short)20);
45
  private static final org.apache.thrift.protocol.TField SIM_NUM_FIELD_DESC = new org.apache.thrift.protocol.TField("simNum", org.apache.thrift.protocol.TType.STRING, (short)20);
46
  private static final org.apache.thrift.protocol.TField ALTERNATE_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("alternateNumber", org.apache.thrift.protocol.TType.STRING, (short)21);
46
  private static final org.apache.thrift.protocol.TField ALTERNATE_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("alternateNumber", org.apache.thrift.protocol.TType.STRING, (short)21);
47
  private static final org.apache.thrift.protocol.TField DESCRIPTION_FIELD_DESC = new org.apache.thrift.protocol.TField("description", org.apache.thrift.protocol.TType.STRING, (short)22);
47
  private static final org.apache.thrift.protocol.TField DESCRIPTION_FIELD_DESC = new org.apache.thrift.protocol.TField("description", org.apache.thrift.protocol.TType.STRING, (short)22);
48
  private static final org.apache.thrift.protocol.TField RESPONSE_TIME_FIELD_DESC = new org.apache.thrift.protocol.TField("responseTime", org.apache.thrift.protocol.TType.I64, (short)23);
48
  private static final org.apache.thrift.protocol.TField RESPONSE_TIME_FIELD_DESC = new org.apache.thrift.protocol.TField("responseTime", org.apache.thrift.protocol.TType.I64, (short)23);
-
 
49
  private static final org.apache.thrift.protocol.TField SPICE_TID_FIELD_DESC = new org.apache.thrift.protocol.TField("spiceTID", org.apache.thrift.protocol.TType.STRING, (short)24);
-
 
50
  private static final org.apache.thrift.protocol.TField AGG_TID_FIELD_DESC = new org.apache.thrift.protocol.TField("aggTID", org.apache.thrift.protocol.TType.STRING, (short)25);
-
 
51
  private static final org.apache.thrift.protocol.TField PROVIDER_TID_FIELD_DESC = new org.apache.thrift.protocol.TField("providerTID", org.apache.thrift.protocol.TType.STRING, (short)26);
49
 
52
 
50
  private long id; // required
53
  private long id; // required
51
  private long storeId; // required
54
  private long storeId; // required
52
  private double amount; // required
55
  private double amount; // required
53
  private long transactionTime; // required
56
  private long transactionTime; // required
Line 68... Line 71...
68
  private String cafNum; // required
71
  private String cafNum; // required
69
  private String simNum; // required
72
  private String simNum; // required
70
  private String alternateNumber; // required
73
  private String alternateNumber; // required
71
  private String description; // required
74
  private String description; // required
72
  private long responseTime; // required
75
  private long responseTime; // required
-
 
76
  private String spiceTID; // required
-
 
77
  private String aggTID; // required
-
 
78
  private String providerTID; // required
73
 
79
 
74
  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
80
  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
75
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
81
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
76
    ID((short)1, "id"),
82
    ID((short)1, "id"),
77
    STORE_ID((short)2, "storeId"),
83
    STORE_ID((short)2, "storeId"),
Line 105... Line 111...
105
    NAME((short)18, "name"),
111
    NAME((short)18, "name"),
106
    CAF_NUM((short)19, "cafNum"),
112
    CAF_NUM((short)19, "cafNum"),
107
    SIM_NUM((short)20, "simNum"),
113
    SIM_NUM((short)20, "simNum"),
108
    ALTERNATE_NUMBER((short)21, "alternateNumber"),
114
    ALTERNATE_NUMBER((short)21, "alternateNumber"),
109
    DESCRIPTION((short)22, "description"),
115
    DESCRIPTION((short)22, "description"),
110
    RESPONSE_TIME((short)23, "responseTime");
116
    RESPONSE_TIME((short)23, "responseTime"),
-
 
117
    SPICE_TID((short)24, "spiceTID"),
-
 
118
    AGG_TID((short)25, "aggTID"),
-
 
119
    PROVIDER_TID((short)26, "providerTID");
111
 
120
 
112
    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
121
    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
113
 
122
 
114
    static {
123
    static {
115
      for (_Fields field : EnumSet.allOf(_Fields.class)) {
124
      for (_Fields field : EnumSet.allOf(_Fields.class)) {
Line 166... Line 175...
166
          return ALTERNATE_NUMBER;
175
          return ALTERNATE_NUMBER;
167
        case 22: // DESCRIPTION
176
        case 22: // DESCRIPTION
168
          return DESCRIPTION;
177
          return DESCRIPTION;
169
        case 23: // RESPONSE_TIME
178
        case 23: // RESPONSE_TIME
170
          return RESPONSE_TIME;
179
          return RESPONSE_TIME;
-
 
180
        case 24: // SPICE_TID
-
 
181
          return SPICE_TID;
-
 
182
        case 25: // AGG_TID
-
 
183
          return AGG_TID;
-
 
184
        case 26: // PROVIDER_TID
-
 
185
          return PROVIDER_TID;
171
        default:
186
        default:
172
          return null;
187
          return null;
173
      }
188
      }
174
    }
189
    }
175
 
190
 
Line 267... Line 282...
267
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
282
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
268
    tmpMap.put(_Fields.DESCRIPTION, new org.apache.thrift.meta_data.FieldMetaData("description", org.apache.thrift.TFieldRequirementType.DEFAULT, 
283
    tmpMap.put(_Fields.DESCRIPTION, new org.apache.thrift.meta_data.FieldMetaData("description", org.apache.thrift.TFieldRequirementType.DEFAULT, 
269
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
284
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
270
    tmpMap.put(_Fields.RESPONSE_TIME, new org.apache.thrift.meta_data.FieldMetaData("responseTime", org.apache.thrift.TFieldRequirementType.DEFAULT, 
285
    tmpMap.put(_Fields.RESPONSE_TIME, new org.apache.thrift.meta_data.FieldMetaData("responseTime", org.apache.thrift.TFieldRequirementType.DEFAULT, 
271
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
286
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
287
    tmpMap.put(_Fields.SPICE_TID, new org.apache.thrift.meta_data.FieldMetaData("spiceTID", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
288
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
-
 
289
    tmpMap.put(_Fields.AGG_TID, new org.apache.thrift.meta_data.FieldMetaData("aggTID", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
290
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
-
 
291
    tmpMap.put(_Fields.PROVIDER_TID, new org.apache.thrift.meta_data.FieldMetaData("providerTID", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
292
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
272
    metaDataMap = Collections.unmodifiableMap(tmpMap);
293
    metaDataMap = Collections.unmodifiableMap(tmpMap);
273
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(RechargeTransaction.class, metaDataMap);
294
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(RechargeTransaction.class, metaDataMap);
274
  }
295
  }
275
 
296
 
276
  public RechargeTransaction() {
297
  public RechargeTransaction() {
Line 297... Line 318...
297
    String name,
318
    String name,
298
    String cafNum,
319
    String cafNum,
299
    String simNum,
320
    String simNum,
300
    String alternateNumber,
321
    String alternateNumber,
301
    String description,
322
    String description,
302
    long responseTime)
323
    long responseTime,
-
 
324
    String spiceTID,
-
 
325
    String aggTID,
-
 
326
    String providerTID)
303
  {
327
  {
304
    this();
328
    this();
305
    this.id = id;
329
    this.id = id;
306
    setIdIsSet(true);
330
    setIdIsSet(true);
307
    this.storeId = storeId;
331
    this.storeId = storeId;
Line 333... Line 357...
333
    this.simNum = simNum;
357
    this.simNum = simNum;
334
    this.alternateNumber = alternateNumber;
358
    this.alternateNumber = alternateNumber;
335
    this.description = description;
359
    this.description = description;
336
    this.responseTime = responseTime;
360
    this.responseTime = responseTime;
337
    setResponseTimeIsSet(true);
361
    setResponseTimeIsSet(true);
-
 
362
    this.spiceTID = spiceTID;
-
 
363
    this.aggTID = aggTID;
-
 
364
    this.providerTID = providerTID;
338
  }
365
  }
339
 
366
 
340
  /**
367
  /**
341
   * Performs a deep copy on <i>other</i>.
368
   * Performs a deep copy on <i>other</i>.
342
   */
369
   */
Line 390... Line 417...
390
    }
417
    }
391
    if (other.isSetDescription()) {
418
    if (other.isSetDescription()) {
392
      this.description = other.description;
419
      this.description = other.description;
393
    }
420
    }
394
    this.responseTime = other.responseTime;
421
    this.responseTime = other.responseTime;
-
 
422
    if (other.isSetSpiceTID()) {
-
 
423
      this.spiceTID = other.spiceTID;
-
 
424
    }
-
 
425
    if (other.isSetAggTID()) {
-
 
426
      this.aggTID = other.aggTID;
-
 
427
    }
-
 
428
    if (other.isSetProviderTID()) {
-
 
429
      this.providerTID = other.providerTID;
-
 
430
    }
395
  }
431
  }
396
 
432
 
397
  public RechargeTransaction deepCopy() {
433
  public RechargeTransaction deepCopy() {
398
    return new RechargeTransaction(this);
434
    return new RechargeTransaction(this);
399
  }
435
  }
Line 431... Line 467...
431
    this.simNum = null;
467
    this.simNum = null;
432
    this.alternateNumber = null;
468
    this.alternateNumber = null;
433
    this.description = null;
469
    this.description = null;
434
    setResponseTimeIsSet(false);
470
    setResponseTimeIsSet(false);
435
    this.responseTime = 0;
471
    this.responseTime = 0;
-
 
472
    this.spiceTID = null;
-
 
473
    this.aggTID = null;
-
 
474
    this.providerTID = null;
436
  }
475
  }
437
 
476
 
438
  public long getId() {
477
  public long getId() {
439
    return this.id;
478
    return this.id;
440
  }
479
  }
Line 976... Line 1015...
976
 
1015
 
977
  public void setResponseTimeIsSet(boolean value) {
1016
  public void setResponseTimeIsSet(boolean value) {
978
    __isset_bit_vector.set(__RESPONSETIME_ISSET_ID, value);
1017
    __isset_bit_vector.set(__RESPONSETIME_ISSET_ID, value);
979
  }
1018
  }
980
 
1019
 
-
 
1020
  public String getSpiceTID() {
-
 
1021
    return this.spiceTID;
-
 
1022
  }
-
 
1023
 
-
 
1024
  public void setSpiceTID(String spiceTID) {
-
 
1025
    this.spiceTID = spiceTID;
-
 
1026
  }
-
 
1027
 
-
 
1028
  public void unsetSpiceTID() {
-
 
1029
    this.spiceTID = null;
-
 
1030
  }
-
 
1031
 
-
 
1032
  /** Returns true if field spiceTID is set (has been assigned a value) and false otherwise */
-
 
1033
  public boolean isSetSpiceTID() {
-
 
1034
    return this.spiceTID != null;
-
 
1035
  }
-
 
1036
 
-
 
1037
  public void setSpiceTIDIsSet(boolean value) {
-
 
1038
    if (!value) {
-
 
1039
      this.spiceTID = null;
-
 
1040
    }
-
 
1041
  }
-
 
1042
 
-
 
1043
  public String getAggTID() {
-
 
1044
    return this.aggTID;
-
 
1045
  }
-
 
1046
 
-
 
1047
  public void setAggTID(String aggTID) {
-
 
1048
    this.aggTID = aggTID;
-
 
1049
  }
-
 
1050
 
-
 
1051
  public void unsetAggTID() {
-
 
1052
    this.aggTID = null;
-
 
1053
  }
-
 
1054
 
-
 
1055
  /** Returns true if field aggTID is set (has been assigned a value) and false otherwise */
-
 
1056
  public boolean isSetAggTID() {
-
 
1057
    return this.aggTID != null;
-
 
1058
  }
-
 
1059
 
-
 
1060
  public void setAggTIDIsSet(boolean value) {
-
 
1061
    if (!value) {
-
 
1062
      this.aggTID = null;
-
 
1063
    }
-
 
1064
  }
-
 
1065
 
-
 
1066
  public String getProviderTID() {
-
 
1067
    return this.providerTID;
-
 
1068
  }
-
 
1069
 
-
 
1070
  public void setProviderTID(String providerTID) {
-
 
1071
    this.providerTID = providerTID;
-
 
1072
  }
-
 
1073
 
-
 
1074
  public void unsetProviderTID() {
-
 
1075
    this.providerTID = null;
-
 
1076
  }
-
 
1077
 
-
 
1078
  /** Returns true if field providerTID is set (has been assigned a value) and false otherwise */
-
 
1079
  public boolean isSetProviderTID() {
-
 
1080
    return this.providerTID != null;
-
 
1081
  }
-
 
1082
 
-
 
1083
  public void setProviderTIDIsSet(boolean value) {
-
 
1084
    if (!value) {
-
 
1085
      this.providerTID = null;
-
 
1086
    }
-
 
1087
  }
-
 
1088
 
981
  public void setFieldValue(_Fields field, Object value) {
1089
  public void setFieldValue(_Fields field, Object value) {
982
    switch (field) {
1090
    switch (field) {
983
    case ID:
1091
    case ID:
984
      if (value == null) {
1092
      if (value == null) {
985
        unsetId();
1093
        unsetId();
Line 1162... Line 1270...
1162
      } else {
1270
      } else {
1163
        setResponseTime((Long)value);
1271
        setResponseTime((Long)value);
1164
      }
1272
      }
1165
      break;
1273
      break;
1166
 
1274
 
-
 
1275
    case SPICE_TID:
-
 
1276
      if (value == null) {
-
 
1277
        unsetSpiceTID();
-
 
1278
      } else {
-
 
1279
        setSpiceTID((String)value);
-
 
1280
      }
-
 
1281
      break;
-
 
1282
 
-
 
1283
    case AGG_TID:
-
 
1284
      if (value == null) {
-
 
1285
        unsetAggTID();
-
 
1286
      } else {
-
 
1287
        setAggTID((String)value);
-
 
1288
      }
-
 
1289
      break;
-
 
1290
 
-
 
1291
    case PROVIDER_TID:
-
 
1292
      if (value == null) {
-
 
1293
        unsetProviderTID();
-
 
1294
      } else {
-
 
1295
        setProviderTID((String)value);
-
 
1296
      }
-
 
1297
      break;
-
 
1298
 
1167
    }
1299
    }
1168
  }
1300
  }
1169
 
1301
 
1170
  public Object getFieldValue(_Fields field) {
1302
  public Object getFieldValue(_Fields field) {
1171
    switch (field) {
1303
    switch (field) {
Line 1236... Line 1368...
1236
      return getDescription();
1368
      return getDescription();
1237
 
1369
 
1238
    case RESPONSE_TIME:
1370
    case RESPONSE_TIME:
1239
      return Long.valueOf(getResponseTime());
1371
      return Long.valueOf(getResponseTime());
1240
 
1372
 
-
 
1373
    case SPICE_TID:
-
 
1374
      return getSpiceTID();
-
 
1375
 
-
 
1376
    case AGG_TID:
-
 
1377
      return getAggTID();
-
 
1378
 
-
 
1379
    case PROVIDER_TID:
-
 
1380
      return getProviderTID();
-
 
1381
 
1241
    }
1382
    }
1242
    throw new IllegalStateException();
1383
    throw new IllegalStateException();
1243
  }
1384
  }
1244
 
1385
 
1245
  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
1386
  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
Line 1293... Line 1434...
1293
      return isSetAlternateNumber();
1434
      return isSetAlternateNumber();
1294
    case DESCRIPTION:
1435
    case DESCRIPTION:
1295
      return isSetDescription();
1436
      return isSetDescription();
1296
    case RESPONSE_TIME:
1437
    case RESPONSE_TIME:
1297
      return isSetResponseTime();
1438
      return isSetResponseTime();
-
 
1439
    case SPICE_TID:
-
 
1440
      return isSetSpiceTID();
-
 
1441
    case AGG_TID:
-
 
1442
      return isSetAggTID();
-
 
1443
    case PROVIDER_TID:
-
 
1444
      return isSetProviderTID();
1298
    }
1445
    }
1299
    throw new IllegalStateException();
1446
    throw new IllegalStateException();
1300
  }
1447
  }
1301
 
1448
 
1302
  @Override
1449
  @Override
Line 1517... Line 1664...
1517
        return false;
1664
        return false;
1518
      if (this.responseTime != that.responseTime)
1665
      if (this.responseTime != that.responseTime)
1519
        return false;
1666
        return false;
1520
    }
1667
    }
1521
 
1668
 
-
 
1669
    boolean this_present_spiceTID = true && this.isSetSpiceTID();
-
 
1670
    boolean that_present_spiceTID = true && that.isSetSpiceTID();
-
 
1671
    if (this_present_spiceTID || that_present_spiceTID) {
-
 
1672
      if (!(this_present_spiceTID && that_present_spiceTID))
-
 
1673
        return false;
-
 
1674
      if (!this.spiceTID.equals(that.spiceTID))
-
 
1675
        return false;
-
 
1676
    }
-
 
1677
 
-
 
1678
    boolean this_present_aggTID = true && this.isSetAggTID();
-
 
1679
    boolean that_present_aggTID = true && that.isSetAggTID();
-
 
1680
    if (this_present_aggTID || that_present_aggTID) {
-
 
1681
      if (!(this_present_aggTID && that_present_aggTID))
-
 
1682
        return false;
-
 
1683
      if (!this.aggTID.equals(that.aggTID))
-
 
1684
        return false;
-
 
1685
    }
-
 
1686
 
-
 
1687
    boolean this_present_providerTID = true && this.isSetProviderTID();
-
 
1688
    boolean that_present_providerTID = true && that.isSetProviderTID();
-
 
1689
    if (this_present_providerTID || that_present_providerTID) {
-
 
1690
      if (!(this_present_providerTID && that_present_providerTID))
-
 
1691
        return false;
-
 
1692
      if (!this.providerTID.equals(that.providerTID))
-
 
1693
        return false;
-
 
1694
    }
-
 
1695
 
1522
    return true;
1696
    return true;
1523
  }
1697
  }
1524
 
1698
 
1525
  @Override
1699
  @Override
1526
  public int hashCode() {
1700
  public int hashCode() {
Line 1763... Line 1937...
1763
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.responseTime, typedOther.responseTime);
1937
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.responseTime, typedOther.responseTime);
1764
      if (lastComparison != 0) {
1938
      if (lastComparison != 0) {
1765
        return lastComparison;
1939
        return lastComparison;
1766
      }
1940
      }
1767
    }
1941
    }
-
 
1942
    lastComparison = Boolean.valueOf(isSetSpiceTID()).compareTo(typedOther.isSetSpiceTID());
-
 
1943
    if (lastComparison != 0) {
-
 
1944
      return lastComparison;
-
 
1945
    }
-
 
1946
    if (isSetSpiceTID()) {
-
 
1947
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.spiceTID, typedOther.spiceTID);
-
 
1948
      if (lastComparison != 0) {
-
 
1949
        return lastComparison;
-
 
1950
      }
-
 
1951
    }
-
 
1952
    lastComparison = Boolean.valueOf(isSetAggTID()).compareTo(typedOther.isSetAggTID());
-
 
1953
    if (lastComparison != 0) {
-
 
1954
      return lastComparison;
-
 
1955
    }
-
 
1956
    if (isSetAggTID()) {
-
 
1957
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.aggTID, typedOther.aggTID);
-
 
1958
      if (lastComparison != 0) {
-
 
1959
        return lastComparison;
-
 
1960
      }
-
 
1961
    }
-
 
1962
    lastComparison = Boolean.valueOf(isSetProviderTID()).compareTo(typedOther.isSetProviderTID());
-
 
1963
    if (lastComparison != 0) {
-
 
1964
      return lastComparison;
-
 
1965
    }
-
 
1966
    if (isSetProviderTID()) {
-
 
1967
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.providerTID, typedOther.providerTID);
-
 
1968
      if (lastComparison != 0) {
-
 
1969
        return lastComparison;
-
 
1970
      }
-
 
1971
    }
1768
    return 0;
1972
    return 0;
1769
  }
1973
  }
1770
 
1974
 
1771
  public _Fields fieldForId(int fieldId) {
1975
  public _Fields fieldForId(int fieldId) {
1772
    return _Fields.findByThriftId(fieldId);
1976
    return _Fields.findByThriftId(fieldId);
Line 1951... Line 2155...
1951
            setResponseTimeIsSet(true);
2155
            setResponseTimeIsSet(true);
1952
          } else { 
2156
          } else { 
1953
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
2157
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
1954
          }
2158
          }
1955
          break;
2159
          break;
-
 
2160
        case 24: // SPICE_TID
-
 
2161
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
2162
            this.spiceTID = iprot.readString();
-
 
2163
          } else { 
-
 
2164
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
2165
          }
-
 
2166
          break;
-
 
2167
        case 25: // AGG_TID
-
 
2168
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
2169
            this.aggTID = iprot.readString();
-
 
2170
          } else { 
-
 
2171
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
2172
          }
-
 
2173
          break;
-
 
2174
        case 26: // PROVIDER_TID
-
 
2175
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
2176
            this.providerTID = iprot.readString();
-
 
2177
          } else { 
-
 
2178
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
2179
          }
-
 
2180
          break;
1956
        default:
2181
        default:
1957
          org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
2182
          org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
1958
      }
2183
      }
1959
      iprot.readFieldEnd();
2184
      iprot.readFieldEnd();
1960
    }
2185
    }
Line 2059... Line 2284...
2059
      oprot.writeFieldEnd();
2284
      oprot.writeFieldEnd();
2060
    }
2285
    }
2061
    oprot.writeFieldBegin(RESPONSE_TIME_FIELD_DESC);
2286
    oprot.writeFieldBegin(RESPONSE_TIME_FIELD_DESC);
2062
    oprot.writeI64(this.responseTime);
2287
    oprot.writeI64(this.responseTime);
2063
    oprot.writeFieldEnd();
2288
    oprot.writeFieldEnd();
-
 
2289
    if (this.spiceTID != null) {
-
 
2290
      oprot.writeFieldBegin(SPICE_TID_FIELD_DESC);
-
 
2291
      oprot.writeString(this.spiceTID);
-
 
2292
      oprot.writeFieldEnd();
-
 
2293
    }
-
 
2294
    if (this.aggTID != null) {
-
 
2295
      oprot.writeFieldBegin(AGG_TID_FIELD_DESC);
-
 
2296
      oprot.writeString(this.aggTID);
-
 
2297
      oprot.writeFieldEnd();
-
 
2298
    }
-
 
2299
    if (this.providerTID != null) {
-
 
2300
      oprot.writeFieldBegin(PROVIDER_TID_FIELD_DESC);
-
 
2301
      oprot.writeString(this.providerTID);
-
 
2302
      oprot.writeFieldEnd();
-
 
2303
    }
2064
    oprot.writeFieldStop();
2304
    oprot.writeFieldStop();
2065
    oprot.writeStructEnd();
2305
    oprot.writeStructEnd();
2066
  }
2306
  }
2067
 
2307
 
2068
  @Override
2308
  @Override
Line 2211... Line 2451...
2211
    first = false;
2451
    first = false;
2212
    if (!first) sb.append(", ");
2452
    if (!first) sb.append(", ");
2213
    sb.append("responseTime:");
2453
    sb.append("responseTime:");
2214
    sb.append(this.responseTime);
2454
    sb.append(this.responseTime);
2215
    first = false;
2455
    first = false;
-
 
2456
    if (!first) sb.append(", ");
-
 
2457
    sb.append("spiceTID:");
-
 
2458
    if (this.spiceTID == null) {
-
 
2459
      sb.append("null");
-
 
2460
    } else {
-
 
2461
      sb.append(this.spiceTID);
-
 
2462
    }
-
 
2463
    first = false;
-
 
2464
    if (!first) sb.append(", ");
-
 
2465
    sb.append("aggTID:");
-
 
2466
    if (this.aggTID == null) {
-
 
2467
      sb.append("null");
-
 
2468
    } else {
-
 
2469
      sb.append(this.aggTID);
-
 
2470
    }
-
 
2471
    first = false;
-
 
2472
    if (!first) sb.append(", ");
-
 
2473
    sb.append("providerTID:");
-
 
2474
    if (this.providerTID == null) {
-
 
2475
      sb.append("null");
-
 
2476
    } else {
-
 
2477
      sb.append(this.providerTID);
-
 
2478
    }
-
 
2479
    first = false;
2216
    sb.append(")");
2480
    sb.append(")");
2217
    return sb.toString();
2481
    return sb.toString();
2218
  }
2482
  }
2219
 
2483
 
2220
  public void validate() throws org.apache.thrift.TException {
2484
  public void validate() throws org.apache.thrift.TException {