Subversion Repositories SmartDukaan

Rev

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

Rev 19888 Rev 19912
Line 1155... Line 1155...
1155
 
1155
 
1156
    public PaginatedUserSanction getUserSanctionsDetailsAsPerLimit(long userId, long creditorId, long limit, long offset, String sort) throws org.apache.thrift.TException;
1156
    public PaginatedUserSanction getUserSanctionsDetailsAsPerLimit(long userId, long creditorId, long limit, long offset, String sort) throws org.apache.thrift.TException;
1157
 
1157
 
1158
    public List<OutstandingPayments> getOutstandingPayments(String fetchType, long userId, long limit) throws org.apache.thrift.TException;
1158
    public List<OutstandingPayments> getOutstandingPayments(String fetchType, long userId, long limit) throws org.apache.thrift.TException;
1159
 
1159
 
-
 
1160
    public Map<Boolean,String> markPaymentSettled(long userId, long paymentId, double totalAmount, long repaymentDate) throws org.apache.thrift.TException;
-
 
1161
 
1160
    public ReturnOrderInfo getReturnOrderInfo(long id) throws TransactionServiceException, org.apache.thrift.TException;
1162
    public ReturnOrderInfo getReturnOrderInfo(long id) throws TransactionServiceException, org.apache.thrift.TException;
1161
 
1163
 
1162
    public Map<Long,List<ReturnOrderInfo>> getReturnOrderInfoList(List<Long> order_ids) throws org.apache.thrift.TException;
1164
    public Map<Long,List<ReturnOrderInfo>> getReturnOrderInfoList(List<Long> order_ids) throws org.apache.thrift.TException;
1163
 
1165
 
1164
    public Map<Long,List<ReturnOrderInfo>> getReturnOrderInfoListAsByStatus(List<Long> order_ids, List<String> statuses) throws org.apache.thrift.TException;
1166
    public Map<Long,List<ReturnOrderInfo>> getReturnOrderInfoListAsByStatus(List<Long> order_ids, List<String> statuses) throws org.apache.thrift.TException;
Line 1772... Line 1774...
1772
 
1774
 
1773
    public void getUserSanctionsDetailsAsPerLimit(long userId, long creditorId, long limit, long offset, String sort, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getUserSanctionsDetailsAsPerLimit_call> resultHandler) throws org.apache.thrift.TException;
1775
    public void getUserSanctionsDetailsAsPerLimit(long userId, long creditorId, long limit, long offset, String sort, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getUserSanctionsDetailsAsPerLimit_call> resultHandler) throws org.apache.thrift.TException;
1774
 
1776
 
1775
    public void getOutstandingPayments(String fetchType, long userId, long limit, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOutstandingPayments_call> resultHandler) throws org.apache.thrift.TException;
1777
    public void getOutstandingPayments(String fetchType, long userId, long limit, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOutstandingPayments_call> resultHandler) throws org.apache.thrift.TException;
1776
 
1778
 
-
 
1779
    public void markPaymentSettled(long userId, long paymentId, double totalAmount, long repaymentDate, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.markPaymentSettled_call> resultHandler) throws org.apache.thrift.TException;
-
 
1780
 
1777
    public void getReturnOrderInfo(long id, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrderInfo_call> resultHandler) throws org.apache.thrift.TException;
1781
    public void getReturnOrderInfo(long id, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrderInfo_call> resultHandler) throws org.apache.thrift.TException;
1778
 
1782
 
1779
    public void getReturnOrderInfoList(List<Long> order_ids, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrderInfoList_call> resultHandler) throws org.apache.thrift.TException;
1783
    public void getReturnOrderInfoList(List<Long> order_ids, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrderInfoList_call> resultHandler) throws org.apache.thrift.TException;
1780
 
1784
 
1781
    public void getReturnOrderInfoListAsByStatus(List<Long> order_ids, List<String> statuses, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrderInfoListAsByStatus_call> resultHandler) throws org.apache.thrift.TException;
1785
    public void getReturnOrderInfoListAsByStatus(List<Long> order_ids, List<String> statuses, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrderInfoListAsByStatus_call> resultHandler) throws org.apache.thrift.TException;
Line 8472... Line 8476...
8472
        return result.success;
8476
        return result.success;
8473
      }
8477
      }
8474
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOutstandingPayments failed: unknown result");
8478
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOutstandingPayments failed: unknown result");
8475
    }
8479
    }
8476
 
8480
 
-
 
8481
    public Map<Boolean,String> markPaymentSettled(long userId, long paymentId, double totalAmount, long repaymentDate) throws org.apache.thrift.TException
-
 
8482
    {
-
 
8483
      send_markPaymentSettled(userId, paymentId, totalAmount, repaymentDate);
-
 
8484
      return recv_markPaymentSettled();
-
 
8485
    }
-
 
8486
 
-
 
8487
    public void send_markPaymentSettled(long userId, long paymentId, double totalAmount, long repaymentDate) throws org.apache.thrift.TException
-
 
8488
    {
-
 
8489
      markPaymentSettled_args args = new markPaymentSettled_args();
-
 
8490
      args.setUserId(userId);
-
 
8491
      args.setPaymentId(paymentId);
-
 
8492
      args.setTotalAmount(totalAmount);
-
 
8493
      args.setRepaymentDate(repaymentDate);
-
 
8494
      sendBase("markPaymentSettled", args);
-
 
8495
    }
-
 
8496
 
-
 
8497
    public Map<Boolean,String> recv_markPaymentSettled() throws org.apache.thrift.TException
-
 
8498
    {
-
 
8499
      markPaymentSettled_result result = new markPaymentSettled_result();
-
 
8500
      receiveBase(result, "markPaymentSettled");
-
 
8501
      if (result.isSetSuccess()) {
-
 
8502
        return result.success;
-
 
8503
      }
-
 
8504
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "markPaymentSettled failed: unknown result");
-
 
8505
    }
-
 
8506
 
8477
    public ReturnOrderInfo getReturnOrderInfo(long id) throws TransactionServiceException, org.apache.thrift.TException
8507
    public ReturnOrderInfo getReturnOrderInfo(long id) throws TransactionServiceException, org.apache.thrift.TException
8478
    {
8508
    {
8479
      send_getReturnOrderInfo(id);
8509
      send_getReturnOrderInfo(id);
8480
      return recv_getReturnOrderInfo();
8510
      return recv_getReturnOrderInfo();
8481
    }
8511
    }
Line 18621... Line 18651...
18621
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
18651
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
18622
        return (new Client(prot)).recv_getOutstandingPayments();
18652
        return (new Client(prot)).recv_getOutstandingPayments();
18623
      }
18653
      }
18624
    }
18654
    }
18625
 
18655
 
-
 
18656
    public void markPaymentSettled(long userId, long paymentId, double totalAmount, long repaymentDate, org.apache.thrift.async.AsyncMethodCallback<markPaymentSettled_call> resultHandler) throws org.apache.thrift.TException {
-
 
18657
      checkReady();
-
 
18658
      markPaymentSettled_call method_call = new markPaymentSettled_call(userId, paymentId, totalAmount, repaymentDate, resultHandler, this, ___protocolFactory, ___transport);
-
 
18659
      this.___currentMethod = method_call;
-
 
18660
      ___manager.call(method_call);
-
 
18661
    }
-
 
18662
 
-
 
18663
    public static class markPaymentSettled_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
18664
      private long userId;
-
 
18665
      private long paymentId;
-
 
18666
      private double totalAmount;
-
 
18667
      private long repaymentDate;
-
 
18668
      public markPaymentSettled_call(long userId, long paymentId, double totalAmount, long repaymentDate, org.apache.thrift.async.AsyncMethodCallback<markPaymentSettled_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException {
-
 
18669
        super(client, protocolFactory, transport, resultHandler, false);
-
 
18670
        this.userId = userId;
-
 
18671
        this.paymentId = paymentId;
-
 
18672
        this.totalAmount = totalAmount;
-
 
18673
        this.repaymentDate = repaymentDate;
-
 
18674
      }
-
 
18675
 
-
 
18676
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
18677
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("markPaymentSettled", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
18678
        markPaymentSettled_args args = new markPaymentSettled_args();
-
 
18679
        args.setUserId(userId);
-
 
18680
        args.setPaymentId(paymentId);
-
 
18681
        args.setTotalAmount(totalAmount);
-
 
18682
        args.setRepaymentDate(repaymentDate);
-
 
18683
        args.write(prot);
-
 
18684
        prot.writeMessageEnd();
-
 
18685
      }
-
 
18686
 
-
 
18687
      public Map<Boolean,String> getResult() throws org.apache.thrift.TException {
-
 
18688
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
18689
          throw new IllegalStateException("Method call not finished!");
-
 
18690
        }
-
 
18691
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
18692
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
18693
        return (new Client(prot)).recv_markPaymentSettled();
-
 
18694
      }
-
 
18695
    }
-
 
18696
 
18626
    public void getReturnOrderInfo(long id, org.apache.thrift.async.AsyncMethodCallback<getReturnOrderInfo_call> resultHandler) throws org.apache.thrift.TException {
18697
    public void getReturnOrderInfo(long id, org.apache.thrift.async.AsyncMethodCallback<getReturnOrderInfo_call> resultHandler) throws org.apache.thrift.TException {
18627
      checkReady();
18698
      checkReady();
18628
      getReturnOrderInfo_call method_call = new getReturnOrderInfo_call(id, resultHandler, this, ___protocolFactory, ___transport);
18699
      getReturnOrderInfo_call method_call = new getReturnOrderInfo_call(id, resultHandler, this, ___protocolFactory, ___transport);
18629
      this.___currentMethod = method_call;
18700
      this.___currentMethod = method_call;
18630
      ___manager.call(method_call);
18701
      ___manager.call(method_call);
Line 19937... Line 20008...
19937
      processMap.put("processLoanTransaction", new processLoanTransaction());
20008
      processMap.put("processLoanTransaction", new processLoanTransaction());
19938
      processMap.put("getLimitedCreditHistoryRecords", new getLimitedCreditHistoryRecords());
20009
      processMap.put("getLimitedCreditHistoryRecords", new getLimitedCreditHistoryRecords());
19939
      processMap.put("getLimitedLoanHistoryRecords", new getLimitedLoanHistoryRecords());
20010
      processMap.put("getLimitedLoanHistoryRecords", new getLimitedLoanHistoryRecords());
19940
      processMap.put("getUserSanctionsDetailsAsPerLimit", new getUserSanctionsDetailsAsPerLimit());
20011
      processMap.put("getUserSanctionsDetailsAsPerLimit", new getUserSanctionsDetailsAsPerLimit());
19941
      processMap.put("getOutstandingPayments", new getOutstandingPayments());
20012
      processMap.put("getOutstandingPayments", new getOutstandingPayments());
-
 
20013
      processMap.put("markPaymentSettled", new markPaymentSettled());
19942
      processMap.put("getReturnOrderInfo", new getReturnOrderInfo());
20014
      processMap.put("getReturnOrderInfo", new getReturnOrderInfo());
19943
      processMap.put("getReturnOrderInfoList", new getReturnOrderInfoList());
20015
      processMap.put("getReturnOrderInfoList", new getReturnOrderInfoList());
19944
      processMap.put("getReturnOrderInfoListAsByStatus", new getReturnOrderInfoListAsByStatus());
20016
      processMap.put("getReturnOrderInfoListAsByStatus", new getReturnOrderInfoListAsByStatus());
19945
      processMap.put("updateReturnOrderInfo", new updateReturnOrderInfo());
20017
      processMap.put("updateReturnOrderInfo", new updateReturnOrderInfo());
19946
      processMap.put("bulkUpdateReturnOrderInfo", new bulkUpdateReturnOrderInfo());
20018
      processMap.put("bulkUpdateReturnOrderInfo", new bulkUpdateReturnOrderInfo());
Line 24802... Line 24874...
24802
        result.success = iface.getOutstandingPayments(args.fetchType, args.userId, args.limit);
24874
        result.success = iface.getOutstandingPayments(args.fetchType, args.userId, args.limit);
24803
        return result;
24875
        return result;
24804
      }
24876
      }
24805
    }
24877
    }
24806
 
24878
 
-
 
24879
    private static class markPaymentSettled<I extends Iface> extends org.apache.thrift.ProcessFunction<I, markPaymentSettled_args> {
-
 
24880
      public markPaymentSettled() {
-
 
24881
        super("markPaymentSettled");
-
 
24882
      }
-
 
24883
 
-
 
24884
      protected markPaymentSettled_args getEmptyArgsInstance() {
-
 
24885
        return new markPaymentSettled_args();
-
 
24886
      }
-
 
24887
 
-
 
24888
      protected markPaymentSettled_result getResult(I iface, markPaymentSettled_args args) throws org.apache.thrift.TException {
-
 
24889
        markPaymentSettled_result result = new markPaymentSettled_result();
-
 
24890
        result.success = iface.markPaymentSettled(args.userId, args.paymentId, args.totalAmount, args.repaymentDate);
-
 
24891
        return result;
-
 
24892
      }
-
 
24893
    }
-
 
24894
 
24807
    private static class getReturnOrderInfo<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getReturnOrderInfo_args> {
24895
    private static class getReturnOrderInfo<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getReturnOrderInfo_args> {
24808
      public getReturnOrderInfo() {
24896
      public getReturnOrderInfo() {
24809
        super("getReturnOrderInfo");
24897
        super("getReturnOrderInfo");
24810
      }
24898
      }
24811
 
24899
 
Line 216278... Line 216366...
216278
      }
216366
      }
216279
    }
216367
    }
216280
 
216368
 
216281
  }
216369
  }
216282
 
216370
 
-
 
216371
  public static class markPaymentSettled_args implements org.apache.thrift.TBase<markPaymentSettled_args, markPaymentSettled_args._Fields>, java.io.Serializable, Cloneable   {
-
 
216372
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("markPaymentSettled_args");
-
 
216373
 
-
 
216374
    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)1);
-
 
216375
    private static final org.apache.thrift.protocol.TField PAYMENT_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("paymentId", org.apache.thrift.protocol.TType.I64, (short)2);
-
 
216376
    private static final org.apache.thrift.protocol.TField TOTAL_AMOUNT_FIELD_DESC = new org.apache.thrift.protocol.TField("totalAmount", org.apache.thrift.protocol.TType.DOUBLE, (short)3);
-
 
216377
    private static final org.apache.thrift.protocol.TField REPAYMENT_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("repaymentDate", org.apache.thrift.protocol.TType.I64, (short)4);
-
 
216378
 
-
 
216379
    private long userId; // required
-
 
216380
    private long paymentId; // required
-
 
216381
    private double totalAmount; // required
-
 
216382
    private long repaymentDate; // required
-
 
216383
 
-
 
216384
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
216385
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
216386
      USER_ID((short)1, "userId"),
-
 
216387
      PAYMENT_ID((short)2, "paymentId"),
-
 
216388
      TOTAL_AMOUNT((short)3, "totalAmount"),
-
 
