Subversion Repositories SmartDukaan

Rev

Rev 6031 | Rev 6077 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6031 Rev 6048
Line 35... Line 35...
35
  private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.I32, (short)10);
35
  private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.I32, (short)10);
36
  private static final org.apache.thrift.protocol.TField DEVICE_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("deviceNumber", org.apache.thrift.protocol.TType.STRING, (short)11);
36
  private static final org.apache.thrift.protocol.TField DEVICE_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("deviceNumber", org.apache.thrift.protocol.TType.STRING, (short)11);
37
  private static final org.apache.thrift.protocol.TField USER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("userId", org.apache.thrift.protocol.TType.I64, (short)12);
37
  private static final org.apache.thrift.protocol.TField USER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("userId", org.apache.thrift.protocol.TType.I64, (short)12);
38
  private static final org.apache.thrift.protocol.TField USER_EMAIL_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("userEmailId", org.apache.thrift.protocol.TType.STRING, (short)13);
38
  private static final org.apache.thrift.protocol.TField USER_EMAIL_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("userEmailId", org.apache.thrift.protocol.TType.STRING, (short)13);
39
  private static final org.apache.thrift.protocol.TField CREATION_TIMESTAMP_FIELD_DESC = new org.apache.thrift.protocol.TField("creationTimestamp", org.apache.thrift.protocol.TType.I64, (short)14);
39
  private static final org.apache.thrift.protocol.TField CREATION_TIMESTAMP_FIELD_DESC = new org.apache.thrift.protocol.TField("creationTimestamp", org.apache.thrift.protocol.TType.I64, (short)14);
-
 
40
  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)15);
-
 
41
  private static final org.apache.thrift.protocol.TField RESPONSE_TIMESTAMP_FIELD_DESC = new org.apache.thrift.protocol.TField("responseTimestamp", org.apache.thrift.protocol.TType.I64, (short)16);
40
 
42
 
41
  private long id; // required
43
  private long id; // required
42
  private String displayId; // required
44
  private String displayId; // required
43
  private long totalAmount; // required
45
  private long totalAmount; // required
44
  private long walletAmount; // required
46
  private long walletAmount; // required
Line 50... Line 52...
50
  private RechargeOrderStatus status; // required
52
  private RechargeOrderStatus status; // required
51
  private String deviceNumber; // required
53
  private String deviceNumber; // required
52
  private long userId; // required
54
  private long userId; // required
53
  private String userEmailId; // required
55
  private String userEmailId; // required
54
  private long creationTimestamp; // required
56
  private long creationTimestamp; // required
-
 
57
  private String spiceTID; // required
-
 
58
  private long responseTimestamp; // required
55
 
59
 
56
  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
60
  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
57
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
61
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
58
    ID((short)1, "id"),
62
    ID((short)1, "id"),
59
    DISPLAY_ID((short)2, "displayId"),
63
    DISPLAY_ID((short)2, "displayId"),
Line 78... Line 82...
78
     */
82
     */
79
    STATUS((short)10, "status"),
83
    STATUS((short)10, "status"),
80
    DEVICE_NUMBER((short)11, "deviceNumber"),
84
    DEVICE_NUMBER((short)11, "deviceNumber"),
81
    USER_ID((short)12, "userId"),
85
    USER_ID((short)12, "userId"),
82
    USER_EMAIL_ID((short)13, "userEmailId"),
86
    USER_EMAIL_ID((short)13, "userEmailId"),
83
    CREATION_TIMESTAMP((short)14, "creationTimestamp");
87
    CREATION_TIMESTAMP((short)14, "creationTimestamp"),
-
 
88
    SPICE_TID((short)15, "spiceTID"),
-
 
89
    RESPONSE_TIMESTAMP((short)16, "responseTimestamp");
84
 
90
 
85
    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
91
    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
86
 
92
 
87
    static {
93
    static {
88
      for (_Fields field : EnumSet.allOf(_Fields.class)) {
94
      for (_Fields field : EnumSet.allOf(_Fields.class)) {
Line 121... Line 127...
121
          return USER_ID;
127
          return USER_ID;
122
        case 13: // USER_EMAIL_ID
128
        case 13: // USER_EMAIL_ID
123
          return USER_EMAIL_ID;
129
          return USER_EMAIL_ID;
124
        case 14: // CREATION_TIMESTAMP
130
        case 14: // CREATION_TIMESTAMP
125
          return CREATION_TIMESTAMP;
131
          return CREATION_TIMESTAMP;
-
 
132
        case 15: // SPICE_TID
-
 
133
          return SPICE_TID;
-
 
134
        case 16: // RESPONSE_TIMESTAMP
-
 
135
          return RESPONSE_TIMESTAMP;
126
        default:
136
        default:
127
          return null;
137
          return null;
128
      }
138
      }
129
    }
139
    }