216389
      REPAYMENT_DATE((short)4, "repaymentDate");
-
 
216390
 
-
 
216391
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
216392
 
-
 
216393
      static {
-
 
216394
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
216395
          byName.put(field.getFieldName(), field);
-
 
216396
        }
-
 
216397
      }
-
 
216398
 
-
 
216399
      /**
-
 
216400
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
216401
       */
-
 
216402
      public static _Fields findByThriftId(int fieldId) {
-
 
216403
        switch(fieldId) {
-
 
216404
          case 1: // USER_ID
-
 
216405
            return USER_ID;
-
 
216406
          case 2: // PAYMENT_ID
-
 
216407
            return PAYMENT_ID;
-
 
216408
          case 3: // TOTAL_AMOUNT
-
 
216409
            return TOTAL_AMOUNT;
-
 
216410
          case 4: // REPAYMENT_DATE
-
 
216411
            return REPAYMENT_DATE;
-
 
216412
          default:
-
 
216413
            return null;
-
 
216414
        }
-
 
216415
      }
-
 
216416
 
-
 
216417
      /**
-
 
216418
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
216419
       * if it is not found.
-
 
216420
       */
-
 
216421
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
216422
        _Fields fields = findByThriftId(fieldId);
-
 
216423
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
216424
        return fields;
-
 
216425
      }
-
 
216426
 
-
 
216427
      /**
-
 
216428
       * Find the _Fields constant that matches name, or null if its not found.
-
 
216429
       */
-
 
216430
      public static _Fields findByName(String name) {
-
 
216431
        return byName.get(name);
-
 
216432
      }
-
 
216433
 
-
 
216434
      private final short _thriftId;
-
 
216435
      private final String _fieldName;
-
 
216436
 
-
 
216437
      _Fields(short thriftId, String fieldName) {
-
 
216438
        _thriftId = thriftId;
-
 
216439
        _fieldName = fieldName;
-
 
216440
      }
-
 
216441
 
-
 
216442
      public short getThriftFieldId() {
-
 
216443
        return _thriftId;
-
 
216444
      }
-
 
216445
 
-
 
216446
      public String getFieldName() {
-
 
216447
        return _fieldName;
-
 
216448
      }
-
 
216449
    }
-
 
216450
 
-
 
216451
    // isset id assignments
-
 
216452
    private static final int __USERID_ISSET_ID = 0;
-
 
216453
    private static final int __PAYMENTID_ISSET_ID = 1;
-
 
216454
    private static final int __TOTALAMOUNT_ISSET_ID = 2;
-
 
216455
    private static final int __REPAYMENTDATE_ISSET_ID = 3;
-
 
216456
    private BitSet __isset_bit_vector = new BitSet(4);
-
 
216457
 
-
 
216458
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
216459
    static {
-
 
216460
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
216461
      tmpMap.put(_Fields.USER_ID, new org.apache.thrift.meta_data.FieldMetaData("userId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
216462
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
216463
      tmpMap.put(_Fields.PAYMENT_ID, new org.apache.thrift.meta_data.FieldMetaData("paymentId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
216464
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
216465
      tmpMap.put(_Fields.TOTAL_AMOUNT, new org.apache.thrift.meta_data.FieldMetaData("totalAmount", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
216466
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
-
 
216467
      tmpMap.put(_Fields.REPAYMENT_DATE, new org.apache.thrift.meta_data.FieldMetaData("repaymentDate", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
216468
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
216469
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
216470
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(markPaymentSettled_args.class, metaDataMap);
-
 
216471
    }
-
 
216472
 
-
 
216473
    public markPaymentSettled_args() {
-
 
216474
    }
-
 
216475
 
-
 
216476
    public markPaymentSettled_args(
-
 
216477
      long userId,
-
 
216478
      long paymentId,
-
 
216479
      double totalAmount,
-
 
216480
      long repaymentDate)
-
 
216481
    {
-
 
216482
      this();
-
 
216483
      this.userId = userId;
-
 
216484
      setUserIdIsSet(true);
-
 
216485
      this.paymentId = paymentId;
-
 
216486
      setPaymentIdIsSet(true);
-
 
216487
      this.totalAmount = totalAmount;
-
 
216488
      setTotalAmountIsSet(true);
-
 
216489
      this.repaymentDate = repaymentDate;
-
 
216490
      setRepaymentDateIsSet(true);
-
 
216491
    }
-
 
216492
 
-
 
216493
    /**
-
 
216494
     * Performs a deep copy on <i>other</i>.
-
 
216495
     */
-
 
216496
    public markPaymentSettled_args(markPaymentSettled_args other) {
-
 
216497
      __isset_bit_vector.clear();
-
 
216498
      __isset_bit_vector.or(other.__isset_bit_vector);
-
 
216499
      this.userId = other.userId;
-
 
216500
      this.paymentId = other.paymentId;
-
 
216501
      this.totalAmount = other.totalAmount;
-
 
216502
      this.repaymentDate = other.repaymentDate;
-
 
216503
    }
-
 
216504
 
-
 
216505
    public markPaymentSettled_args deepCopy() {
-
 
216506
      return new markPaymentSettled_args(this);
-
 
216507
    }
-
 
216508
 
-
 
216509
    @Override
-
 
216510
    public void clear() {
-
 
216511
      setUserIdIsSet(false);
-
 
216512
      this.userId = 0;
-
 
216513
      setPaymentIdIsSet(false);
-
 
216514
      this.paymentId = 0;
-
 
216515
      setTotalAmountIsSet(false);
-
 
216516
      this.totalAmount = 0.0;
-
 
216517
      setRepaymentDateIsSet(false);
-
 
216518
      this.repaymentDate = 0;
-
 
216519
    }
-
 
216520
 
-
 
216521
    public long getUserId() {
-
 
216522
      return this.userId;
-
 
216523
    }
-
 
216524
 
-
 
216525
    public void setUserId(long userId) {
-
 
216526
      this.userId = userId;
-
 
216527
      setUserIdIsSet(true);
-
 
216528
    }
-
 
216529
 
-
 
216530
    public void unsetUserId() {
-
 
216531
      __isset_bit_vector.clear(__USERID_ISSET_ID);
-
 
216532
    }
-
 
216533
 
-
 
216534
    /** Returns true if field userId is set (has been assigned a value) and false otherwise */
-
 
216535
    public boolean isSetUserId() {
-
 
216536
      return __isset_bit_vector.get(__USERID_ISSET_ID);
-
 
216537
    }
-
 
216538
 
-
 
216539
    public void setUserIdIsSet(boolean value) {
-
 
216540
      __isset_bit_vector.set(__USERID_ISSET_ID, value);
-
 
216541
    }
-
 
216542
 
-
 
216543
    public long getPaymentId() {
-
 
216544
      return this.paymentId;
-
 
216545
    }
-
 
216546
 
-
 
216547
    public void setPaymentId(long paymentId) {
-
 
216548
      this.paymentId = paymentId;
-
 
216549
      setPaymentIdIsSet(true);
-
 
216550
    }
-
 
216551
 
-
 
216552
    public void unsetPaymentId() {
-
 
216553
      __isset_bit_vector.clear(__PAYMENTID_ISSET_ID);
-
 
216554
    }
-
 
216555
 
-
 
216556
    /** Returns true if field paymentId is set (has been assigned a value) and false otherwise */
-
 
216557
    public boolean isSetPaymentId() {
-
 
216558
      return __isset_bit_vector.get(__PAYMENTID_ISSET_ID);
-
 
216559
    }
-
 
216560
 
-
 
216561
    public void setPaymentIdIsSet(boolean value) {
-
 
216562
      __isset_bit_vector.set(__PAYMENTID_ISSET_ID, value);
-
 
216563
    }
-
 
216564
 
-
 
216565
    public double getTotalAmount() {
-
 
216566
      return this.totalAmount;
-
 
216567
    }
-
 
216568
 
-
 
216569
    public void setTotalAmount(double totalAmount) {
-
 
216570
      this.totalAmount = totalAmount;
-
 
216571
      setTotalAmountIsSet(true);
-
 
216572
    }
-
 
216573
 
-
 
216574
    public void unsetTotalAmount() {
-
 
216575
      __isset_bit_vector.clear(__TOTALAMOUNT_ISSET_ID);
-
 
216576
    }
-
 
216577
 
-
 
216578
    /** Returns true if field totalAmount is set (has been assigned a value) and false otherwise */
-
 
216579
    public boolean isSetTotalAmount() {
-
 
216580
      return __isset_bit_vector.get(__TOTALAMOUNT_ISSET_ID);
-
 
216581
    }
-
 
216582
 
-
 
216583
    public void setTotalAmountIsSet(boolean value) {
-
 
216584
      __isset_bit_vector.set(__TOTALAMOUNT_ISSET_ID, value);
-
 
216585
    }
-
 
216586
 
-
 
216587
    public long getRepaymentDate() {
-
 
216588
      return this.repaymentDate;
-
 
216589
    }
-
 
216590
 
-
 
216591
    public void setRepaymentDate(long repaymentDate) {
-
 
216592
      this.repaymentDate = repaymentDate;
-
 
216593
      setRepaymentDateIsSet(true);
-
 
216594
    }
-
 
216595
 
-
 
216596
    public void unsetRepaymentDate() {
-
 
216597
      __isset_bit_vector.clear(__REPAYMENTDATE_ISSET_ID);
-
 
216598
    }
-
 
216599
 
-
 
216600
    /** Returns true if field repaymentDate is set (has been assigned a value) and false otherwise */
-
 
216601
    public boolean isSetRepaymentDate() {
-
 
216602
      return __isset_bit_vector.get(__REPAYMENTDATE_ISSET_ID);
-
 
216603
    }
-
 
216604
 
-
 
216605
    public void setRepaymentDateIsSet(boolean value) {
-
 
216606
      __isset_bit_vector.set(__REPAYMENTDATE_ISSET_ID, value);
-
 
216607
    }
-
 
216608
 
-
 
216609
    public void setFieldValue(_Fields field, Object value) {
-
 
216610
      switch (field) {
-
 
216611
      case USER_ID:
-
 
216612
        if (value == null) {
-
 
216613
          unsetUserId();
-
 
216614
        } else {
-
 
216615
          setUserId((Long)value);
-
 
216616
        }
-
 
216617
        break;
-
 
216618
 
-
 
216619
      case PAYMENT_ID:
-
 
216620
        if (value == null) {
-
 
216621
          unsetPaymentId();
-
 
216622
        } else {
-
 
216623
          setPaymentId((Long)value);
-
 
216624
        }
-
 
216625
        break;
-
 
216626
 
-
 
216627
      case TOTAL_AMOUNT:
-
 
216628
        if (value == null) {
-
 
216629
          unsetTotalAmount();
-
 
216630
        } else {
-
 
216631
          setTotalAmount((Double)value);
-
 
216632
        }
-
 
216633
        break;
-
 
216634
 
-
 
216635
      case REPAYMENT_DATE:
-
 
216636
        if (value == null) {
-
 
216637
          unsetRepaymentDate();
-
 
216638
        } else {
-
 
216639
          setRepaymentDate((Long)value);
-
 
216640
        }
-
 
216641
        break;
-
 
216642
 
-
 
216643
      }
-
 
216644
    }
-
 
216645
 
-
 
216646
    public Object getFieldValue(_Fields field) {
-
 
216647
      switch (field) {
-
 
216648
      case USER_ID:
-
 
216649
        return Long.valueOf(getUserId());
-
 
216650
 
-
 
216651
      case PAYMENT_ID:
-
 
216652
        return Long.valueOf(getPaymentId());
-
 
216653
 
-
 
216654
      case TOTAL_AMOUNT:
-
 
216655
        return Double.valueOf(getTotalAmount());
-
 
216656
 
-
 
216657
      case REPAYMENT_DATE:
-
 
216658
        return Long.valueOf(getRepaymentDate());
-
 
216659
 
-
 
216660
      }
-
 
216661
      throw new IllegalStateException();
-
 
216662
    }
-
 
216663
 
-
 
216664
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
216665
    public boolean isSet(_Fields field) {
-
 
216666
      if (field == null) {
-
 
216667
        throw new IllegalArgumentException();
-
 
216668
      }
-
 
216669
 
-
 
216670
      switch (field) {
-
 
216671
      case USER_ID:
-
 
216672
        return isSetUserId();
-
 
216673
      case PAYMENT_ID:
-
 
216674
        return isSetPaymentId();
-
 
216675
      case TOTAL_AMOUNT:
-
 
216676
        return isSetTotalAmount();
-
 
216677
      case REPAYMENT_DATE:
-
 
216678
        return isSetRepaymentDate();
-
 
216679
      }
-
 
216680
      throw new IllegalStateException();
-
 
216681
    }
-
 
216682
 
-
 
216683
    @Override
-
 
216684
    public boolean equals(Object that) {
-
 
216685
      if (that == null)
-
 
216686
        return false;
-
 
216687
      if (that instanceof markPaymentSettled_args)
-
 
216688
        return this.equals((markPaymentSettled_args)that);
-
 
216689
      return false;
-
 
216690
    }
-
 
216691
 
-
 
216692
    public boolean equals(markPaymentSettled_args that) {
-
 
216693
      if (that == null)
-
 
216694
        return false;
-
 
216695
 
-
 
216696
      boolean this_present_userId = true;
-
 
216697
      boolean that_present_userId = true;
-
 
216698
      if (this_present_userId || that_present_userId) {
-
 
216699
        if (!(this_present_userId && that_present_userId))
-
 
216700
          return false;
-
 
216701
        if (this.userId != that.userId)
-
 
216702
          return false;
-
 
216703
      }
-
 
216704
 
-
 
216705
      boolean this_present_paymentId = true;
-
 
216706
      boolean that_present_paymentId = true;
-
 
216707
      if (this_present_paymentId || that_present_paymentId) {
-
 
216708
        if (!(this_present_paymentId && that_present_paymentId))
-
 
216709
          return false;
-
 
216710
        if (this.paymentId != that.paymentId)
-
 
216711
          return false;
-
 
216712
      }
-
 
216713
 
-
 
216714
      boolean this_present_totalAmount = true;
-
 
216715
      boolean that_present_totalAmount = true;
-
 
216716
      if (this_present_totalAmount || that_present_totalAmount) {
-
 
216717
        if (!(this_present_totalAmount && that_present_totalAmount))
-
 
216718
          return false;
-
 
216719
        if (this.totalAmount != that.totalAmount)
-
 
216720
          return false;
-
 
216721
      }
-
 
216722
 
-
 
216723
      boolean this_present_repaymentDate = true;
-
 
216724
      boolean that_present_repaymentDate = true;
-
 
216725
      if (this_present_repaymentDate || that_present_repaymentDate) {
-
 
216726
        if (!(this_present_repaymentDate && that_present_repaymentDate))
-
 
216727
          return false;
-
 
216728
        if (this.repaymentDate != that.repaymentDate)
-
 
216729
          return false;
-
 
216730
      }
-
 
216731
 
-
 
216732
      return true;
-
 
216733
    }
-
 
216734
 
-
 
216735
    @Override
-
 
216736
    public int hashCode() {
-
 
216737
      return 0;
-
 
216738
    }
-
 
216739
 
-
 
216740
    public int compareTo(markPaymentSettled_args other) {
-
 
216741
      if (!getClass().equals(other.getClass())) {
-
 
216742
        return getClass().getName().compareTo(other.getClass().getName());
-
 
216743
      }
-
 
216744
 
-
 
216745
      int lastComparison = 0;
-
 
216746
      markPaymentSettled_args typedOther = (markPaymentSettled_args)other;
-
 
216747
 
-
 
216748
      lastComparison = Boolean.valueOf(isSetUserId()).compareTo(typedOther.isSetUserId());
-
 
216749
      if (lastComparison != 0) {
-
 
216750
        return lastComparison;
-
 
216751
      }
-
 
216752
      if (isSetUserId()) {
-
 
216753
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.userId, typedOther.userId);
-
 
216754
        if (lastComparison != 0) {
-
 
216755
          return lastComparison;
-
 
216756
        }
-
 
216757
      }
-
 
216758
      lastComparison = Boolean.valueOf(isSetPaymentId()).compareTo(typedOther.isSetPaymentId());
-
 
216759
      if (lastComparison != 0) {
-
 
216760
        return lastComparison;
-
 
216761
      }
-
 
216762
      if (isSetPaymentId()) {
-
 
216763
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.paymentId, typedOther.paymentId);
-
 
216764
        if (lastComparison != 0) {
-
 
216765
          return lastComparison;
-
 
216766
        }
-
 
216767
      }
-
 
216768
      lastComparison = Boolean.valueOf(isSetTotalAmount()).compareTo(typedOther.isSetTotalAmount());
-
 
216769
      if (lastComparison != 0) {
-
 
216770
        return lastComparison;
-
 
216771
      }
-
 
216772
      if (isSetTotalAmount()) {
-
 
216773
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.totalAmount, typedOther.totalAmount);
-
 
216774
        if (lastComparison != 0) {
-
 
216775
          return lastComparison;
-
 
216776
        }
-
 
216777
      }
-
 
216778
      lastComparison = Boolean.valueOf(isSetRepaymentDate()).compareTo(typedOther.isSetRepaymentDate());
-
 
216779
      if (lastComparison != 0) {
-
 
216780
        return lastComparison;
-
 
216781
      }
-
 
216782
      if (isSetRepaymentDate()) {
-
 
216783
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.repaymentDate, typedOther.repaymentDate);
-
 
216784
        if (lastComparison != 0) {
-
 
216785
          return lastComparison;
-
 
216786
        }
-
 
216787
      }
-
 
216788
      return 0;
-
 
216789
    }
-
 
216790
 
-
 
216791
    public _Fields fieldForId(int fieldId) {
-
 
216792
      return _Fields.findByThriftId(fieldId);
-
 
216793
    }
-
 
216794
 
-
 
216795
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
216796
      org.apache.thrift.protocol.TField field;
-
 
216797
      iprot.readStructBegin();
-
 
216798
      while (true)
-
 
216799
      {
-
 
216800
        field = iprot.readFieldBegin();
-
 
216801
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
216802
          break;
-
 
216803
        }
-
 
216804
        switch (field.id) {
-
 
216805
          case 1: // USER_ID
-
 
216806
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
216807
              this.userId = iprot.readI64();
-
 
216808
              setUserIdIsSet(true);
-
 
216809
            } else { 
-
 
216810
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
216811
            }
-
 
216812
            break;
-
 
216813
          case 2: // PAYMENT_ID
-
 
216814
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
216815
              this.paymentId = iprot.readI64();
-
 
216816
              setPaymentIdIsSet(true);
-
 
216817
            } else { 
-
 
216818
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
216819
            }
-
 
216820
            break;
-
 
216821
          case 3: // TOTAL_AMOUNT
-
 
216822
            if (field.type == org.apache.thrift.protocol.TType.DOUBLE) {
-
 
216823
              this.totalAmount = iprot.readDouble();
-
 
216824
              setTotalAmountIsSet(true);
-
 
216825
            } else { 
-
 
216826
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
216827
            }
-
 
216828
            break;
-
 
216829
          case 4: // REPAYMENT_DATE
-
 
216830
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
216831
              this.repaymentDate = iprot.readI64();
-
 
216832
              setRepaymentDateIsSet(true);
-
 
216833
            } else { 
-
 
216834
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
216835
            }
-
 
216836
            break;
-
 
216837
          default:
-
 
216838
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
216839
        }
-
 
216840
        iprot.readFieldEnd();
-
 
216841
      }
-
 
216842
      iprot.readStructEnd();
-
 
216843
      validate();
-
 
216844
    }
-
 
216845
 
-
 
216846
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
216847
      validate();
-
 
216848
 
-
 
216849
      oprot.writeStructBegin(STRUCT_DESC);
-
 
216850
      oprot.writeFieldBegin(USER_ID_FIELD_DESC);
-
 
216851
      oprot.writeI64(this.userId);
-
 
216852
      oprot.writeFieldEnd();
-
 
216853
      oprot.writeFieldBegin(PAYMENT_ID_FIELD_DESC);
-
 
216854
      oprot.writeI64(this.paymentId);
-
 
216855
      oprot.writeFieldEnd();
-
 
216856
      oprot.writeFieldBegin(TOTAL_AMOUNT_FIELD_DESC);
-
 
216857
      oprot.writeDouble(this.totalAmount);
-
 
216858
      oprot.writeFieldEnd();
-
 
216859
      oprot.writeFieldBegin(REPAYMENT_DATE_FIELD_DESC);
-
 
216860
      oprot.writeI64(this.repaymentDate);
-
 
216861
      oprot.writeFieldEnd();
-
 
216862
      oprot.writeFieldStop();
-
 
216863
      oprot.writeStructEnd();
-
 
216864
    }
-
 
216865
 
-
 
216866
    @Override
-
 
216867
    public String toString() {
-
 
216868
      StringBuilder sb = new StringBuilder("markPaymentSettled_args(");
-
 
216869
      boolean first = true;
-
 
216870
 
-
 
216871
      sb.append("userId:");
-
 
216872
      sb.append(this.userId);
-
 
216873
      first = false;
-
 
216874
      if (!first) sb.append(", ");
-
 
216875
      sb.append("paymentId:");
-
 
216876
      sb.append(this.paymentId);
-
 
216877
      first = false;
-
 
216878
      if (!first) sb.append(", ");
-
 
216879
      sb.append("totalAmount:");
-
 
216880
      sb.append(this.totalAmount);
-
 
216881
      first = false;
-
 
216882
      if (!first) sb.append(", ");
-
 
216883
      sb.append("repaymentDate:");
-
 
216884
      sb.append(this.repaymentDate);
-
 
216885
      first = false;
-
 
216886
      sb.append(")");
-
 
216887
      return sb.toString();
-
 
216888
    }
-
 
216889
 
-
 
216890
    public void validate() throws org.apache.thrift.TException {
-
 
216891
      // check for required fields
-
 
216892
    }
-
 
216893
 
-
 
216894
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
216895
      try {
-
 
216896
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
216897
      } catch (org.apache.thrift.TException te) {
-
 
216898
        throw new java.io.IOException(te);
-
 
216899
      }
-
 
216900
    }
-
 
216901
 
-
 
216902
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
216903
      try {
-
 
216904
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
216905
        __isset_bit_vector = new BitSet(1);
-
 
216906
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
216907
      } catch (org.apache.thrift.TException te) {
-
 
216908
        throw new java.io.IOException(te);
-
 
216909
      }
-
 
216910
    }
-
 
216911
 
-
 
216912
  }
-
 
216913
 
-
 
216914
  public static class markPaymentSettled_result implements org.apache.thrift.TBase<markPaymentSettled_result, markPaymentSettled_result._Fields>, java.io.Serializable, Cloneable   {
-
 
216915
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("markPaymentSettled_result");
-
 
216916
 
-
 
216917
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0);
-
 
216918
 
-
 
216919
    private Map<Boolean,String> success; // required
-
 
216920
 
-
 
216921
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
216922
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
216923
      SUCCESS((short)0, "success");
-
 
216924
 
-
 
216925
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
216926
 
-
 
216927
      static {
-
 
216928
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
216929
          byName.put(field.getFieldName(), field);
-
 
216930
        }
-
 
216931
      }
-
 
216932
 
-
 
216933
      /**
-
 
216934
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
216935
       */
-
 
216936
      public static _Fields findByThriftId(int fieldId) {
-
 
216937
        switch(fieldId) {
-
 
216938
          case 0: // SUCCESS
-
 
216939
            return SUCCESS;
-
 
216940
          default:
-
 
216941
            return null;
-
 
216942
        }
-
 
216943
      }
-
 
216944
 
-
 
216945
      /**
-
 
216946
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
216947
       * if it is not found.
-
 
216948
       */
-
 
216949
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
216950
        _Fields fields = findByThriftId(fieldId);
-
 
216951
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
216952
        return fields;
-
 
216953
      }
-
 
216954
 
-
 
216955
      /**
-
 
216956
       * Find the _Fields constant that matches name, or null if its not found.
-
 
216957
       */
-
 
216958
      public static _Fields findByName(String name) {
-
 
216959
        return byName.get(name);
-
 
216960
      }
-
 
216961
 
-
 
216962
      private final short _thriftId;
-
 
216963
      private final String _fieldName;
-
 
216964
 
-
 
216965
      _Fields(short thriftId, String fieldName) {
-
 
216966
        _thriftId = thriftId;
-
 
216967
        _fieldName = fieldName;
-
 
216968
      }
-
 
216969
 
-
 
216970
      public short getThriftFieldId() {
-
 
216971
        return _thriftId;
-
 
216972
      }
-
 
216973
 
-
 
216974
      public String getFieldName() {
-
 
216975
        return _fieldName;
-
 
216976
      }
-
 
216977
    }
-
 
216978
 
-
 
216979
    // isset id assignments
-
 
216980
 
-
 
216981
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
216982
    static {
-
 
216983
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
216984
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
216985
          new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, 
-
 
216986
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL), 
-
 
216987
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))));
-
 
216988
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
216989
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(markPaymentSettled_result.class, metaDataMap);
-
 
216990
    }
-
 
216991
 
-
 
216992
    public markPaymentSettled_result() {
-
 
216993
    }
-
 
216994
 
-
 
216995
    public markPaymentSettled_result(
-
 
216996
      Map<Boolean,String> success)
-
 
216997
    {
-
 
216998
      this();
-
 
216999
      this.success = success;
-
 
217000
    }
-
 
217001
 
-
 
217002
    /**
-
 
217003
     * Performs a deep copy on <i>other</i>.
-
 
217004
     */
-
 
217005
    public markPaymentSettled_result(markPaymentSettled_result other) {
-
 
217006
      if (other.isSetSuccess()) {
-
 
217007
        Map<Boolean,String> __this__success = new HashMap<Boolean,String>();
-
 
217008
        for (Map.Entry<Boolean, String> other_element : other.success.entrySet()) {
-
 
217009
 
-
 
217010
          Boolean other_element_key = other_element.getKey();
-
 
217011
          String other_element_value = other_element.getValue();
-
 
217012
 
-
 
217013
          Boolean __this__success_copy_key = other_element_key;
-
 
217014
 
-
 
217015
          String __this__success_copy_value = other_element_value;
-
 
217016
 
-
 
217017
          __this__success.put(__this__success_copy_key, __this__success_copy_value);
-
 
217018
        }
-
 
217019
        this.success = __this__success;
-
 
217020
      }
-
 
217021
    }
-
 
217022
 
-
 
217023
    public markPaymentSettled_result deepCopy() {
-
 
217024
      return new markPaymentSettled_result(this);
-
 
217025
    }
-
 
217026
 
-
 
217027
    @Override
-
 
217028
    public void clear() {
-
 
217029
      this.success = null;
-
 
217030
    }
-
 
217031
 
-
 
217032
    public int getSuccessSize() {
-
 
217033
      return (this.success == null) ? 0 : this.success.size();
-
 
217034
    }
-
 
217035
 
-
 
217036
    public void putToSuccess(boolean key, String val) {
-
 
217037
      if (this.success == null) {
-
 
217038
        this.success = new HashMap<Boolean,String>();
-
 
217039
      }
-
 
217040
      this.success.put(key, val);
-
 
217041
    }
-
 
217042
 
-
 
217043
    public Map<Boolean,String> getSuccess() {
-
 
217044
      return this.success;
-
 
217045
    }
-
 
217046
 
-
 
217047
    public void setSuccess(Map<Boolean,String> success) {
-
 
217048
      this.success = success;
-
 
217049
    }
-
 
217050
 
-
 
217051
    public void unsetSuccess() {
-
 
217052
      this.success = null;
-
 
217053
    }
-
 
217054
 
-
 
217055
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
217056
    public boolean isSetSuccess() {
-
 
217057
      return this.success != null;
-
 
217058
    }
-
 
217059
 
-
 
217060
    public void setSuccessIsSet(boolean value) {
-
 
217061
      if (!value) {
-
 
217062
        this.success = null;
-
 
217063
      }
-
 
217064
    }
-
 
217065
 
-
 
217066
    public void setFieldValue(_Fields field, Object value) {
-
 
217067
      switch (field) {
-
 
217068
      case SUCCESS:
-
 
217069
        if (value == null) {
-
 
217070
          unsetSuccess();
-
 
217071
        } else {
-
 
217072
          setSuccess((Map<Boolean,String>)value);
-
 
217073
        }
-
 
217074
        break;
-
 
217075
 
-
 
217076
      }
-
 
217077
    }
-
 
217078
 
-
 
217079
    public Object getFieldValue(_Fields field) {
-
 
217080
      switch (field) {
-
 
217081
      case SUCCESS:
-
 
217082
        return getSuccess();
-
 
217083
 
-
 
217084
      }
-
 
217085
      throw new IllegalStateException();
-
 
217086
    }
-
 
217087
 
-
 
217088
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
217089
    public boolean isSet(_Fields field) {
-
 
217090
      if (field == null) {
-
 
217091
        throw new IllegalArgumentException();
-
 
217092
      }
-
 
217093
 
-
 
217094
      switch (field) {
-
 
217095
      case SUCCESS:
-
 
217096
        return isSetSuccess();
-
 
217097
      }
-
 
217098
      throw new IllegalStateException();
-
 
217099
    }
-
 
217100
 
-
 
217101
    @Override
-
 
217102
    public boolean equals(Object that) {
-
 
217103
      if (that == null)
-
 
217104
        return false;
-
 
217105
      if (that instanceof markPaymentSettled_result)
-
 
217106
        return this.equals((markPaymentSettled_result)that);
-
 
217107
      return false;
-
 
217108
    }
-
 
217109
 
-
 