130
 
140
 
Line 168... Line 178...
168
  private static final int __WALLETAMOUNT_ISSET_ID = 2;
178
  private static final int __WALLETAMOUNT_ISSET_ID = 2;
169
  private static final int __TRANSACTIONID_ISSET_ID = 3;
179
  private static final int __TRANSACTIONID_ISSET_ID = 3;
170
  private static final int __OPERATORID_ISSET_ID = 4;
180
  private static final int __OPERATORID_ISSET_ID = 4;
171
  private static final int __USERID_ISSET_ID = 5;
181
  private static final int __USERID_ISSET_ID = 5;
172
  private static final int __CREATIONTIMESTAMP_ISSET_ID = 6;
182
  private static final int __CREATIONTIMESTAMP_ISSET_ID = 6;
-
 
183
  private static final int __RESPONSETIMESTAMP_ISSET_ID = 7;
173
  private BitSet __isset_bit_vector = new BitSet(7);
184
  private BitSet __isset_bit_vector = new BitSet(8);
174
 
185
 
175
  public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
186
  public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
176
  static {
187
  static {
177
    Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
188
    Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
178
    tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, 
189
    tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, 
Line 201... Line 212...
201
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
212
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
202
    tmpMap.put(_Fields.USER_EMAIL_ID, new org.apache.thrift.meta_data.FieldMetaData("userEmailId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
213
    tmpMap.put(_Fields.USER_EMAIL_ID, new org.apache.thrift.meta_data.FieldMetaData("userEmailId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
203
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
214
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
204
    tmpMap.put(_Fields.CREATION_TIMESTAMP, new org.apache.thrift.meta_data.FieldMetaData("creationTimestamp", org.apache.thrift.TFieldRequirementType.DEFAULT, 
215
    tmpMap.put(_Fields.CREATION_TIMESTAMP, new org.apache.thrift.meta_data.FieldMetaData("creationTimestamp", org.apache.thrift.TFieldRequirementType.DEFAULT, 
205
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
216
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
217
    tmpMap.put(_Fields.SPICE_TID, new org.apache.thrift.meta_data.FieldMetaData("spiceTID", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
218
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
-
 
219
    tmpMap.put(_Fields.RESPONSE_TIMESTAMP, new org.apache.thrift.meta_data.FieldMetaData("responseTimestamp", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
220
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
206
    metaDataMap = Collections.unmodifiableMap(tmpMap);
221
    metaDataMap = Collections.unmodifiableMap(tmpMap);
207
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(RechargeOrder.class, metaDataMap);
222
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(RechargeOrder.class, metaDataMap);
208
  }
223
  }
209
 
224
 
210
  public RechargeOrder() {
225
  public RechargeOrder() {
Line 222... Line 237...
222
    RechargeType rechargeType,
237
    RechargeType rechargeType,
223
    RechargeOrderStatus status,
238
    RechargeOrderStatus status,
224
    String deviceNumber,
239
    String deviceNumber,
225
    long userId,
240
    long userId,
226
    String userEmailId,
241
    String userEmailId,
227
    long creationTimestamp)
242
    long creationTimestamp,
-
 
243
    String spiceTID,
-
 
244
    long responseTimestamp)
228
  {
245
  {
229
    this();
246
    this();
230
    this.id = id;
247
    this.id = id;
231
    setIdIsSet(true);
248
    setIdIsSet(true);
232
    this.displayId = displayId;
249
    this.displayId = displayId;
Line 246... Line 263...
246
    this.userId = userId;
263
    this.userId = userId;
247
    setUserIdIsSet(true);
264
    setUserIdIsSet(true);
248
    this.userEmailId = userEmailId;
265
    this.userEmailId = userEmailId;
249
    this.creationTimestamp = creationTimestamp;
266
    this.creationTimestamp = creationTimestamp;
250
    setCreationTimestampIsSet(true);
267
    setCreationTimestampIsSet(true);
-
 
268
    this.spiceTID = spiceTID;
-
 
269
    this.responseTimestamp = responseTimestamp;
-
 
270
    setResponseTimestampIsSet(true);
251
  }
271
  }
252
 
272
 
253
  /**
273
  /**
254
   * Performs a deep copy on <i>other</i>.
274
   * Performs a deep copy on <i>other</i>.
255
   */
275
   */
Line 282... Line 302...
282
    this.userId = other.userId;
302
    this.userId = other.userId;
283
    if (other.isSetUserEmailId()) {
303
    if (other.isSetUserEmailId()) {
284
      this.userEmailId = other.userEmailId;
304
      this.userEmailId = other.userEmailId;
285
    }
305
    }
286
    this.creationTimestamp = other.creationTimestamp;
306
    this.creationTimestamp = other.creationTimestamp;
-
 
307
    if (other.isSetSpiceTID()) {
-
 
308
      this.spiceTID = other.spiceTID;
-
 
309
    }
-
 
310
    this.responseTimestamp = other.responseTimestamp;
287
  }
311
  }
288
 
312
 
289
  public RechargeOrder deepCopy() {
313
  public RechargeOrder deepCopy() {
290
    return new RechargeOrder(this);
314
    return new RechargeOrder(this);
291
  }
315
  }
Line 311... Line 335...
311
    setUserIdIsSet(false);
335
    setUserIdIsSet(false);
312
    this.userId = 0;
336
    this.userId = 0;
313
    this.userEmailId = null;
337
    this.userEmailId = null;
314
    setCreationTimestampIsSet(false);
338
    setCreationTimestampIsSet(false);
315
    this.creationTimestamp = 0;
339
    this.creationTimestamp = 0;
-
 
340
    this.spiceTID = null;
-
 
341
    setResponseTimestampIsSet(false);
-
 
342
    this.responseTimestamp = 0;
316
  }
343
  }
317
 
344
 
318
  public long getId() {
345
  public long getId() {
319
    return this.id;
346
    return this.id;
320
  }
347
  }
Line 652... Line 679...
652
 
679
 
653
  public void setCreationTimestampIsSet(boolean value) {
680
  public void setCreationTimestampIsSet(boolean value) {
654
    __isset_bit_vector.set(__CREATIONTIMESTAMP_ISSET_ID, value);
681
    __isset_bit_vector.set(__CREATIONTIMESTAMP_ISSET_ID, value);
655
  }
682
  }
656
 
683
 
-
 
684
  public String getSpiceTID() {
-
 
685
    return this.spiceTID;
-
 
686
  }
-
 
687
 
-
 
688
  public void setSpiceTID(String spiceTID) {
-
 
689
    this.spiceTID = spiceTID;
-
 
690
  }
-
 
691
 
-
 
692
  public void unsetSpiceTID() {
-
 
693
    this.spiceTID = null;
-
 
694
  }
-
 
695
 
-
 
696
  /** Returns true if field spiceTID is set (has been assigned a value) and false otherwise */
-
 
697
  public boolean isSetSpiceTID() {
-
 
698
    return this.spiceTID != null;
-
 
699
  }
-
 
700
 
-
 
701
  public void setSpiceTIDIsSet(boolean value) {
-
 
702
    if (!value) {
-
 
703
      this.spiceTID = null;
-
 
704
    }
-
 
705
  }
-
 
706
 
-
 
707
  public long getResponseTimestamp() {
-
 
708
    return this.responseTimestamp;
-
 
709
  }
-
 
710
 
-
 
711
  public void setResponseTimestamp(long responseTimestamp) {
-
 
712
    this.responseTimestamp = responseTimestamp;
-
 
713
    setResponseTimestampIsSet(true);
-
 
714
  }
-
 
715
 
-
 
716
  public void unsetResponseTimestamp() {
-
 
717
    __isset_bit_vector.clear(__RESPONSETIMESTAMP_ISSET_ID);
-
 
718
  }
-
 
719
 
-
 
720
  /** Returns true if field responseTimestamp is set (has been assigned a value) and false otherwise */
-
 
721
  public boolean isSetResponseTimestamp() {
-
 
722
    return __isset_bit_vector.get(__RESPONSETIMESTAMP_ISSET_ID);
-
 
723
  }
-
 
724
 
-
 
725
  public void setResponseTimestampIsSet(boolean value) {
-
 
726
    __isset_bit_vector.set(__RESPONSETIMESTAMP_ISSET_ID, value);
-
 
727
  }
-
 
728
 
657
  public void setFieldValue(_Fields field, Object value) {
729
  public void setFieldValue(_Fields field, Object value) {
658
    switch (field) {
730
    switch (field) {
659
    case ID:
731
    case ID:
660
      if (value == null) {
732
      if (value == null) {
661
        unsetId();
733
        unsetId();
Line 766... Line 838...
766
      } else {
838
      } else {
767
        setCreationTimestamp((Long)value);
839
        setCreationTimestamp((Long)value);
768
      }
840
      }
769
      break;
841
      break;
770
 
842
 
-
 
843
    case SPICE_TID:
-
 
844
      if (value == null) {
-
 
845
        unsetSpiceTID();
-
 
846
      } else {
-
 
847
        setSpiceTID((String)value);
-
 
848
      }
-
 
849
      break;
-
 
850
 
-
 
851
    case RESPONSE_TIMESTAMP:
-
 
852
      if (value == null) {
-
 
853
        unsetResponseTimestamp();
-
 
854
      } else {
-
 
855
        setResponseTimestamp((Long)value);
-
 
856
      }
-
 
857
      break;
-
 
858
 
771
    }
859
    }
772
  }
860
  }
773
 
861
 
774
  public Object getFieldValue(_Fields field) {
862
  public Object getFieldValue(_Fields field) {
775
    switch (field) {
863
    switch (field) {
Line 813... Line 901...
813
      return getUserEmailId();
901
      return getUserEmailId();
814
 
902
 
815
    case CREATION_TIMESTAMP:
903
    case CREATION_TIMESTAMP:
816
      return Long.valueOf(getCreationTimestamp());
904
      return Long.valueOf(getCreationTimestamp());
817
 
905
 
-
 
906
    case SPICE_TID:
-
 
907
      return getSpiceTID();
-
 
908
 
-
 
909
    case RESPONSE_TIMESTAMP:
-
 
910
      return Long.valueOf(getResponseTimestamp());
-
 
911
 
818
    }
912
    }
819
    throw new IllegalStateException();
913
    throw new IllegalStateException();
820
  }
914
  }
821
 
915
 
822
  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
916
  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
Line 852... Line 946...
852
      return isSetUserId();
946
      return isSetUserId();
853
    case USER_EMAIL_ID:
947
    case USER_EMAIL_ID:
854
      return isSetUserEmailId();
948
      return isSetUserEmailId();
855
    case CREATION_TIMESTAMP:
949
    case CREATION_TIMESTAMP:
856
      return isSetCreationTimestamp();
950
      return isSetCreationTimestamp();
-
 
951
    case SPICE_TID:
-
 
952
      return isSetSpiceTID();
-
 
953
    case RESPONSE_TIMESTAMP:
-
 
954
      return isSetResponseTimestamp();
857
    }
955
    }
858
    throw new IllegalStateException();
956
    throw new IllegalStateException();
859
  }
957
  }
860
 
958
 
861
  @Override
959
  @Override
Line 995... Line 1093...
995
        return false;
1093
        return false;
996
      if (this.creationTimestamp != that.creationTimestamp)
1094
      if (this.creationTimestamp != that.creationTimestamp)
997
        return false;
1095
        return false;
998
    }
1096
    }
999
 
1097
 
-
 
1098
    boolean this_present_spiceTID = true && this.isSetSpiceTID();
-
 
1099
    boolean that_present_spiceTID = true && that.isSetSpiceTID();
-
 
1100
    if (this_present_spiceTID || that_present_spiceTID) {
-
 
1101
      if (!(this_present_spiceTID && that_present_spiceTID))
-
 
1102
        return false;
-
 
1103
      if (!this.spiceTID.equals(that.spiceTID))
-
 
1104
        return false;
-
 
1105
    }
-
 
1106
 
-
 
1107
    boolean this_present_responseTimestamp = true;
-
 
1108
    boolean that_present_responseTimestamp = true;
-
 
1109
    if (this_present_responseTimestamp || that_present_responseTimestamp) {
-
 
1110
      if (!(this_present_responseTimestamp && that_present_responseTimestamp))
-
 
1111
        return false;
-
 
1112
      if (this.responseTimestamp != that.responseTimestamp)
-
 
1113
        return false;
-
 
1114
    }
-
 
1115
 
1000
    return true;
1116
    return true;
1001
  }
1117
  }