217110
    public boolean equals(markPaymentSettled_result that) {
-
 
217111
      if (that == null)
-
 
217112
        return false;
-
 
217113
 
-
 
217114
      boolean this_present_success = true && this.isSetSuccess();
-
 
217115
      boolean that_present_success = true && that.isSetSuccess();
-
 
217116
      if (this_present_success || that_present_success) {
-
 
217117
        if (!(this_present_success && that_present_success))
-
 
217118
          return false;
-
 
217119
        if (!this.success.equals(that.success))
-
 
217120
          return false;
-
 
217121
      }
-
 
217122
 
-
 
217123
      return true;
-
 
217124
    }
-
 
217125
 
-
 
217126
    @Override
-
 
217127
    public int hashCode() {
-
 
217128
      return 0;
-
 
217129
    }
-
 
217130
 
-
 
217131
    public int compareTo(markPaymentSettled_result other) {
-
 
217132
      if (!getClass().equals(other.getClass())) {
-
 
217133
        return getClass().getName().compareTo(other.getClass().getName());
-
 
217134
      }
-
 
217135
 
-
 
217136
      int lastComparison = 0;
-
 
217137
      markPaymentSettled_result typedOther = (markPaymentSettled_result)other;
-
 
217138
 
-
 
217139
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
217140
      if (lastComparison != 0) {
-
 
217141
        return lastComparison;
-
 
217142
      }
-
 
217143
      if (isSetSuccess()) {
-
 
217144
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
217145
        if (lastComparison != 0) {
-
 
217146
          return lastComparison;
-
 
217147
        }
-
 
217148
      }
-
 
217149
      return 0;
-
 
217150
    }
-
 
217151
 
-
 
217152
    public _Fields fieldForId(int fieldId) {
-
 
217153
      return _Fields.findByThriftId(fieldId);
-
 
217154
    }
-
 
217155
 
-
 
217156
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
217157
      org.apache.thrift.protocol.TField field;
-
 
217158
      iprot.readStructBegin();
-
 
217159
      while (true)
-
 
217160
      {
-
 
217161
        field = iprot.readFieldBegin();
-
 
217162
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
217163
          break;
-
 
217164
        }
-
 
217165
        switch (field.id) {
-
 
217166
          case 0: // SUCCESS
-
 
217167
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
-
 
217168
              {
-
 
217169
                org.apache.thrift.protocol.TMap _map696 = iprot.readMapBegin();
-
 
217170
                this.success = new HashMap<Boolean,String>(2*_map696.size);
-
 
217171
                for (int _i697 = 0; _i697 < _map696.size; ++_i697)
-
 
217172
                {
-
 
217173
                  boolean _key698; // required
-
 
217174
                  String _val699; // required
-
 
217175
                  _key698 = iprot.readBool();
-
 
217176
                  _val699 = iprot.readString();
-
 
217177
                  this.success.put(_key698, _val699);
-
 
217178
                }
-
 
217179
                iprot.readMapEnd();
-
 
217180
              }
-
 
217181
            } else { 
-
 
217182
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
217183
            }
-
 
217184
            break;
-
 
217185
          default:
-
 
217186
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
217187
        }
-
 
217188
        iprot.readFieldEnd();
-
 
217189
      }
-
 
217190
      iprot.readStructEnd();
-
 
217191
      validate();
-
 
217192
    }
-
 
217193
 
-
 
217194
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
217195
      oprot.writeStructBegin(STRUCT_DESC);
-
 
217196
 
-
 
217197
      if (this.isSetSuccess()) {
-
 
217198
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
217199
        {
-
 
217200
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.BOOL, org.apache.thrift.protocol.TType.STRING, this.success.size()));
-
 
217201
          for (Map.Entry<Boolean, String> _iter700 : this.success.entrySet())
-
 
217202
          {
-
 
217203
            oprot.writeBool(_iter700.getKey());
-
 
217204
            oprot.writeString(_iter700.getValue());
-
 
217205
          }
-
 
217206
          oprot.writeMapEnd();
-
 
217207
        }
-
 
217208
        oprot.writeFieldEnd();
-
 
217209
      }
-
 
217210
      oprot.writeFieldStop();
-
 
217211
      oprot.writeStructEnd();
-
 
217212
    }
-
 
217213
 
-
 
217214
    @Override
-
 
217215
    public String toString() {
-
 
217216
      StringBuilder sb = new StringBuilder("markPaymentSettled_result(");
-
 
217217
      boolean first = true;
-
 
217218
 
-
 
217219
      sb.append("success:");
-
 
217220
      if (this.success == null) {
-
 
217221
        sb.append("null");
-
 
217222
      } else {
-
 
217223
        sb.append(this.success);
-
 
217224
      }
-
 
217225
      first = false;
-
 
217226
      sb.append(")");
-
 
217227
      return sb.toString();
-
 
217228
    }
-
 
217229
 
-
 
217230
    public void validate() throws org.apache.thrift.TException {
-
 
217231
      // check for required fields
-
 
217232
    }
-
 
217233
 
-
 
217234
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
217235
      try {
-
 
217236
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
217237
      } catch (org.apache.thrift.TException te) {
-
 
217238
        throw new java.io.IOException(te);
-
 
217239
      }
-
 
217240
    }
-
 
217241
 
-
 
217242
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
217243
      try {
-
 
217244
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
217245
      } catch (org.apache.thrift.TException te) {
-
 
217246
        throw new java.io.IOException(te);
-
 
217247
      }
-
 
217248
    }
-
 
217249
 
-
 
217250
  }
-
 
217251
 
216283
  public static class getReturnOrderInfo_args implements org.apache.thrift.TBase<getReturnOrderInfo_args, getReturnOrderInfo_args._Fields>, java.io.Serializable, Cloneable   {
217252
  public static class getReturnOrderInfo_args implements org.apache.thrift.TBase<getReturnOrderInfo_args, getReturnOrderInfo_args._Fields>, java.io.Serializable, Cloneable   {
216284
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getReturnOrderInfo_args");
217253
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getReturnOrderInfo_args");
216285
 
217254
 
216286
    private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.I64, (short)1);
217255
    private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.I64, (short)1);
216287
 
217256
 
Line 217204... Line 218173...
217204
        }
218173
        }
217205
        switch (field.id) {
218174
        switch (field.id) {
217206
          case 1: // ORDER_IDS
218175
          case 1: // ORDER_IDS
217207
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
218176
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
217208
              {
218177
              {
217209
                org.apache.thrift.protocol.TList _list696 = iprot.readListBegin();
218178
                org.apache.thrift.protocol.TList _list701 = iprot.readListBegin();
217210
                this.order_ids = new ArrayList<Long>(_list696.size);
218179
                this.order_ids = new ArrayList<Long>(_list701.size);
217211
                for (int _i697 = 0; _i697 < _list696.size; ++_i697)
218180
                for (int _i702 = 0; _i702 < _list701.size; ++_i702)
217212
                {
218181
                {
217213
                  long _elem698; // required
218182
                  long _elem703; // required
217214
                  _elem698 = iprot.readI64();
218183
                  _elem703 = iprot.readI64();
217215
                  this.order_ids.add(_elem698);
218184
                  this.order_ids.add(_elem703);
217216
                }
218185
                }
217217
                iprot.readListEnd();
218186
                iprot.readListEnd();
217218
              }
218187
              }
217219
            } else { 
218188
            } else { 
217220
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
218189
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 217235... Line 218204...
217235
      oprot.writeStructBegin(STRUCT_DESC);
218204
      oprot.writeStructBegin(STRUCT_DESC);
217236
      if (this.order_ids != null) {
218205
      if (this.order_ids != null) {
217237
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
218206
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
217238
        {
218207
        {
217239
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
218208
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
217240
          for (long _iter699 : this.order_ids)
218209
          for (long _iter704 : this.order_ids)
217241
          {
218210
          {
217242
            oprot.writeI64(_iter699);
218211
            oprot.writeI64(_iter704);
217243
          }
218212
          }
217244
          oprot.writeListEnd();
218213
          oprot.writeListEnd();
217245
        }
218214
        }
217246
        oprot.writeFieldEnd();
218215
        oprot.writeFieldEnd();
217247
      }
218216
      }
Line 217544... Line 218513...
217544
        }
218513
        }
217545
        switch (field.id) {
218514
        switch (field.id) {
217546
          case 0: // SUCCESS
218515
          case 0: // SUCCESS
217547
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
218516
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
217548
              {
218517
              {
217549
                org.apache.thrift.protocol.TMap _map700 = iprot.readMapBegin();
218518
                org.apache.thrift.protocol.TMap _map705 = iprot.readMapBegin();
217550
                this.success = new HashMap<Long,List<ReturnOrderInfo>>(2*_map700.size);
218519
                this.success = new HashMap<Long,List<ReturnOrderInfo>>(2*_map705.size);
217551
                for (int _i701 = 0; _i701 < _map700.size; ++_i701)
218520
                for (int _i706 = 0; _i706 < _map705.size; ++_i706)
217552
                {
218521
                {
217553
                  long _key702; // required
218522
                  long _key707; // required
217554
                  List<ReturnOrderInfo> _val703; // required
218523
                  List<ReturnOrderInfo> _val708; // required
217555
                  _key702 = iprot.readI64();
218524
                  _key707 = iprot.readI64();
217556
                  {
218525
                  {
217557
                    org.apache.thrift.protocol.TList _list704 = iprot.readListBegin();
218526
                    org.apache.thrift.protocol.TList _list709 = iprot.readListBegin();
217558
                    _val703 = new ArrayList<ReturnOrderInfo>(_list704.size);
218527
                    _val708 = new ArrayList<ReturnOrderInfo>(_list709.size);
217559
                    for (int _i705 = 0; _i705 < _list704.size; ++_i705)
218528
                    for (int _i710 = 0; _i710 < _list709.size; ++_i710)
217560
                    {
218529
                    {
217561
                      ReturnOrderInfo _elem706; // required
218530
                      ReturnOrderInfo _elem711; // required
217562
                      _elem706 = new ReturnOrderInfo();
218531
                      _elem711 = new ReturnOrderInfo();
217563
                      _elem706.read(iprot);
218532
                      _elem711.read(iprot);
217564
                      _val703.add(_elem706);
218533
                      _val708.add(_elem711);
217565
                    }
218534
                    }
217566
                    iprot.readListEnd();
218535
                    iprot.readListEnd();
217567
                  }
218536
                  }
217568
                  this.success.put(_key702, _val703);
218537
                  this.success.put(_key707, _val708);
217569
                }
218538
                }
217570
                iprot.readMapEnd();
218539
                iprot.readMapEnd();
217571
              }
218540
              }
217572
            } else { 
218541
            } else { 
217573
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
218542
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 217587... Line 218556...
217587
 
218556
 
217588
      if (this.isSetSuccess()) {
218557
      if (this.isSetSuccess()) {
217589
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
218558
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
217590
        {
218559
        {
217591
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.success.size()));
218560
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.success.size()));
217592
          for (Map.Entry<Long, List<ReturnOrderInfo>> _iter707 : this.success.entrySet())
218561
          for (Map.Entry<Long, List<ReturnOrderInfo>> _iter712 : this.success.entrySet())
217593
          {
218562
          {
217594
            oprot.writeI64(_iter707.getKey());
218563
            oprot.writeI64(_iter712.getKey());
217595
            {
218564
            {
217596
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter707.getValue().size()));
218565
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter712.getValue().size()));
217597
              for (ReturnOrderInfo _iter708 : _iter707.getValue())
218566
              for (ReturnOrderInfo _iter713 : _iter712.getValue())
217598
              {
218567
              {
217599
                _iter708.write(oprot);
218568
                _iter713.write(oprot);
217600
              }
218569
              }
217601
              oprot.writeListEnd();
218570
              oprot.writeListEnd();
217602
            }
218571
            }
217603
          }
218572
          }
217604
          oprot.writeMapEnd();
218573
          oprot.writeMapEnd();
Line 217983... Line 218952...
217983
        }
218952
        }
217984
        switch (field.id) {
218953
        switch (field.id) {
217985
          case 1: // ORDER_IDS
218954
          case 1: // ORDER_IDS
217986
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
218955
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
217987
              {
218956
              {
217988
                org.apache.thrift.protocol.TList _list709 = iprot.readListBegin();
218957
                org.apache.thrift.protocol.TList _list714 = iprot.readListBegin();
217989
                this.order_ids = new ArrayList<Long>(_list709.size);
218958
                this.order_ids = new ArrayList<Long>(_list714.size);
217990
                for (int _i710 = 0; _i710 < _list709.size; ++_i710)
218959
                for (int _i715 = 0; _i715 < _list714.size; ++_i715)
217991
                {
218960
                {
217992
                  long _elem711; // required
218961
                  long _elem716; // required
217993
                  _elem711 = iprot.readI64();
218962
                  _elem716 = iprot.readI64();
217994
                  this.order_ids.add(_elem711);
218963
                  this.order_ids.add(_elem716);
217995
                }
218964
                }
217996
                iprot.readListEnd();
218965
                iprot.readListEnd();
217997
              }
218966
              }
217998
            } else { 
218967
            } else { 
217999
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
218968
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
218000
            }
218969
            }
218001
            break;
218970
            break;
218002
          case 2: // STATUSES
218971
          case 2: // STATUSES
218003
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
218972
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
218004
              {
218973
              {
218005
                org.apache.thrift.protocol.TList _list712 = iprot.readListBegin();
218974
                org.apache.thrift.protocol.TList _list717 = iprot.readListBegin();
218006
                this.statuses = new ArrayList<String>(_list712.size);
218975
                this.statuses = new ArrayList<String>(_list717.size);
218007
                for (int _i713 = 0; _i713 < _list712.size; ++_i713)
218976
                for (int _i718 = 0; _i718 < _list717.size; ++_i718)
218008
                {
218977
                {
218009
                  String _elem714; // required
218978
                  String _elem719; // required
218010
                  _elem714 = iprot.readString();
218979
                  _elem719 = iprot.readString();
218011
                  this.statuses.add(_elem714);
218980
                  this.statuses.add(_elem719);
218012
                }
218981
                }
218013
                iprot.readListEnd();
218982
                iprot.readListEnd();
218014
              }
218983
              }
218015
            } else { 
218984
            } else { 
218016
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
218985
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 218031... Line 219000...
218031
      oprot.writeStructBegin(STRUCT_DESC);
219000
      oprot.writeStructBegin(STRUCT_DESC);
218032
      if (this.order_ids != null) {
219001
      if (this.order_ids != null) {
218033
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
219002
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
218034
        {
219003
        {
218035
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
219004
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
218036
          for (long _iter715 : this.order_ids)
219005
          for (long _iter720 : this.order_ids)
218037
          {
219006
          {
218038
            oprot.writeI64(_iter715);
219007
            oprot.writeI64(_iter720);
218039
          }
219008
          }
218040
          oprot.writeListEnd();
219009
          oprot.writeListEnd();
218041
        }
219010
        }
218042
        oprot.writeFieldEnd();
219011
        oprot.writeFieldEnd();
218043
      }
219012
      }
218044
      if (this.statuses != null) {
219013
      if (this.statuses != null) {
218045
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
219014
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
218046
        {
219015
        {
218047
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.statuses.size()));
219016
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.statuses.size()));
218048
          for (String _iter716 : this.statuses)
219017
          for (String _iter721 : this.statuses)
218049
          {
219018
          {
218050
            oprot.writeString(_iter716);
219019
            oprot.writeString(_iter721);
218051
          }
219020
          }
218052
          oprot.writeListEnd();
219021
          oprot.writeListEnd();
218053
        }
219022
        }
218054
        oprot.writeFieldEnd();
219023
        oprot.writeFieldEnd();
218055
      }
219024
      }
Line 218360... Line 219329...
218360
        }
219329
        }
218361
        switch (field.id) {
219330
        switch (field.id) {
218362
          case 0: // SUCCESS
219331
          case 0: // SUCCESS
218363
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
219332
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
218364
              {
219333
              {
218365
                org.apache.thrift.protocol.TMap _map717 = iprot.readMapBegin();
219334
                org.apache.thrift.protocol.TMap _map722 = iprot.readMapBegin();
218366
                this.success = new HashMap<Long,List<ReturnOrderInfo>>(2*_map717.size);
219335
                this.success = new HashMap<Long,List<ReturnOrderInfo>>(2*_map722.size);
218367
                for (int _i718 = 0; _i718 < _map717.size; ++_i718)
219336
                for (int _i723 = 0; _i723 < _map722.size; ++_i723)
218368
                {
219337
                {
218369
                  long _key719; // required
219338
                  long _key724; // required
218370
                  List<ReturnOrderInfo> _val720; // required
219339
                  List<ReturnOrderInfo> _val725; // required
218371
                  _key719 = iprot.readI64();
219340
                  _key724 = iprot.readI64();
218372
                  {
219341
                  {
218373
                    org.apache.thrift.protocol.TList _list721 = iprot.readListBegin();
219342
                    org.apache.thrift.protocol.TList _list726 = iprot.readListBegin();
218374
                    _val720 = new ArrayList<ReturnOrderInfo>(_list721.size);
219343
                    _val725 = new ArrayList<ReturnOrderInfo>(_list726.size);
218375
                    for (int _i722 = 0; _i722 < _list721.size; ++_i722)
219344
                    for (int _i727 = 0; _i727 < _list726.size; ++_i727)
218376
                    {
219345
                    {
218377
                      ReturnOrderInfo _elem723; // required
219346
                      ReturnOrderInfo _elem728; // required
218378
                      _elem723 = new ReturnOrderInfo();
219347
                      _elem728 = new ReturnOrderInfo();
218379
                      _elem723.read(iprot);
219348
                      _elem728.read(iprot);
218380
                      _val720.add(_elem723);
219349
                      _val725.add(_elem728);
218381
                    }
219350
                    }
218382
                    iprot.readListEnd();
219351
                    iprot.readListEnd();
218383
                  }
219352
                  }
218384
                  this.success.put(_key719, _val720);
219353
                  this.success.put(_key724, _val725);
218385
                }
219354
                }
218386
                iprot.readMapEnd();
219355
                iprot.readMapEnd();
218387
              }
219356
              }
218388
            } else { 
219357
            } else { 
218389
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
219358
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 218403... Line 219372...
218403
 
219372
 
218404
      if (this.isSetSuccess()) {
219373
      if (this.isSetSuccess()) {
218405
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
219374
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
218406
        {
219375
        {
218407
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.success.size()));
219376
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.success.size()));
218408
          for (Map.Entry<Long, List<ReturnOrderInfo>> _iter724 : this.success.entrySet())
219377
          for (Map.Entry<Long, List<ReturnOrderInfo>> _iter729 : this.success.entrySet())
218409
          {
219378
          {
218410
            oprot.writeI64(_iter724.getKey());
219379
            oprot.writeI64(_iter729.getKey());
218411
            {
219380
            {
218412
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter724.getValue().size()));
219381
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter729.getValue().size()));
218413
              for (ReturnOrderInfo _iter725 : _iter724.getValue())
219382
              for (ReturnOrderInfo _iter730 : _iter729.getValue())
218414
              {
219383
              {
218415
                _iter725.write(oprot);
219384
                _iter730.write(oprot);
218416
              }
219385
              }
218417
              oprot.writeListEnd();
219386
              oprot.writeListEnd();
218418
            }
219387
            }
218419
          }
219388
          }
218420
          oprot.writeMapEnd();
219389
          oprot.writeMapEnd();
Line 219396... Line 220365...
219396
        }
220365
        }
219397
        switch (field.id) {
220366
        switch (field.id) {
219398
          case 1: // ORDER_RETURN_INFOS_MAP
220367
          case 1: // ORDER_RETURN_INFOS_MAP
219399
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
220368
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
219400
              {
220369
              {
219401
                org.apache.thrift.protocol.TMap _map726 = iprot.readMapBegin();
220370
                org.apache.thrift.protocol.TMap _map731 = iprot.readMapBegin();
219402
                this.orderReturnInfosMap = new HashMap<Long,List<ReturnOrderInfo>>(2*_map726.size);
220371
                this.orderReturnInfosMap = new HashMap<Long,List<ReturnOrderInfo>>(2*_map731.size);
219403
                for (int _i727 = 0; _i727 < _map726.size; ++_i727)
220372
                for (int _i732 = 0; _i732 < _map731.size; ++_i732)
219404
                {
220373
                {
219405
                  long _key728; // required
220374
                  long _key733; // required
219406
                  List<ReturnOrderInfo> _val729; // required
220375
                  List<ReturnOrderInfo> _val734; // required
219407
                  _key728 = iprot.readI64();
220376
                  _key733 = iprot.readI64();
219408
                  {
220377
                  {
219409
                    org.apache.thrift.protocol.TList _list730 = iprot.readListBegin();
220378
                    org.apache.thrift.protocol.TList _list735 = iprot.readListBegin();
219410
                    _val729 = new ArrayList<ReturnOrderInfo>(_list730.size);
220379
                    _val734 = new ArrayList<ReturnOrderInfo>(_list735.size);
219411
                    for (int _i731 = 0; _i731 < _list730.size; ++_i731)
220380
                    for (int _i736 = 0; _i736 < _list735.size; ++_i736)
219412
                    {
220381
                    {
219413
                      ReturnOrderInfo _elem732; // required
220382
                      ReturnOrderInfo _elem737; // required
219414
                      _elem732 = new ReturnOrderInfo();
220383
                      _elem737 = new ReturnOrderInfo();
219415
                      _elem732.read(iprot);
220384
                      _elem737.read(iprot);
219416
                      _val729.add(_elem732);
220385
                      _val734.add(_elem737);
219417
                    }
220386
                    }
219418
                    iprot.readListEnd();
220387
                    iprot.readListEnd();
219419
                  }
220388
                  }
219420
                  this.orderReturnInfosMap.put(_key728, _val729);
220389
                  this.orderReturnInfosMap.put(_key733, _val734);
219421
                }
220390
                }
219422
                iprot.readMapEnd();
220391
                iprot.readMapEnd();
219423
              }
220392
              }
219424
            } else { 
220393
            } else { 
219425
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
220394
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 219440... Line 220409...
219440
      oprot.writeStructBegin(STRUCT_DESC);
220409
      oprot.writeStructBegin(STRUCT_DESC);
219441
      if (this.orderReturnInfosMap != null) {
220410
      if (this.orderReturnInfosMap != null) {
219442
        oprot.writeFieldBegin(ORDER_RETURN_INFOS_MAP_FIELD_DESC);
220411
        oprot.writeFieldBegin(ORDER_RETURN_INFOS_MAP_FIELD_DESC);
219443
        {
220412
        {
219444
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.orderReturnInfosMap.size()));
220413
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.orderReturnInfosMap.size()));
219445
          for (Map.Entry<Long, List<ReturnOrderInfo>> _iter733 : this.orderReturnInfosMap.entrySet())
220414
          for (Map.Entry<Long, List<ReturnOrderInfo>> _iter738 : this.orderReturnInfosMap.entrySet())
219446
          {
220415
          {
219447
            oprot.writeI64(_iter733.getKey());
220416
            oprot.writeI64(_iter738.getKey());
219448
            {
220417
            {
219449
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter733.getValue().size()));
220418
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter738.getValue().size()));
219450
              for (ReturnOrderInfo _iter734 : _iter733.getValue())
220419
              for (ReturnOrderInfo _iter739 : _iter738.getValue())
219451
              {
220420
              {
219452
                _iter734.write(oprot);
220421
                _iter739.write(oprot);
219453
              }
220422
              }
219454
              oprot.writeListEnd();
220423
              oprot.writeListEnd();
219455
            }
220424
            }
219456
          }
220425
          }
219457
          oprot.writeMapEnd();
220426
          oprot.writeMapEnd();
Line 219821... Line 220790...
219821
        }
220790
        }
219822
        switch (field.id) {
220791
        switch (field.id) {
219823
          case 0: // SUCCESS
220792
          case 0: // SUCCESS
219824
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
220793
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
219825
              {
220794
              {
219826
                org.apache.thrift.protocol.TMap _map735 = iprot.readMapBegin();
220795
                org.apache.thrift.protocol.TMap _map740 = iprot.readMapBegin();
219827
                this.success = new HashMap<Long,Boolean>(2*_map735.size);
220796
                this.success = new HashMap<Long,Boolean>(2*_map740.size);
219828
                for (int _i736 = 0; _i736 < _map735.size; ++_i736)
220797
                for (int _i741 = 0; _i741 < _map740.size; ++_i741)
219829
                {
220798
                {
219830
                  long _key737; // required
220799
                  long _key742; // required
219831
                  boolean _val738; // required
220800
                  boolean _val743; // required
219832
                  _key737 = iprot.readI64();
220801
                  _key742 = iprot.readI64();
219833
                  _val738 = iprot.readBool();
220802
                  _val743 = iprot.readBool();
219834
                  this.success.put(_key737, _val738);
220803
                  this.success.put(_key742, _val743);
219835
                }
220804
                }
219836
                iprot.readMapEnd();
220805
                iprot.readMapEnd();
219837
              }
220806
              }
219838
            } else { 
220807
            } else { 
219839
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
220808
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 219861... Line 220830...
219861
 
220830
 
219862
      if (this.isSetSuccess()) {
220831
      if (this.isSetSuccess()) {
219863
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
220832
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
219864
        {
220833
        {
219865
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.BOOL, this.success.size()));
220834
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.BOOL, this.success.size()));
219866
          for (Map.Entry<Long, Boolean> _iter739 : this.success.entrySet())
220835
          for (Map.Entry<Long, Boolean> _iter744 : this.success.entrySet())
219867
          {
220836
          {
219868
            oprot.writeI64(_iter739.getKey());
220837
            oprot.writeI64(_iter744.getKey());
219869
            oprot.writeBool(_iter739.getValue());
220838
            oprot.writeBool(_iter744.getValue());
219870
          }
220839
          }
219871
          oprot.writeMapEnd();
220840
          oprot.writeMapEnd();
219872
        }
220841
        }
219873
        oprot.writeFieldEnd();
220842
        oprot.writeFieldEnd();
219874
      } else if (this.isSetEx()) {
220843
      } else if (this.isSetEx()) {
Line 220468... Line 221437...
220468
        }
221437
        }
220469
        switch (field.id) {
221438
        switch (field.id) {
220470
          case 0: // SUCCESS
221439
          case 0: // SUCCESS
220471
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
221440
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
220472
              {
221441
              {
220473
                org.apache.thrift.protocol.TList _list740 = iprot.readListBegin();
221442
                org.apache.thrift.protocol.TList _list745 = iprot.readListBegin();
220474
                this.success = new ArrayList<ReturnOrderInfo>(_list740.size);
221443
                this.success = new ArrayList<ReturnOrderInfo>(_list745.size);
220475
                for (int _i741 = 0; _i741 < _list740.size; ++_i741)
221444
                for (int _i746 = 0; _i746 < _list745.size; ++_i746)
220476
                {
221445
                {
220477
                  ReturnOrderInfo _elem742; // required
221446
                  ReturnOrderInfo _elem747; // required
220478
                  _elem742 = new ReturnOrderInfo();
221447
                  _elem747 = new ReturnOrderInfo();
220479
                  _elem742.read(iprot);
221448
                  _elem747.read(iprot);
220480
                  this.success.add(_elem742);
221449
                  this.success.add(_elem747);
220481
                }
221450
                }
220482
                iprot.readListEnd();
221451
                iprot.readListEnd();
220483
              }
221452
              }
220484
            } else { 
221453
            } else { 
220485
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
221454
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 220499... Line 221468...
220499
 
221468
 
220500
      if (this.isSetSuccess()) {
221469
      if (this.isSetSuccess()) {
220501
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
221470
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
220502
        {
221471
        {
220503
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
221472
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
220504
          for (ReturnOrderInfo _iter743 : this.success)
221473
          for (ReturnOrderInfo _iter748 : this.success)
220505
          {
221474
          {
220506
            _iter743.write(oprot);
221475
            _iter748.write(oprot);
220507
          }
221476
          }
220508
          oprot.writeListEnd();
221477
          oprot.writeListEnd();
220509
        }
221478
        }
220510
        oprot.writeFieldEnd();
221479
        oprot.writeFieldEnd();
220511
      }
221480
      }
Line 222690... Line 223659...
222690
        }
223659
        }