1002
 
1118
 
1003
  @Override
1119
  @Override
1004
  public int hashCode() {
1120
  public int hashCode() {
Line 1151... Line 1267...
1151
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.creationTimestamp, typedOther.creationTimestamp);
1267
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.creationTimestamp, typedOther.creationTimestamp);
1152
      if (lastComparison != 0) {
1268
      if (lastComparison != 0) {
1153
        return lastComparison;
1269
        return lastComparison;
1154
      }
1270
      }
1155
    }
1271
    }
-
 
1272
    lastComparison = Boolean.valueOf(isSetSpiceTID()).compareTo(typedOther.isSetSpiceTID());
-
 
1273
    if (lastComparison != 0) {
-
 
1274
      return lastComparison;
-
 
1275
    }
-
 
1276
    if (isSetSpiceTID()) {
-
 
1277
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.spiceTID, typedOther.spiceTID);
-
 
1278
      if (lastComparison != 0) {
-
 
1279
        return lastComparison;
-
 
1280
      }
-
 
1281
    }
-
 
1282
    lastComparison = Boolean.valueOf(isSetResponseTimestamp()).compareTo(typedOther.isSetResponseTimestamp());
-
 
1283
    if (lastComparison != 0) {
-
 
1284
      return lastComparison;
-
 
1285
    }