222691
        switch (field.id) {
223660
        switch (field.id) {
222692
          case 0: // SUCCESS
223661
          case 0: // SUCCESS
222693
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
223662
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
222694
              {
223663
              {
222695
                org.apache.thrift.protocol.TList _list744 = iprot.readListBegin();
223664
                org.apache.thrift.protocol.TList _list749 = iprot.readListBegin();
222696
                this.success = new ArrayList<ReturnOrderInfo>(_list744.size);
223665
                this.success = new ArrayList<ReturnOrderInfo>(_list749.size);
222697
                for (int _i745 = 0; _i745 < _list744.size; ++_i745)
223666
                for (int _i750 = 0; _i750 < _list749.size; ++_i750)
222698
                {
223667
                {
222699
                  ReturnOrderInfo _elem746; // required
223668
                  ReturnOrderInfo _elem751; // required
222700
                  _elem746 = new ReturnOrderInfo();
223669
                  _elem751 = new ReturnOrderInfo();
222701
                  _elem746.read(iprot);
223670
                  _elem751.read(iprot);
222702
                  this.success.add(_elem746);
223671
                  this.success.add(_elem751);
222703
                }
223672
                }
222704
                iprot.readListEnd();
223673
                iprot.readListEnd();
222705
              }
223674
              }
222706
            } else { 
223675
            } else { 
222707
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
223676
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 222729... Line 223698...
222729
 
223698
 
222730
      if (this.isSetSuccess()) {
223699
      if (this.isSetSuccess()) {
222731
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
223700
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
222732
        {
223701
        {
222733
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
223702
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
222734
          for (ReturnOrderInfo _iter747 : this.success)
223703
          for (ReturnOrderInfo _iter752 : this.success)
222735
          {
223704
          {
222736
            _iter747.write(oprot);
223705
            _iter752.write(oprot);
222737
          }
223706
          }
222738
          oprot.writeListEnd();
223707
          oprot.writeListEnd();
222739
        }
223708
        }
222740
        oprot.writeFieldEnd();
223709
        oprot.writeFieldEnd();
222741
      } else if (this.isSetEx()) {
223710
      } else if (this.isSetEx()) {
Line 223207... Line 224176...
223207
            }
224176
            }
223208
            break;
224177
            break;
223209
          case 3: // RETURN_ORDER_IDS
224178
          case 3: // RETURN_ORDER_IDS
223210
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
224179
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
223211
              {
224180
              {
223212
                org.apache.thrift.protocol.TList _list748 = iprot.readListBegin();
224181
                org.apache.thrift.protocol.TList _list753 = iprot.readListBegin();
223213
                this.returnOrderIds = new ArrayList<Long>(_list748.size);
224182
                this.returnOrderIds = new ArrayList<Long>(_list753.size);
223214
                for (int _i749 = 0; _i749 < _list748.size; ++_i749)
224183
                for (int _i754 = 0; _i754 < _list753.size; ++_i754)
223215
                {
224184
                {
223216
                  long _elem750; // required
224185
                  long _elem755; // required
223217
                  _elem750 = iprot.readI64();
224186
                  _elem755 = iprot.readI64();
223218
                  this.returnOrderIds.add(_elem750);
224187
                  this.returnOrderIds.add(_elem755);
223219
                }
224188
                }
223220
                iprot.readListEnd();
224189
                iprot.readListEnd();
223221
              }
224190
              }
223222
            } else { 
224191
            } else { 
223223
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
224192
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 223246... Line 224215...
223246
      }
224215
      }
223247
      if (this.returnOrderIds != null) {
224216
      if (this.returnOrderIds != null) {
223248
        oprot.writeFieldBegin(RETURN_ORDER_IDS_FIELD_DESC);
224217
        oprot.writeFieldBegin(RETURN_ORDER_IDS_FIELD_DESC);
223249
        {
224218
        {
223250
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.returnOrderIds.size()));
224219
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.returnOrderIds.size()));
223251
          for (long _iter751 : this.returnOrderIds)
224220
          for (long _iter756 : this.returnOrderIds)
223252
          {
224221
          {
223253
            oprot.writeI64(_iter751);
224222
            oprot.writeI64(_iter756);
223254
          }
224223
          }
223255
          oprot.writeListEnd();
224224
          oprot.writeListEnd();
223256
        }
224225
        }
223257
        oprot.writeFieldEnd();
224226
        oprot.writeFieldEnd();
223258
      }
224227
      }
Line 224012... Line 224981...
224012
        }
224981
        }
224013
        switch (field.id) {
224982
        switch (field.id) {
224014
          case 1: // RETURN_ORDER_IDS
224983
          case 1: // RETURN_ORDER_IDS
224015
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
224984
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
224016
              {
224985
              {
224017
                org.apache.thrift.protocol.TList _list752 = iprot.readListBegin();
224986
                org.apache.thrift.protocol.TList _list757 = iprot.readListBegin();
224018
                this.returnOrderIds = new ArrayList<Long>(_list752.size);
224987
                this.returnOrderIds = new ArrayList<Long>(_list757.size);
224019
                for (int _i753 = 0; _i753 < _list752.size; ++_i753)
224988
                for (int _i758 = 0; _i758 < _list757.size; ++_i758)
224020
                {
224989
                {
224021
                  long _elem754; // required
224990
                  long _elem759; // required
224022
                  _elem754 = iprot.readI64();
224991
                  _elem759 = iprot.readI64();
224023
                  this.returnOrderIds.add(_elem754);
224992
                  this.returnOrderIds.add(_elem759);
224024
                }
224993
                }
224025
                iprot.readListEnd();
224994
                iprot.readListEnd();
224026
              }
224995
              }
224027
            } else { 
224996
            } else { 
224028
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
224997
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 224051... Line 225020...
224051
      oprot.writeStructBegin(STRUCT_DESC);
225020
      oprot.writeStructBegin(STRUCT_DESC);
224052
      if (this.returnOrderIds != null) {
225021
      if (this.returnOrderIds != null) {
224053
        oprot.writeFieldBegin(RETURN_ORDER_IDS_FIELD_DESC);
225022
        oprot.writeFieldBegin(RETURN_ORDER_IDS_FIELD_DESC);
224054
        {
225023
        {
224055
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.returnOrderIds.size()));
225024
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.returnOrderIds.size()));
224056
          for (long _iter755 : this.returnOrderIds)
225025
          for (long _iter760 : this.returnOrderIds)
224057
          {
225026
          {
224058
            oprot.writeI64(_iter755);
225027
            oprot.writeI64(_iter760);
224059
          }
225028
          }
224060
          oprot.writeListEnd();
225029
          oprot.writeListEnd();
224061
        }
225030
        }
224062
        oprot.writeFieldEnd();
225031
        oprot.writeFieldEnd();
224063
      }
225032
      }
Line 225779... Line 226748...
225779
        }
226748
        }
225780
        switch (field.id) {
226749
        switch (field.id) {
225781
          case 0: // SUCCESS
226750
          case 0: // SUCCESS
225782
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
226751
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
225783
              {
226752
              {
225784
                org.apache.thrift.protocol.TList _list756 = iprot.readListBegin();
226753
                org.apache.thrift.protocol.TList _list761 = iprot.readListBegin();
225785
                this.success = new ArrayList<ReturnOrderInfo>(_list756.size);
226754
                this.success = new ArrayList<ReturnOrderInfo>(_list761.size);
225786
                for (int _i757 = 0; _i757 < _list756.size; ++_i757)
226755
                for (int _i762 = 0; _i762 < _list761.size; ++_i762)
225787
                {
226756
                {
225788
                  ReturnOrderInfo _elem758; // required
226757
                  ReturnOrderInfo _elem763; // required
225789
                  _elem758 = new ReturnOrderInfo();
226758
                  _elem763 = new ReturnOrderInfo();
225790
                  _elem758.read(iprot);
226759
                  _elem763.read(iprot);
225791
                  this.success.add(_elem758);
226760
                  this.success.add(_elem763);
225792
                }
226761
                }
225793
                iprot.readListEnd();
226762
                iprot.readListEnd();
225794
              }
226763
              }
225795
            } else { 
226764
            } else { 
225796
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
226765
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 225818... Line 226787...
225818
 
226787
 
225819
      if (this.isSetSuccess()) {
226788
      if (this.isSetSuccess()) {
225820
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
226789
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
225821
        {
226790
        {
225822
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
226791
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
225823
          for (ReturnOrderInfo _iter759 : this.success)
226792
          for (ReturnOrderInfo _iter764 : this.success)
225824
          {
226793
          {
225825
            _iter759.write(oprot);
226794
            _iter764.write(oprot);
225826
          }
226795
          }
225827
          oprot.writeListEnd();
226796
          oprot.writeListEnd();
225828
        }
226797
        }
225829
        oprot.writeFieldEnd();
226798
        oprot.writeFieldEnd();
225830
      } else if (this.isSetEx()) {
226799
      } else if (this.isSetEx()) {
Line 226219... Line 227188...
226219
        }
227188
        }
226220
        switch (field.id) {
227189
        switch (field.id) {
226221
          case 1: // RETURN_ORDERS_MAP
227190
          case 1: // RETURN_ORDERS_MAP
226222
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
227191
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
226223
              {
227192
              {
226224
                org.apache.thrift.protocol.TMap _map760 = iprot.readMapBegin();
227193
                org.apache.thrift.protocol.TMap _map765 = iprot.readMapBegin();
226225
                this.returnOrdersMap = new HashMap<Long,Map<String,String>>(2*_map760.size);
227194
                this.returnOrdersMap = new HashMap<Long,Map<String,String>>(2*_map765.size);
226226
                for (int _i761 = 0; _i761 < _map760.size; ++_i761)
227195
                for (int _i766 = 0; _i766 < _map765.size; ++_i766)
226227
                {
227196
                {
226228
                  long _key762; // required
227197
                  long _key767; // required
226229
                  Map<String,String> _val763; // required
227198
                  Map<String,String> _val768; // required
226230
                  _key762 = iprot.readI64();
227199
                  _key767 = iprot.readI64();
226231
                  {
227200
                  {
226232
                    org.apache.thrift.protocol.TMap _map764 = iprot.readMapBegin();
227201
                    org.apache.thrift.protocol.TMap _map769 = iprot.readMapBegin();
226233
                    _val763 = new HashMap<String,String>(2*_map764.size);
227202
                    _val768 = new HashMap<String,String>(2*_map769.size);
226234
                    for (int _i765 = 0; _i765 < _map764.size; ++_i765)
227203
                    for (int _i770 = 0; _i770 < _map769.size; ++_i770)
226235
                    {
227204
                    {
226236
                      String _key766; // required
227205
                      String _key771; // required
226237
                      String _val767; // required
227206
                      String _val772; // required
226238
                      _key766 = iprot.readString();
227207
                      _key771 = iprot.readString();
226239
                      _val767 = iprot.readString();
227208
                      _val772 = iprot.readString();
226240
                      _val763.put(_key766, _val767);
227209
                      _val768.put(_key771, _val772);
226241
                    }
227210
                    }
226242
                    iprot.readMapEnd();
227211
                    iprot.readMapEnd();
226243
                  }
227212
                  }
226244
                  this.returnOrdersMap.put(_key762, _val763);
227213
                  this.returnOrdersMap.put(_key767, _val768);
226245
                }
227214
                }
226246
                iprot.readMapEnd();
227215
                iprot.readMapEnd();
226247
              }
227216
              }
226248
            } else { 
227217
            } else { 
226249
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
227218
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 226272... Line 227241...
226272
      oprot.writeStructBegin(STRUCT_DESC);
227241
      oprot.writeStructBegin(STRUCT_DESC);
226273
      if (this.returnOrdersMap != null) {
227242
      if (this.returnOrdersMap != null) {
226274
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
227243
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
226275
        {
227244
        {
226276
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.returnOrdersMap.size()));
227245
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.returnOrdersMap.size()));
226277
          for (Map.Entry<Long, Map<String,String>> _iter768 : this.returnOrdersMap.entrySet())
227246
          for (Map.Entry<Long, Map<String,String>> _iter773 : this.returnOrdersMap.entrySet())
226278
          {
227247
          {
226279
            oprot.writeI64(_iter768.getKey());
227248
            oprot.writeI64(_iter773.getKey());
226280
            {
227249
            {
226281
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter768.getValue().size()));
227250
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter773.getValue().size()));
226282
              for (Map.Entry<String, String> _iter769 : _iter768.getValue().entrySet())
227251
              for (Map.Entry<String, String> _iter774 : _iter773.getValue().entrySet())
226283
              {
227252
              {
226284
                oprot.writeString(_iter769.getKey());
227253
                oprot.writeString(_iter774.getKey());
226285
                oprot.writeString(_iter769.getValue());
227254
                oprot.writeString(_iter774.getValue());
226286
              }
227255
              }
226287
              oprot.writeMapEnd();
227256
              oprot.writeMapEnd();
226288
            }
227257
            }
226289
          }
227258
          }
226290
          oprot.writeMapEnd();
227259
          oprot.writeMapEnd();
Line 227055... Line 228024...
227055
            }
228024
            }
227056
            break;
228025
            break;
227057
          case 2: // RETURN_ORDERS_MAP
228026
          case 2: // RETURN_ORDERS_MAP
227058
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
228027
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
227059
              {
228028
              {
227060
                org.apache.thrift.protocol.TMap _map770 = iprot.readMapBegin();
228029
                org.apache.thrift.protocol.TMap _map775 = iprot.readMapBegin();
227061
                this.returnOrdersMap = new HashMap<Long,Boolean>(2*_map770.size);
228030
                this.returnOrdersMap = new HashMap<Long,Boolean>(2*_map775.size);
227062
                for (int _i771 = 0; _i771 < _map770.size; ++_i771)
228031
                for (int _i776 = 0; _i776 < _map775.size; ++_i776)
227063
                {
228032
                {
227064
                  long _key772; // required
228033
                  long _key777; // required
227065
                  boolean _val773; // required
228034
                  boolean _val778; // required
227066
                  _key772 = iprot.readI64();
228035
                  _key777 = iprot.readI64();
227067
                  _val773 = iprot.readBool();
228036
                  _val778 = iprot.readBool();
227068
                  this.returnOrdersMap.put(_key772, _val773);
228037
                  this.returnOrdersMap.put(_key777, _val778);
227069
                }
228038
                }
227070
                iprot.readMapEnd();
228039
                iprot.readMapEnd();
227071
              }
228040
              }
227072
            } else { 
228041
            } else { 
227073
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
228042
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 227091... Line 228060...
227091
      oprot.writeFieldEnd();
228060
      oprot.writeFieldEnd();
227092
      if (this.returnOrdersMap != null) {
228061
      if (this.returnOrdersMap != null) {
227093
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
228062
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
227094
        {
228063
        {
227095
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.BOOL, this.returnOrdersMap.size()));
228064
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.BOOL, this.returnOrdersMap.size()));
227096
          for (Map.Entry<Long, Boolean> _iter774 : this.returnOrdersMap.entrySet())
228065
          for (Map.Entry<Long, Boolean> _iter779 : this.returnOrdersMap.entrySet())
227097
          {
228066
          {
227098
            oprot.writeI64(_iter774.getKey());
228067
            oprot.writeI64(_iter779.getKey());
227099
            oprot.writeBool(_iter774.getValue());
228068
            oprot.writeBool(_iter779.getValue());
227100
          }
228069
          }
227101
          oprot.writeMapEnd();
228070
          oprot.writeMapEnd();
227102
        }
228071
        }
227103
        oprot.writeFieldEnd();
228072
        oprot.writeFieldEnd();
227104
      }
228073
      }
Line 227876... Line 228845...
227876
            }
228845
            }
227877
            break;
228846
            break;
227878
          case 2: // RETURN_ORDERS_MAP
228847
          case 2: // RETURN_ORDERS_MAP
227879
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
228848
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
227880
              {
228849
              {
227881
                org.apache.thrift.protocol.TMap _map775 = iprot.readMapBegin();
228850
                org.apache.thrift.protocol.TMap _map780 = iprot.readMapBegin();
227882
                this.returnOrdersMap = new HashMap<Long,Map<String,String>>(2*_map775.size);
228851
                this.returnOrdersMap = new HashMap<Long,Map<String,String>>(2*_map780.size);
227883
                for (int _i776 = 0; _i776 < _map775.size; ++_i776)
228852
                for (int _i781 = 0; _i781 < _map780.size; ++_i781)
227884
                {
228853
                {
227885
                  long _key777; // required
228854
                  long _key782; // required
227886
                  Map<String,String> _val778; // required
228855
                  Map<String,String> _val783; // required
227887
                  _key777 = iprot.readI64();
228856
                  _key782 = iprot.readI64();
227888
                  {
228857
                  {
227889
                    org.apache.thrift.protocol.TMap _map779 = iprot.readMapBegin();
228858
                    org.apache.thrift.protocol.TMap _map784 = iprot.readMapBegin();
227890
                    _val778 = new HashMap<String,String>(2*_map779.size);
228859
                    _val783 = new HashMap<String,String>(2*_map784.size);
227891
                    for (int _i780 = 0; _i780 < _map779.size; ++_i780)
228860
                    for (int _i785 = 0; _i785 < _map784.size; ++_i785)
227892
                    {
228861
                    {
227893
                      String _key781; // required
228862
                      String _key786; // required
227894
                      String _val782; // required
228863
                      String _val787; // required
227895
                      _key781 = iprot.readString();
228864
                      _key786 = iprot.readString();
227896
                      _val782 = iprot.readString();
228865
                      _val787 = iprot.readString();
227897
                      _val778.put(_key781, _val782);
228866
                      _val783.put(_key786, _val787);
227898
                    }
228867
                    }
227899
                    iprot.readMapEnd();
228868
                    iprot.readMapEnd();
227900
                  }
228869
                  }
227901
                  this.returnOrdersMap.put(_key777, _val778);
228870
                  this.returnOrdersMap.put(_key782, _val783);
227902
                }
228871
                }
227903
                iprot.readMapEnd();
228872
                iprot.readMapEnd();
227904
              }
228873
              }
227905
            } else { 
228874
            } else { 
227906
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
228875
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 227924... Line 228893...
227924
      oprot.writeFieldEnd();
228893
      oprot.writeFieldEnd();
227925
      if (this.returnOrdersMap != null) {
228894
      if (this.returnOrdersMap != null) {
227926
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
228895
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
227927
        {
228896
        {
227928
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.returnOrdersMap.size()));
228897
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.returnOrdersMap.size()));
227929
          for (Map.Entry<Long, Map<String,String>> _iter783 : this.returnOrdersMap.entrySet())
228898
          for (Map.Entry<Long, Map<String,String>> _iter788 : this.returnOrdersMap.entrySet())
227930
          {
228899
          {
227931
            oprot.writeI64(_iter783.getKey());
228900
            oprot.writeI64(_iter788.getKey());
227932
            {
228901
            {
227933
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter783.getValue().size()));
228902
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter788.getValue().size()));
227934
              for (Map.Entry<String, String> _iter784 : _iter783.getValue().entrySet())
228903
              for (Map.Entry<String, String> _iter789 : _iter788.getValue().entrySet())
227935
              {
228904
              {
227936
                oprot.writeString(_iter784.getKey());
228905
                oprot.writeString(_iter789.getKey());
227937
                oprot.writeString(_iter784.getValue());
228906
                oprot.writeString(_iter789.getValue());
227938
              }
228907
              }
227939
              oprot.writeMapEnd();
228908
              oprot.writeMapEnd();
227940
            }
228909
            }
227941
          }
228910
          }
227942
          oprot.writeMapEnd();
228911
          oprot.writeMapEnd();
Line 229384... Line 230353...
229384
        }
230353
        }
229385
        switch (field.id) {
230354
        switch (field.id) {
229386
          case 1: // REFUND_ORDERS_MAP
230355
          case 1: // REFUND_ORDERS_MAP
229387
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
230356
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
229388
              {
230357
              {
229389
                org.apache.thrift.protocol.TMap _map785 = iprot.readMapBegin();
230358
                org.apache.thrift.protocol.TMap _map790 = iprot.readMapBegin();
229390
                this.refundOrdersMap = new HashMap<Long,Map<String,String>>(2*_map785.size);
230359
                this.refundOrdersMap = new HashMap<Long,Map<String,String>>(2*_map790.size);
229391
                for (int _i786 = 0; _i786 < _map785.size; ++_i786)
230360
                for (int _i791 = 0; _i791 < _map790.size; ++_i791)
229392
                {
230361
                {
229393
                  long _key787; // required
230362
                  long _key792; // required
229394
                  Map<String,String> _val788; // required
230363
                  Map<String,String> _val793; // required
229395
                  _key787 = iprot.readI64();
230364
                  _key792 = iprot.readI64();
229396
                  {
230365
                  {
229397
                    org.apache.thrift.protocol.TMap _map789 = iprot.readMapBegin();
230366
                    org.apache.thrift.protocol.TMap _map794 = iprot.readMapBegin();
229398
                    _val788 = new HashMap<String,String>(2*_map789.size);
230367
                    _val793 = new HashMap<String,String>(2*_map794.size);
229399
                    for (int _i790 = 0; _i790 < _map789.size; ++_i790)
230368
                    for (int _i795 = 0; _i795 < _map794.size; ++_i795)
229400
                    {
230369
                    {
229401
                      String _key791; // required
230370
                      String _key796; // required
229402
                      String _val792; // required
230371
                      String _val797; // required
229403
                      _key791 = iprot.readString();
230372
                      _key796 = iprot.readString();
229404
                      _val792 = iprot.readString();
230373
                      _val797 = iprot.readString();
229405
                      _val788.put(_key791, _val792);
230374
                      _val793.put(_key796, _val797);
229406
                    }
230375
                    }
229407
                    iprot.readMapEnd();
230376
                    iprot.readMapEnd();
229408
                  }
230377
                  }
229409
                  this.refundOrdersMap.put(_key787, _val788);
230378
                  this.refundOrdersMap.put(_key792, _val793);
229410
                }
230379
                }
229411
                iprot.readMapEnd();
230380
                iprot.readMapEnd();
229412
              }
230381
              }
229413
            } else { 
230382
            } else { 
229414
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
230383
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 229437... Line 230406...
229437
      oprot.writeStructBegin(STRUCT_DESC);
230406
      oprot.writeStructBegin(STRUCT_DESC);
229438
      if (this.refundOrdersMap != null) {
230407
      if (this.refundOrdersMap != null) {
229439
        oprot.writeFieldBegin(REFUND_ORDERS_MAP_FIELD_DESC);
230408
        oprot.writeFieldBegin(REFUND_ORDERS_MAP_FIELD_DESC);
229440
        {
230409
        {
229441
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.refundOrdersMap.size()));
230410
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.refundOrdersMap.size()));
229442
          for (Map.Entry<Long, Map<String,String>> _iter793 : this.refundOrdersMap.entrySet())
230411
          for (Map.Entry<Long, Map<String,String>> _iter798 : this.refundOrdersMap.entrySet())
229443
          {
230412
          {
229444
            oprot.writeI64(_iter793.getKey());
230413
            oprot.writeI64(_iter798.getKey());
229445
            {
230414
            {
229446
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter793.getValue().size()));
230415
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter798.getValue().size()));
229447
              for (Map.Entry<String, String> _iter794 : _iter793.getValue().entrySet())
230416
              for (Map.Entry<String, String> _iter799 : _iter798.getValue().entrySet())
229448
              {
230417
              {
229449
                oprot.writeString(_iter794.getKey());
230418
                oprot.writeString(_iter799.getKey());
229450
                oprot.writeString(_iter794.getValue());
230419
                oprot.writeString(_iter799.getValue());
229451
              }
230420
              }
229452
              oprot.writeMapEnd();
230421
              oprot.writeMapEnd();
229453
            }
230422
            }
229454
          }
230423
          }
229455
          oprot.writeMapEnd();
230424
          oprot.writeMapEnd();
Line 230411... Line 231380...
230411
        }
231380
        }
230412
        switch (field.id) {
231381
        switch (field.id) {
230413
          case 1: // STATUS_LIST
231382
          case 1: // STATUS_LIST
230414
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
231383
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
230415
              {
231384
              {
230416
                org.apache.thrift.protocol.TList _list795 = iprot.readListBegin();
231385
                org.apache.thrift.protocol.TList _list800 = iprot.readListBegin();
230417
                this.statusList = new ArrayList<ReturnTransactionStatus>(_list795.size);
231386
                this.statusList = new ArrayList<ReturnTransactionStatus>(_list800.size);
230418
                for (int _i796 = 0; _i796 < _list795.size; ++_i796)
231387
                for (int _i801 = 0; _i801 < _list800.size; ++_i801)
230419
                {
231388
                {
230420
                  ReturnTransactionStatus _elem797; // required
231389
                  ReturnTransactionStatus _elem802; // required
230421
                  _elem797 = ReturnTransactionStatus.findByValue(iprot.readI32());
231390
                  _elem802 = ReturnTransactionStatus.findByValue(iprot.readI32());
230422
                  this.statusList.add(_elem797);
231391
                  this.statusList.add(_elem802);
230423
                }
231392
                }
230424
                iprot.readListEnd();
231393
                iprot.readListEnd();
230425
              }
231394
              }
230426
            } else { 
231395
            } else { 
230427
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
231396
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 230472... Line 231441...
230472
      oprot.writeStructBegin(STRUCT_DESC);
231441
      oprot.writeStructBegin(STRUCT_DESC);
230473
      if (this.statusList != null) {
231442
      if (this.statusList != null) {
230474
        oprot.writeFieldBegin(STATUS_LIST_FIELD_DESC);
231443
        oprot.writeFieldBegin(STATUS_LIST_FIELD_DESC);
230475
        {
231444
        {
230476
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statusList.size()));
231445
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statusList.size()));
230477
          for (ReturnTransactionStatus _iter798 : this.statusList)
231446
          for (ReturnTransactionStatus _iter803 : this.statusList)
230478
          {
231447
          {
230479
            oprot.writeI32(_iter798.getValue());
231448
            oprot.writeI32(_iter803.getValue());
230480
          }
231449
          }
230481
          oprot.writeListEnd();
231450
          oprot.writeListEnd();
230482
        }
231451
        }
230483
        oprot.writeFieldEnd();
231452
        oprot.writeFieldEnd();
230484
      }
231453
      }
Line 230882... Line 231851...
230882
        }
231851
        }
230883
        switch (field.id) {
231852
        switch (field.id) {
230884
          case 0: // SUCCESS
231853
          case 0: // SUCCESS
230885
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
231854
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
230886
              {
231855
              {
230887
                org.apache.thrift.protocol.TList _list799 = iprot.readListBegin();
231856
                org.apache.thrift.protocol.TList _list804 = iprot.readListBegin();
230888
                this.success = new ArrayList<ReturnTransaction>(_list799.size);
231857
                this.success = new ArrayList<ReturnTransaction>(_list804.size);
230889
                for (int _i800 = 0; _i800 < _list799.size; ++_i800)
231858
                for (int _i805 = 0; _i805 < _list804.size; ++_i805)
230890
                {
231859
                {
230891
                  ReturnTransaction _elem801; // required
231860
                  ReturnTransaction _elem806; // required
230892
                  _elem801 = new ReturnTransaction();
231861
                  _elem806 = new ReturnTransaction();
230893
                  _elem801.read(iprot);
231862
                  _elem806.read(iprot);
230894
                  this.success.add(_elem801);
231863
                  this.success.add(_elem806);
230895
                }
231864
                }
230896
                iprot.readListEnd();
231865
                iprot.readListEnd();
230897
              }
231866
              }
230898
            } else { 
231867
            } else { 
230899
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
231868
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 230921... Line 231890...
230921
 
231890
 
230922
      if (this.isSetSuccess()) {
231891
      if (this.isSetSuccess()) {
230923
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
231892
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
230924
        {
231893
        {
230925
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
231894
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
230926
          for (ReturnTransaction _iter802 : this.success)
231895
          for (ReturnTransaction _iter807 : this.success)
230927
          {
231896
          {
230928
            _iter802.write(oprot);
231897
            _iter807.write(oprot);
230929
          }
231898
          }
230930
          oprot.writeListEnd();
231899
          oprot.writeListEnd();
230931
        }
231900
        }
230932
        oprot.writeFieldEnd();
231901
        oprot.writeFieldEnd();
230933
      } else if (this.isSetEx()) {
231902
      } else if (this.isSetEx()) {
Line 232183... Line 233152...
232183
        }
233152
        }
232184
        switch (field.id) {
233153
        switch (field.id) {
232185
          case 1: // STATUSES
233154
          case 1: // STATUSES
232186
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
233155
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
232187
              {
233156
              {
232188
                org.apache.thrift.protocol.TList _list803 = iprot.readListBegin();
233157
                org.apache.thrift.protocol.TList _list808 = iprot.readListBegin();
232189
                this.statuses = new ArrayList<OrderStatus>(_list803.size);
233158
                this.statuses = new ArrayList<OrderStatus>(_list808.size);
232190
                for (int _i804 = 0; _i804 < _list803.size; ++_i804)
233159
                for (int _i809 = 0; _i809 < _list808.size; ++_i809)
232191
                {
233160
                {
232192
                  OrderStatus _elem805; // required
233161
                  OrderStatus _elem810; // required
232193
                  _elem805 = OrderStatus.findByValue(iprot.readI32());
233162
                  _elem810 = OrderStatus.findByValue(iprot.readI32());
232194
                  this.statuses.add(_elem805);
233163
                  this.statuses.add(_elem810);
232195
                }
233164
                }
232196
                iprot.readListEnd();
233165
                iprot.readListEnd();
232197
              }
233166
              }
232198
            } else { 
233167
            } else { 
232199
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
233168
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 232246... Line 233215...
232246
      oprot.writeStructBegin(STRUCT_DESC);
233215
      oprot.writeStructBegin(STRUCT_DESC);
232247
      if (this.statuses != null) {
233216
      if (this.statuses != null) {
232248
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
233217
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
232249
        {
233218
        {
232250
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
233219
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
232251
          for (OrderStatus _iter806 : this.statuses)
233220
          for (OrderStatus _iter811 : this.statuses)
232252
          {
233221
          {
232253
            oprot.writeI32(_iter806.getValue());
233222
            oprot.writeI32(_iter811.getValue());
232254
          }
233223
          }
232255
          oprot.writeListEnd();
233224
          oprot.writeListEnd();
232256
        }
233225
        }
232257
        oprot.writeFieldEnd();
233226
        oprot.writeFieldEnd();
232258
      }
233227
      }
Line 232642... Line 233611...
232642
        }
233611
        }
232643
        switch (field.id) {
233612
        switch (field.id) {
232644
          case 0: // SUCCESS
233613
          case 0: // SUCCESS
232645
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
233614
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
232646
              {
233615
              {
232647
                org.apache.thrift.protocol.TList _list807 = iprot.readListBegin();
233616
                org.apache.thrift.protocol.TList _list812 = iprot.readListBegin();
232648
                this.success = new ArrayList<Order>(_list807.size);
233617
                this.success = new ArrayList<Order>(_list812.size);
232649
                for (int _i808 = 0; _i808 < _list807.size; ++_i808)
233618
                for (int _i813 = 0; _i813 < _list812.size; ++_i813)
232650
                {
233619
                {
232651
                  Order _elem809; // required
233620
                  Order _elem814; // required
232652
                  _elem809 = new Order();
233621
                  _elem814 = new Order();
232653
                  _elem809.read(iprot);
233622
                  _elem814.read(iprot);
232654
                  this.success.add(_elem809);
233623
                  this.success.add(_elem814);
232655
                }
233624
                }
232656
                iprot.readListEnd();
233625
                iprot.readListEnd();
232657
              }
233626
              }
232658
            } else { 
233627
            } else { 
232659
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
233628
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 232681... Line 233650...
232681
 
233650
 
232682
      if (this.isSetSuccess()) {
233651
      if (this.isSetSuccess()) {
232683
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
233652
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
232684
        {
233653
        {
232685
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
233654
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
232686
          for (Order _iter810 : this.success)
233655
          for (Order _iter815 : this.success)
232687
          {
233656
          {
232688
            _iter810.write(oprot);
233657
            _iter815.write(oprot);
232689
          }
233658
          }
232690
          oprot.writeListEnd();
233659
          oprot.writeListEnd();
232691
        }
233660
        }
232692
        oprot.writeFieldEnd();
233661
        oprot.writeFieldEnd();
232693
      } else if (this.isSetEx()) {
233662
      } else if (this.isSetEx()) {
Line 233068... Line 234037...
233068
            }
234037
            }
233069
            break;
234038
            break;
233070
          case 2: // ATTRIBUTES
234039
          case 2: // ATTRIBUTES
233071
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
234040
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
233072
              {
234041
              {
233073
                org.apache.thrift.protocol.TList _list811 = iprot.readListBegin();
234042
                org.apache.thrift.protocol.TList _list816 = iprot.readListBegin();
233074
                this.attributes = new ArrayList<Attribute>(_list811.size);
234043
                this.attributes = new ArrayList<Attribute>(_list816.size);
233075
                for (int _i812 = 0; _i812 < _list811.size; ++_i812)
234044
                for (int _i817 = 0; _i817 < _list816.size; ++_i817)
233076
                {
234045
                {
233077
                  Attribute _elem813; // required
234046
                  Attribute _elem818; // required
233078
                  _elem813 = new Attribute();
234047
                  _elem818 = new Attribute();
233079
                  _elem813.read(iprot);
234048
                  _elem818.read(iprot);
233080
                  this.attributes.add(_elem813);
234049
                  this.attributes.add(_elem818);
233081
                }
234050
                }
233082
                iprot.readListEnd();
234051
                iprot.readListEnd();
233083
              }
234052
              }
233084
            } else { 
234053
            } else { 
233085
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
234054
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 233105... Line 234074...
233105
      }
234074
      }
233106
      if (this.attributes != null) {
234075
      if (this.attributes != null) {
233107
        oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC);
234076
        oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC);
233108
        {
234077
        {
233109
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.attributes.size()));
234078
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.attributes.size()));
233110
          for (Attribute _iter814 : this.attributes)