-
 
1286
    if (isSetResponseTimestamp()) {
-
 
1287
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.responseTimestamp, typedOther.responseTimestamp);
-
 
1288
      if (lastComparison != 0) {
-
 
1289
        return lastComparison;
-
 
1290
      }
-
 
1291
    }
1156
    return 0;
1292
    return 0;
1157
  }
1293
  }
1158
 
1294
 
1159
  public _Fields fieldForId(int fieldId) {
1295
  public _Fields fieldForId(int fieldId) {
1160
    return _Fields.findByThriftId(fieldId);
1296
    return _Fields.findByThriftId(fieldId);
Line 1273... Line 1409...
1273
            setCreationTimestampIsSet(true);
1409
            setCreationTimestampIsSet(true);
1274
          } else { 
1410
          } else { 
1275
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
1411
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
1276
          }
1412
          }
1277
          break;
1413
          break;
-
 
1414
        case 15: // SPICE_TID
-
 
1415
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
1416
            this.spiceTID = iprot.readString();
-
 
1417
          } else { 
-
 
1418
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
1419
          }
-
 
1420
          break;
-
 
1421
        case 16: // RESPONSE_TIMESTAMP
-
 
1422
          if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
1423
            this.responseTimestamp = iprot.readI64();
-
 
1424
            setResponseTimestampIsSet(true);