234079
          for (Attribute _iter819 : this.attributes)
233111
          {
234080
          {
233112
            _iter814.write(oprot);
234081
            _iter819.write(oprot);
233113
          }
234082
          }
233114
          oprot.writeListEnd();
234083
          oprot.writeListEnd();
233115
        }
234084
        }
233116
        oprot.writeFieldEnd();
234085
        oprot.writeFieldEnd();
233117
      }
234086
      }
Line 234287... Line 235256...
234287
        }
235256
        }
234288
        switch (field.id) {
235257
        switch (field.id) {
234289
          case 1: // SHIPMENT_LOGISTICS_COST_DETAILS
235258
          case 1: // SHIPMENT_LOGISTICS_COST_DETAILS
234290
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
235259
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
234291
              {
235260
              {
234292
                org.apache.thrift.protocol.TList _list815 = iprot.readListBegin();
235261
                org.apache.thrift.protocol.TList _list820 = iprot.readListBegin();
234293
                this.shipmentLogisticsCostDetails = new ArrayList<ShipmentLogisticsCostDetail>(_list815.size);
235262
                this.shipmentLogisticsCostDetails = new ArrayList<ShipmentLogisticsCostDetail>(_list820.size);
234294
                for (int _i816 = 0; _i816 < _list815.size; ++_i816)
235263
                for (int _i821 = 0; _i821 < _list820.size; ++_i821)
234295
                {
235264
                {
234296
                  ShipmentLogisticsCostDetail _elem817; // required
235265
                  ShipmentLogisticsCostDetail _elem822; // required
234297
                  _elem817 = new ShipmentLogisticsCostDetail();
235266
                  _elem822 = new ShipmentLogisticsCostDetail();
234298
                  _elem817.read(iprot);
235267
                  _elem822.read(iprot);
234299
                  this.shipmentLogisticsCostDetails.add(_elem817);
235268
                  this.shipmentLogisticsCostDetails.add(_elem822);
234300
                }
235269
                }
234301
                iprot.readListEnd();
235270
                iprot.readListEnd();
234302
              }
235271
              }
234303
            } else { 
235272
            } else { 
234304
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
235273
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 234319... Line 235288...
234319
      oprot.writeStructBegin(STRUCT_DESC);
235288
      oprot.writeStructBegin(STRUCT_DESC);
234320
      if (this.shipmentLogisticsCostDetails != null) {
235289
      if (this.shipmentLogisticsCostDetails != null) {
234321
        oprot.writeFieldBegin(SHIPMENT_LOGISTICS_COST_DETAILS_FIELD_DESC);
235290
        oprot.writeFieldBegin(SHIPMENT_LOGISTICS_COST_DETAILS_FIELD_DESC);
234322
        {
235291
        {
234323
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.shipmentLogisticsCostDetails.size()));
235292
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.shipmentLogisticsCostDetails.size()));
234324
          for (ShipmentLogisticsCostDetail _iter818 : this.shipmentLogisticsCostDetails)
235293
          for (ShipmentLogisticsCostDetail _iter823 : this.shipmentLogisticsCostDetails)
234325
          {
235294
          {
234326
            _iter818.write(oprot);
235295
            _iter823.write(oprot);
234327
          }
235296
          }
234328
          oprot.writeListEnd();
235297
          oprot.writeListEnd();
234329
        }
235298
        }
234330
        oprot.writeFieldEnd();
235299
        oprot.writeFieldEnd();
234331
      }
235300
      }
Line 235377... Line 236346...
235377
        }
236346
        }
235378
        switch (field.id) {
236347
        switch (field.id) {
235379
          case 0: // SUCCESS
236348
          case 0: // SUCCESS
235380
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
236349
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
235381
              {
236350
              {
235382
                org.apache.thrift.protocol.TList _list819 = iprot.readListBegin();
236351
                org.apache.thrift.protocol.TList _list824 = iprot.readListBegin();
235383
                this.success = new ArrayList<Order>(_list819.size);
236352
                this.success = new ArrayList<Order>(_list824.size);
235384
                for (int _i820 = 0; _i820 < _list819.size; ++_i820)
236353
                for (int _i825 = 0; _i825 < _list824.size; ++_i825)
235385
                {
236354
                {
235386
                  Order _elem821; // required
236355
                  Order _elem826; // required
235387
                  _elem821 = new Order();
236356
                  _elem826 = new Order();
235388
                  _elem821.read(iprot);
236357
                  _elem826.read(iprot);
235389
                  this.success.add(_elem821);
236358
                  this.success.add(_elem826);
235390
                }
236359
                }
235391
                iprot.readListEnd();
236360
                iprot.readListEnd();
235392
              }
236361
              }
235393
            } else { 
236362
            } else { 
235394
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
236363
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 235408... Line 236377...
235408
 
236377
 
235409
      if (this.isSetSuccess()) {
236378
      if (this.isSetSuccess()) {
235410
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
236379
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
235411
        {
236380
        {
235412
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
236381
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
235413
          for (Order _iter822 : this.success)
236382
          for (Order _iter827 : this.success)
235414
          {
236383
          {
235415
            _iter822.write(oprot);
236384
            _iter827.write(oprot);
235416
          }
236385
          }
235417
          oprot.writeListEnd();
236386
          oprot.writeListEnd();
235418
        }
236387
        }
235419
        oprot.writeFieldEnd();
236388
        oprot.writeFieldEnd();
235420
      }
236389
      }
Line 236002... Line 236971...
236002
        }
236971
        }
236003
        switch (field.id) {
236972
        switch (field.id) {
236004
          case 0: // SUCCESS
236973
          case 0: // SUCCESS
236005
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
236974
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
236006
              {
236975
              {
236007
                org.apache.thrift.protocol.TList _list823 = iprot.readListBegin();
236976
                org.apache.thrift.protocol.TList _list828 = iprot.readListBegin();
236008
                this.success = new ArrayList<ReturnOrderInfo>(_list823.size);
236977
                this.success = new ArrayList<ReturnOrderInfo>(_list828.size);
236009
                for (int _i824 = 0; _i824 < _list823.size; ++_i824)
236978
                for (int _i829 = 0; _i829 < _list828.size; ++_i829)
236010
                {
236979
                {
236011
                  ReturnOrderInfo _elem825; // required
236980
                  ReturnOrderInfo _elem830; // required
236012
                  _elem825 = new ReturnOrderInfo();
236981
                  _elem830 = new ReturnOrderInfo();
236013
                  _elem825.read(iprot);
236982
                  _elem830.read(iprot);
236014
                  this.success.add(_elem825);
236983
                  this.success.add(_elem830);
236015
                }
236984
                }
236016
                iprot.readListEnd();
236985
                iprot.readListEnd();
236017
              }
236986
              }
236018
            } else { 
236987
            } else { 
236019
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
236988
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 236033... Line 237002...
236033
 
237002
 
236034
      if (this.isSetSuccess()) {
237003
      if (this.isSetSuccess()) {
236035
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
237004
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
236036
        {
237005
        {
236037
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
237006
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
236038
          for (ReturnOrderInfo _iter826 : this.success)
237007
          for (ReturnOrderInfo _iter831 : this.success)
236039
          {
237008
          {
236040
            _iter826.write(oprot);
237009
            _iter831.write(oprot);
236041
          }
237010
          }
236042
          oprot.writeListEnd();
237011
          oprot.writeListEnd();
236043
        }
237012
        }
236044
        oprot.writeFieldEnd();
237013
        oprot.writeFieldEnd();
236045
      }
237014
      }
Line 236553... Line 237522...
236553
            }
237522
            }
236554
            break;
237523
            break;
236555
          case 2: // RETURN_ORDERS_MAP
237524
          case 2: // RETURN_ORDERS_MAP
236556
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
237525
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
236557
              {
237526
              {
236558
                org.apache.thrift.protocol.TMap _map827 = iprot.readMapBegin();
237527
                org.apache.thrift.protocol.TMap _map832 = iprot.readMapBegin();
236559
                this.returnOrdersMap = new HashMap<Long,Long>(2*_map827.size);
237528
                this.returnOrdersMap = new HashMap<Long,Long>(2*_map832.size);
236560
                for (int _i828 = 0; _i828 < _map827.size; ++_i828)
237529
                for (int _i833 = 0; _i833 < _map832.size; ++_i833)
236561
                {
237530
                {
236562
                  long _key829; // required
237531
                  long _key834; // required
236563
                  long _val830; // required
237532
                  long _val835; // required
236564
                  _key829 = iprot.readI64();
237533
                  _key834 = iprot.readI64();
236565
                  _val830 = iprot.readI64();
237534
                  _val835 = iprot.readI64();
236566
                  this.returnOrdersMap.put(_key829, _val830);
237535
                  this.returnOrdersMap.put(_key834, _val835);
236567
                }
237536
                }
236568
                iprot.readMapEnd();
237537
                iprot.readMapEnd();
236569
              }
237538
              }
236570
            } else { 
237539
            } else { 
236571
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
237540
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 236604... Line 237573...
236604
      oprot.writeFieldEnd();
237573
      oprot.writeFieldEnd();
236605
      if (this.returnOrdersMap != null) {
237574
      if (this.returnOrdersMap != null) {
236606
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
237575
        oprot.writeFieldBegin(RETURN_ORDERS_MAP_FIELD_DESC);
236607
        {
237576
        {
236608
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.returnOrdersMap.size()));
237577
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.returnOrdersMap.size()));
236609
          for (Map.Entry<Long, Long> _iter831 : this.returnOrdersMap.entrySet())
237578
          for (Map.Entry<Long, Long> _iter836 : this.returnOrdersMap.entrySet())
236610
          {
237579
          {
236611
            oprot.writeI64(_iter831.getKey());
237580
            oprot.writeI64(_iter836.getKey());
236612
            oprot.writeI64(_iter831.getValue());
237581
            oprot.writeI64(_iter836.getValue());
236613
          }
237582
          }
236614
          oprot.writeMapEnd();
237583
          oprot.writeMapEnd();
236615
        }
237584
        }
236616
        oprot.writeFieldEnd();
237585
        oprot.writeFieldEnd();
236617
      }
237586
      }
Line 238781... Line 239750...
238781
        }
239750
        }
238782
        switch (field.id) {
239751
        switch (field.id) {
238783
          case 0: // SUCCESS
239752
          case 0: // SUCCESS
238784
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
239753
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
238785
              {
239754
              {
238786
                org.apache.thrift.protocol.TList _list832 = iprot.readListBegin();
239755
                org.apache.thrift.protocol.TList _list837 = iprot.readListBegin();
238787
                this.success = new ArrayList<PendingStoreOrder>(_list832.size);
239756
                this.success = new ArrayList<PendingStoreOrder>(_list837.size);
238788
                for (int _i833 = 0; _i833 < _list832.size; ++_i833)
239757
                for (int _i838 = 0; _i838 < _list837.size; ++_i838)
238789
                {
239758
                {
238790
                  PendingStoreOrder _elem834; // required
239759
                  PendingStoreOrder _elem839; // required
238791
                  _elem834 = new PendingStoreOrder();
239760
                  _elem839 = new PendingStoreOrder();
238792
                  _elem834.read(iprot);
239761
                  _elem839.read(iprot);
238793
                  this.success.add(_elem834);
239762
                  this.success.add(_elem839);
238794
                }
239763
                }
238795
                iprot.readListEnd();
239764
                iprot.readListEnd();
238796
              }
239765
              }
238797
            } else { 
239766
            } else { 
238798
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
239767
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 238812... Line 239781...
238812
 
239781
 
238813
      if (this.isSetSuccess()) {
239782
      if (this.isSetSuccess()) {
238814
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
239783
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
238815
        {
239784
        {
238816
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
239785
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
238817
          for (PendingStoreOrder _iter835 : this.success)
239786
          for (PendingStoreOrder _iter840 : this.success)
238818
          {
239787
          {
238819
            _iter835.write(oprot);
239788
            _iter840.write(oprot);
238820
          }
239789
          }
238821
          oprot.writeListEnd();
239790
          oprot.writeListEnd();
238822
        }
239791
        }
238823
        oprot.writeFieldEnd();
239792
        oprot.writeFieldEnd();
238824
      }
239793
      }