-
 
1425
          } else { 
-
 
1426
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
1427
          }
-
 
1428
          break;
1278
        default:
1429
        default:
1279
          org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
1430
          org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
1280
      }
1431
      }
1281
      iprot.readFieldEnd();
1432
      iprot.readFieldEnd();
1282
    }
1433
    }
Line 1342... Line 1493...
1342
      oprot.writeFieldEnd();
1493
      oprot.writeFieldEnd();
1343
    }
1494
    }
1344
    oprot.writeFieldBegin(CREATION_TIMESTAMP_FIELD_DESC);
1495
    oprot.writeFieldBegin(CREATION_TIMESTAMP_FIELD_DESC);
1345
    oprot.writeI64(this.creationTimestamp);
1496
    oprot.writeI64(this.creationTimestamp);
1346
    oprot.writeFieldEnd();
1497
    oprot.writeFieldEnd();
-
 
1498
    if (this.spiceTID != null) {
-
 
1499
      oprot.writeFieldBegin(SPICE_TID_FIELD_DESC);
-
 
1500
      oprot.writeString(this.spiceTID);
-
 
1501
      oprot.writeFieldEnd();
-
 
1502
    }
-
 
1503
    oprot.writeFieldBegin(RESPONSE_TIMESTAMP_FIELD_DESC);
-
 
1504
    oprot.writeI64(this.responseTimestamp);
-
 
1505
    oprot.writeFieldEnd();
1347
    oprot.writeFieldStop();
1506
    oprot.writeFieldStop();
1348
    oprot.writeStructEnd();
1507
    oprot.writeStructEnd();
1349
  }
1508
  }
1350
 
1509
 
1351
  @Override
1510
  @Override
Line 1434... Line 1593...
1434
    first = false;
1593
    first = false;
1435
    if (!first) sb.append(", ");
1594
    if (!first) sb.append(", ");
1436
    sb.append("creationTimestamp:");
1595
    sb.append("creationTimestamp:");
1437
    sb.append(this.creationTimestamp);
1596
    sb.append(this.creationTimestamp);
1438
    first = false;
1597
    first = false;
-
 
1598
    if (!first) sb.append(", ");
-
 
1599
    sb.append("spiceTID:");
-
 
1600
    if (this.spiceTID == null) {
-
 
1601
      sb.append("null");
-
 
1602
    } else {
-
 
1603
      sb.append(this.spiceTID);
-
 
1604
    }
-
 
1605
    first = false;
-
 
1606
    if (!first) sb.append(", ");
-
 
1607
    sb.append("responseTimestamp:");
-
 
1608
    sb.append(this.responseTimestamp);
-
 
1609
    first = false;
1439
    sb.append(")");
1610
    sb.append(")");
1440
    return sb.toString();
1611
    return sb.toString();
1441
  }
1612
  }
1442
 
1613
 
1443
  public void validate() throws org.apache.thrift.TException {
1614
  public void validate() throws org.apache.thrift.TException {