Subversion Repositories SmartDukaan

Rev

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

Rev 4999 Rev 5031
Line 769... Line 769...
769
     */
769
     */
770
    public void updateOrdersAsPORaised(Map<Long,Long> itemIdQuantityMap, long purchaseOrderId, long warehouseId) throws TransactionServiceException, org.apache.thrift.TException;
770
    public void updateOrdersAsPORaised(Map<Long,Long> itemIdQuantityMap, long purchaseOrderId, long warehouseId) throws TransactionServiceException, org.apache.thrift.TException;
771
 
771
 
772
    public List<Order> getOrdersWhereVendorNotPaid(long vendorId) throws TransactionServiceException, org.apache.thrift.TException;
772
    public List<Order> getOrdersWhereVendorNotPaid(long vendorId) throws TransactionServiceException, org.apache.thrift.TException;
773
 
773
 
-
 
774
    public Map<Long,Long> getStatusDistributionOfOrders(long startDate, long endDate) throws TransactionServiceException, org.apache.thrift.TException;
-
 
775
 
774
  }
776
  }
775
 
777
 
776
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
778
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
777
 
779
 
778
    public void createTransaction(Transaction transaction, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.createTransaction_call> resultHandler) throws org.apache.thrift.TException;
780
    public void createTransaction(Transaction transaction, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.createTransaction_call> resultHandler) throws org.apache.thrift.TException;
Line 985... Line 987...
985
 
987
 
986
    public void updateOrdersAsPORaised(Map<Long,Long> itemIdQuantityMap, long purchaseOrderId, long warehouseId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateOrdersAsPORaised_call> resultHandler) throws org.apache.thrift.TException;
988
    public void updateOrdersAsPORaised(Map<Long,Long> itemIdQuantityMap, long purchaseOrderId, long warehouseId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateOrdersAsPORaised_call> resultHandler) throws org.apache.thrift.TException;
987
 
989
 
988
    public void getOrdersWhereVendorNotPaid(long vendorId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOrdersWhereVendorNotPaid_call> resultHandler) throws org.apache.thrift.TException;
990
    public void getOrdersWhereVendorNotPaid(long vendorId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOrdersWhereVendorNotPaid_call> resultHandler) throws org.apache.thrift.TException;
989
 
991
 
-
 
992
    public void getStatusDistributionOfOrders(long startDate, long endDate, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getStatusDistributionOfOrders_call> resultHandler) throws org.apache.thrift.TException;
-
 
993
 
990
  }
994
  }
991
 
995
 
992
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
996
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
993
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
997
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
994
      public Factory() {}
998
      public Factory() {}
Line 3713... Line 3717...
3713
        throw result.ex;
3717
        throw result.ex;
3714
      }
3718
      }
3715
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOrdersWhereVendorNotPaid failed: unknown result");
3719
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOrdersWhereVendorNotPaid failed: unknown result");
3716
    }
3720
    }
3717
 
3721
 
-
 
3722
    public Map<Long,Long> getStatusDistributionOfOrders(long startDate, long endDate) throws TransactionServiceException, org.apache.thrift.TException
-
 
3723
    {
-
 
3724
      send_getStatusDistributionOfOrders(startDate, endDate);
-
 
3725
      return recv_getStatusDistributionOfOrders();
-
 
3726
    }
-
 
3727
 
-
 
3728
    public void send_getStatusDistributionOfOrders(long startDate, long endDate) throws org.apache.thrift.TException
-
 
3729
    {
-
 
3730
      getStatusDistributionOfOrders_args args = new getStatusDistributionOfOrders_args();
-
 
3731
      args.setStartDate(startDate);
-
 
3732
      args.setEndDate(endDate);
-
 
3733
      sendBase("getStatusDistributionOfOrders", args);
-
 
3734
    }
-
 
3735
 
-
 
3736
    public Map<Long,Long> recv_getStatusDistributionOfOrders() throws TransactionServiceException, org.apache.thrift.TException
-
 
3737
    {
-
 
3738
      getStatusDistributionOfOrders_result result = new getStatusDistributionOfOrders_result();
-
 
3739
      receiveBase(result, "getStatusDistributionOfOrders");
-
 
3740
      if (result.isSetSuccess()) {
-
 
3741
        return result.success;
-
 
3742
      }
-
 
3743
      if (result.ex != null) {
-
 
3744
        throw result.ex;
-
 
3745
      }
-
 
3746
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getStatusDistributionOfOrders failed: unknown result");
-
 
3747
    }
-
 
3748
 
3718
  }
3749
  }
3719
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
3750
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
3720
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
3751
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
3721
      private org.apache.thrift.async.TAsyncClientManager clientManager;
3752
      private org.apache.thrift.async.TAsyncClientManager clientManager;
3722
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
3753
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
Line 7441... Line 7472...
7441
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
7472
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
7442
        return (new Client(prot)).recv_getOrdersWhereVendorNotPaid();
7473
        return (new Client(prot)).recv_getOrdersWhereVendorNotPaid();
7443
      }
7474
      }
7444
    }
7475
    }
7445
 
7476
 
-
 
7477
    public void getStatusDistributionOfOrders(long startDate, long endDate, org.apache.thrift.async.AsyncMethodCallback<getStatusDistributionOfOrders_call> resultHandler) throws org.apache.thrift.TException {
-
 
7478
      checkReady();
-
 
7479
      getStatusDistributionOfOrders_call method_call = new getStatusDistributionOfOrders_call(startDate, endDate, resultHandler, this, ___protocolFactory, ___transport);
-
 
7480
      this.___currentMethod = method_call;
-
 
7481
      ___manager.call(method_call);
-
 
7482
    }
-
 
7483
 
-
 
7484
    public static class getStatusDistributionOfOrders_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
7485
      private long startDate;
-
 
7486
      private long endDate;
-
 
7487
      public getStatusDistributionOfOrders_call(long startDate, long endDate, org.apache.thrift.async.AsyncMethodCallback<getStatusDistributionOfOrders_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 {
-
 
7488
        super(client, protocolFactory, transport, resultHandler, false);
-
 
7489
        this.startDate = startDate;
-
 
7490
        this.endDate = endDate;
-
 
7491
      }
-
 
7492
 
-
 
7493
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
7494
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getStatusDistributionOfOrders", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
7495
        getStatusDistributionOfOrders_args args = new getStatusDistributionOfOrders_args();
-
 
7496
        args.setStartDate(startDate);
-
 
7497
        args.setEndDate(endDate);
-
 
7498
        args.write(prot);
-
 
7499
        prot.writeMessageEnd();
-
 
7500
      }
-
 
7501
 
-
 
7502
      public Map<Long,Long> getResult() throws TransactionServiceException, org.apache.thrift.TException {
-
 
7503
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
7504
          throw new IllegalStateException("Method call not finished!");
-
 
7505
        }
-
 
7506
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
7507
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
7508
        return (new Client(prot)).recv_getStatusDistributionOfOrders();
-
 
7509
      }
-
 
7510
    }
-
 
7511
 
7446
  }
7512
  }
7447
 
7513
 
7448
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
7514
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
7449
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
7515
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
7450
    public Processor(I iface) {
7516
    public Processor(I iface) {
Line 7560... Line 7626...
7560
      processMap.put("getEBSSettlementDate", new getEBSSettlementDate());
7626
      processMap.put("getEBSSettlementDate", new getEBSSettlementDate());
7561
      processMap.put("getSettlementsByDate", new getSettlementsByDate());
7627
      processMap.put("getSettlementsByDate", new getSettlementsByDate());
7562
      processMap.put("getReshippedOrderIds", new getReshippedOrderIds());
7628
      processMap.put("getReshippedOrderIds", new getReshippedOrderIds());
7563
      processMap.put("updateOrdersAsPORaised", new updateOrdersAsPORaised());
7629
      processMap.put("updateOrdersAsPORaised", new updateOrdersAsPORaised());
7564
      processMap.put("getOrdersWhereVendorNotPaid", new getOrdersWhereVendorNotPaid());
7630
      processMap.put("getOrdersWhereVendorNotPaid", new getOrdersWhereVendorNotPaid());
-
 
7631
      processMap.put("getStatusDistributionOfOrders", new getStatusDistributionOfOrders());
7565
      return processMap;
7632
      return processMap;
7566
    }
7633
    }
7567
 
7634
 
7568
    private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
7635
    private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
7569
      public createTransaction() {
7636
      public createTransaction() {
Line 9620... Line 9687...
9620
        }
9687
        }
9621
        return result;
9688
        return result;
9622
      }
9689
      }
9623
    }
9690
    }
9624
 
9691
 
-
 
9692
    private static class getStatusDistributionOfOrders<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getStatusDistributionOfOrders_args> {
-
 
9693
      public getStatusDistributionOfOrders() {
-
 
9694
        super("getStatusDistributionOfOrders");
-
 
9695
      }
-
 
9696
 
-
 
9697
      protected getStatusDistributionOfOrders_args getEmptyArgsInstance() {
-
 
9698
        return new getStatusDistributionOfOrders_args();
-
 
9699
      }
-
 
9700
 
-
 
9701
      protected getStatusDistributionOfOrders_result getResult(I iface, getStatusDistributionOfOrders_args args) throws org.apache.thrift.TException {
-
 
9702
        getStatusDistributionOfOrders_result result = new getStatusDistributionOfOrders_result();
-
 
9703
        try {
-
 
9704
          result.success = iface.getStatusDistributionOfOrders(args.startDate, args.endDate);
-
 
9705
        } catch (TransactionServiceException ex) {
-
 
9706
          result.ex = ex;
-
 
9707
        }
-
 
9708
        return result;
-
 
9709
      }
-
 
9710
    }
-
 
9711
 
9625
  }
9712
  }
9626
 
9713
 
9627
  public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable   {
9714
  public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable   {
9628
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
9715
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
9629
 
9716
 
Line 11852... Line 11939...
11852
        }
11939
        }
11853
        switch (field.id) {
11940
        switch (field.id) {
11854
          case 0: // SUCCESS
11941
          case 0: // SUCCESS
11855
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
11942
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
11856
              {
11943
              {
11857
                org.apache.thrift.protocol.TList _list32 = iprot.readListBegin();
11944
                org.apache.thrift.protocol.TList _list36 = iprot.readListBegin();
11858
                this.success = new ArrayList<Transaction>(_list32.size);
11945
                this.success = new ArrayList<Transaction>(_list36.size);
11859
                for (int _i33 = 0; _i33 < _list32.size; ++_i33)
11946
                for (int _i37 = 0; _i37 < _list36.size; ++_i37)
11860
                {
11947
                {
11861
                  Transaction _elem34; // required
11948
                  Transaction _elem38; // required
11862
                  _elem34 = new Transaction();
11949
                  _elem38 = new Transaction();
11863
                  _elem34.read(iprot);
11950
                  _elem38.read(iprot);
11864
                  this.success.add(_elem34);
11951
                  this.success.add(_elem38);
11865
                }
11952
                }
11866
                iprot.readListEnd();
11953
                iprot.readListEnd();
11867
              }
11954
              }
11868
            } else { 
11955
            } else { 
11869
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
11956
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 11891... Line 11978...
11891
 
11978
 
11892
      if (this.isSetSuccess()) {
11979
      if (this.isSetSuccess()) {
11893
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
11980
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
11894
        {
11981
        {
11895
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
11982
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
11896
          for (Transaction _iter35 : this.success)
11983
          for (Transaction _iter39 : this.success)
11897
          {
11984
          {
11898
            _iter35.write(oprot);
11985
            _iter39.write(oprot);
11899
          }
11986
          }
11900
          oprot.writeListEnd();
11987
          oprot.writeListEnd();
11901
        }
11988
        }
11902
        oprot.writeFieldEnd();
11989
        oprot.writeFieldEnd();
11903
      } else if (this.isSetEx()) {
11990
      } else if (this.isSetEx()) {
Line 12565... Line 12652...
12565
        }
12652
        }
12566
        switch (field.id) {
12653
        switch (field.id) {
12567
          case 0: // SUCCESS
12654
          case 0: // SUCCESS
12568
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
12655
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
12569
              {
12656
              {
12570
                org.apache.thrift.protocol.TList _list36 = iprot.readListBegin();
12657
                org.apache.thrift.protocol.TList _list40 = iprot.readListBegin();
12571
                this.success = new ArrayList<Transaction>(_list36.size);
12658
                this.success = new ArrayList<Transaction>(_list40.size);
12572
                for (int _i37 = 0; _i37 < _list36.size; ++_i37)
12659
                for (int _i41 = 0; _i41 < _list40.size; ++_i41)
12573
                {
12660
                {
12574
                  Transaction _elem38; // required
12661
                  Transaction _elem42; // required
12575
                  _elem38 = new Transaction();
12662
                  _elem42 = new Transaction();
12576
                  _elem38.read(iprot);
12663
                  _elem42.read(iprot);
12577
                  this.success.add(_elem38);
12664
                  this.success.add(_elem42);
12578
                }
12665
                }
12579
                iprot.readListEnd();
12666
                iprot.readListEnd();
12580
              }
12667
              }
12581
            } else { 
12668
            } else { 
12582
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
12669
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 12604... Line 12691...
12604
 
12691
 
12605
      if (this.isSetSuccess()) {
12692
      if (this.isSetSuccess()) {
12606
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
12693
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
12607
        {
12694
        {
12608
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
12695
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
12609
          for (Transaction _iter39 : this.success)
12696
          for (Transaction _iter43 : this.success)
12610
          {
12697
          {
12611
            _iter39.write(oprot);
12698
            _iter43.write(oprot);
12612
          }
12699
          }
12613
          oprot.writeListEnd();
12700
          oprot.writeListEnd();
12614
        }
12701
        }
12615
        oprot.writeFieldEnd();
12702
        oprot.writeFieldEnd();
12616
      } else if (this.isSetEx()) {
12703
      } else if (this.isSetEx()) {
Line 15348... Line 15435...
15348
        }
15435
        }
15349
        switch (field.id) {
15436
        switch (field.id) {
15350
          case 1: // STATUSES
15437
          case 1: // STATUSES
15351
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
15438
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
15352
              {
15439
              {
15353
                org.apache.thrift.protocol.TList _list40 = iprot.readListBegin();
15440
                org.apache.thrift.protocol.TList _list44 = iprot.readListBegin();
15354
                this.statuses = new ArrayList<OrderStatus>(_list40.size);
15441
                this.statuses = new ArrayList<OrderStatus>(_list44.size);
15355
                for (int _i41 = 0; _i41 < _list40.size; ++_i41)
15442
                for (int _i45 = 0; _i45 < _list44.size; ++_i45)
15356
                {
15443
                {
15357
                  OrderStatus _elem42; // required
15444
                  OrderStatus _elem46; // required
15358
                  _elem42 = OrderStatus.findByValue(iprot.readI32());
15445
                  _elem46 = OrderStatus.findByValue(iprot.readI32());
15359
                  this.statuses.add(_elem42);
15446
                  this.statuses.add(_elem46);
15360
                }
15447
                }
15361
                iprot.readListEnd();
15448
                iprot.readListEnd();
15362
              }
15449
              }
15363
            } else { 
15450
            } else { 
15364
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
15451
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 15403... Line 15490...
15403
      oprot.writeStructBegin(STRUCT_DESC);
15490
      oprot.writeStructBegin(STRUCT_DESC);
15404
      if (this.statuses != null) {
15491
      if (this.statuses != null) {
15405
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
15492
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
15406
        {
15493
        {
15407
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
15494
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
15408
          for (OrderStatus _iter43 : this.statuses)
15495
          for (OrderStatus _iter47 : this.statuses)
15409
          {
15496
          {
15410
            oprot.writeI32(_iter43.getValue());
15497
            oprot.writeI32(_iter47.getValue());
15411
          }
15498
          }
15412
          oprot.writeListEnd();
15499
          oprot.writeListEnd();
15413
        }
15500
        }
15414
        oprot.writeFieldEnd();
15501
        oprot.writeFieldEnd();
15415
      }
15502
      }
Line 15794... Line 15881...
15794
        }
15881
        }
15795
        switch (field.id) {
15882
        switch (field.id) {
15796
          case 0: // SUCCESS
15883
          case 0: // SUCCESS
15797
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
15884
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
15798
              {
15885
              {
15799
                org.apache.thrift.protocol.TList _list44 = iprot.readListBegin();
15886
                org.apache.thrift.protocol.TList _list48 = iprot.readListBegin();
15800
                this.success = new ArrayList<Order>(_list44.size);
15887
                this.success = new ArrayList<Order>(_list48.size);
15801
                for (int _i45 = 0; _i45 < _list44.size; ++_i45)
15888
                for (int _i49 = 0; _i49 < _list48.size; ++_i49)
15802
                {
15889
                {
15803
                  Order _elem46; // required
15890
                  Order _elem50; // required
15804
                  _elem46 = new Order();
15891
                  _elem50 = new Order();
15805
                  _elem46.read(iprot);
15892
                  _elem50.read(iprot);
15806
                  this.success.add(_elem46);
15893
                  this.success.add(_elem50);
15807
                }
15894
                }
15808
                iprot.readListEnd();
15895
                iprot.readListEnd();
15809
              }
15896
              }
15810
            } else { 
15897
            } else { 
15811
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
15898
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 15833... Line 15920...
15833
 
15920
 
15834
      if (this.isSetSuccess()) {
15921
      if (this.isSetSuccess()) {
15835
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
15922
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
15836
        {
15923
        {
15837
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
15924
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
15838
          for (Order _iter47 : this.success)
15925
          for (Order _iter51 : this.success)
15839
          {
15926
          {
15840
            _iter47.write(oprot);
15927
            _iter51.write(oprot);
15841
          }
15928
          }
15842
          oprot.writeListEnd();
15929
          oprot.writeListEnd();
15843
        }
15930
        }
15844
        oprot.writeFieldEnd();
15931
        oprot.writeFieldEnd();
15845
      } else if (this.isSetEx()) {
15932
      } else if (this.isSetEx()) {
Line 16352... Line 16439...
16352
        }
16439
        }
16353
        switch (field.id) {
16440
        switch (field.id) {
16354
          case 1: // STATUSES
16441
          case 1: // STATUSES
16355
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
16442
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
16356
              {
16443
              {
16357
                org.apache.thrift.protocol.TList _list48 = iprot.readListBegin();
16444
                org.apache.thrift.protocol.TList _list52 = iprot.readListBegin();
16358
                this.statuses = new ArrayList<OrderStatus>(_list48.size);
16445
                this.statuses = new ArrayList<OrderStatus>(_list52.size);
16359
                for (int _i49 = 0; _i49 < _list48.size; ++_i49)
16446
                for (int _i53 = 0; _i53 < _list52.size; ++_i53)
16360
                {
16447
                {
16361
                  OrderStatus _elem50; // required
16448
                  OrderStatus _elem54; // required
16362
                  _elem50 = OrderStatus.findByValue(iprot.readI32());
16449
                  _elem54 = OrderStatus.findByValue(iprot.readI32());
16363
                  this.statuses.add(_elem50);
16450
                  this.statuses.add(_elem54);
16364
                }
16451
                }
16365
                iprot.readListEnd();
16452
                iprot.readListEnd();
16366
              }
16453
              }
16367
            } else { 
16454
            } else { 
16368
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
16455
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 16407... Line 16494...
16407
      oprot.writeStructBegin(STRUCT_DESC);
16494
      oprot.writeStructBegin(STRUCT_DESC);
16408
      if (this.statuses != null) {
16495
      if (this.statuses != null) {
16409
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
16496
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
16410
        {
16497
        {
16411
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
16498
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
16412
          for (OrderStatus _iter51 : this.statuses)
16499
          for (OrderStatus _iter55 : this.statuses)
16413
          {
16500
          {
16414
            oprot.writeI32(_iter51.getValue());
16501
            oprot.writeI32(_iter55.getValue());
16415
          }
16502
          }
16416
          oprot.writeListEnd();
16503
          oprot.writeListEnd();
16417
        }
16504
        }
16418
        oprot.writeFieldEnd();
16505
        oprot.writeFieldEnd();
16419
      }
16506
      }
Line 16796... Line 16883...
16796
        }
16883
        }
16797
        switch (field.id) {
16884
        switch (field.id) {
16798
          case 0: // SUCCESS
16885
          case 0: // SUCCESS
16799
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
16886
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
16800
              {
16887
              {
16801
                org.apache.thrift.protocol.TList _list52 = iprot.readListBegin();
16888
                org.apache.thrift.protocol.TList _list56 = iprot.readListBegin();
16802
                this.success = new ArrayList<Order>(_list52.size);
16889
                this.success = new ArrayList<Order>(_list56.size);
16803
                for (int _i53 = 0; _i53 < _list52.size; ++_i53)
16890
                for (int _i57 = 0; _i57 < _list56.size; ++_i57)
16804
                {
16891
                {
16805
                  Order _elem54; // required
16892
                  Order _elem58; // required
16806
                  _elem54 = new Order();
16893
                  _elem58 = new Order();
16807
                  _elem54.read(iprot);
16894
                  _elem58.read(iprot);
16808
                  this.success.add(_elem54);
16895
                  this.success.add(_elem58);
16809
                }
16896
                }
16810
                iprot.readListEnd();
16897
                iprot.readListEnd();
16811
              }
16898
              }
16812
            } else { 
16899
            } else { 
16813
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
16900
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 16835... Line 16922...
16835
 
16922
 
16836
      if (this.isSetSuccess()) {
16923
      if (this.isSetSuccess()) {
16837
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
16924
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
16838
        {
16925
        {
16839
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
16926
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
16840
          for (Order _iter55 : this.success)
16927
          for (Order _iter59 : this.success)
16841
          {
16928
          {
16842
            _iter55.write(oprot);
16929
            _iter59.write(oprot);
16843
          }
16930
          }
16844
          oprot.writeListEnd();
16931
          oprot.writeListEnd();
16845
        }
16932
        }
16846
        oprot.writeFieldEnd();
16933
        oprot.writeFieldEnd();
16847
      } else if (this.isSetEx()) {
16934
      } else if (this.isSetEx()) {
Line 17218... Line 17305...
17218
        }
17305
        }
17219
        switch (field.id) {
17306
        switch (field.id) {
17220
          case 1: // STATUSES
17307
          case 1: // STATUSES
17221
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
17308
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
17222
              {
17309
              {
17223
                org.apache.thrift.protocol.TList _list56 = iprot.readListBegin();
17310
                org.apache.thrift.protocol.TList _list60 = iprot.readListBegin();
17224
                this.statuses = new ArrayList<OrderStatus>(_list56.size);
17311
                this.statuses = new ArrayList<OrderStatus>(_list60.size);
17225
                for (int _i57 = 0; _i57 < _list56.size; ++_i57)
17312
                for (int _i61 = 0; _i61 < _list60.size; ++_i61)
17226
                {
17313
                {
17227
                  OrderStatus _elem58; // required
17314
                  OrderStatus _elem62; // required
17228
                  _elem58 = OrderStatus.findByValue(iprot.readI32());
17315
                  _elem62 = OrderStatus.findByValue(iprot.readI32());
17229
                  this.statuses.add(_elem58);
17316
                  this.statuses.add(_elem62);
17230
                }
17317
                }
17231
                iprot.readListEnd();
17318
                iprot.readListEnd();
17232
              }
17319
              }
17233
            } else { 
17320
            } else { 
17234
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
17321
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 17257... Line 17344...
17257
      oprot.writeStructBegin(STRUCT_DESC);
17344
      oprot.writeStructBegin(STRUCT_DESC);
17258
      if (this.statuses != null) {
17345
      if (this.statuses != null) {
17259
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
17346
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
17260
        {
17347
        {
17261
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
17348
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
17262
          for (OrderStatus _iter59 : this.statuses)
17349
          for (OrderStatus _iter63 : this.statuses)
17263
          {
17350
          {
17264
            oprot.writeI32(_iter59.getValue());
17351
            oprot.writeI32(_iter63.getValue());
17265
          }
17352
          }
17266
          oprot.writeListEnd();
17353
          oprot.writeListEnd();
17267
        }
17354
        }
17268
        oprot.writeFieldEnd();
17355
        oprot.writeFieldEnd();
17269
      }
17356
      }
Line 18573... Line 18660...
18573
        }
18660
        }
18574
        switch (field.id) {
18661
        switch (field.id) {
18575
          case 0: // SUCCESS
18662
          case 0: // SUCCESS
18576
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
18663
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
18577
              {
18664
              {
18578
                org.apache.thrift.protocol.TList _list60 = iprot.readListBegin();
18665
                org.apache.thrift.protocol.TList _list64 = iprot.readListBegin();
18579
                this.success = new ArrayList<Order>(_list60.size);
18666
                this.success = new ArrayList<Order>(_list64.size);
18580
                for (int _i61 = 0; _i61 < _list60.size; ++_i61)
18667
                for (int _i65 = 0; _i65 < _list64.size; ++_i65)
18581
                {
18668
                {
18582
                  Order _elem62; // required
18669
                  Order _elem66; // required
18583
                  _elem62 = new Order();
18670
                  _elem66 = new Order();
18584
                  _elem62.read(iprot);
18671
                  _elem66.read(iprot);
18585
                  this.success.add(_elem62);
18672
                  this.success.add(_elem66);
18586
                }
18673
                }
18587
                iprot.readListEnd();
18674
                iprot.readListEnd();
18588
              }
18675
              }
18589
            } else { 
18676
            } else { 
18590
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
18677
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 18612... Line 18699...
18612
 
18699
 
18613
      if (this.isSetSuccess()) {
18700
      if (this.isSetSuccess()) {
18614
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
18701
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
18615
        {
18702
        {
18616
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
18703
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
18617
          for (Order _iter63 : this.success)
18704
          for (Order _iter67 : this.success)
18618
          {
18705
          {
18619
            _iter63.write(oprot);
18706
            _iter67.write(oprot);
18620
          }
18707
          }
18621
          oprot.writeListEnd();
18708
          oprot.writeListEnd();
18622
        }
18709
        }
18623
        oprot.writeFieldEnd();
18710
        oprot.writeFieldEnd();
18624
      } else if (this.isSetEx()) {
18711
      } else if (this.isSetEx()) {
Line 19616... Line 19703...
19616
        }
19703
        }
19617
        switch (field.id) {
19704
        switch (field.id) {
19618
          case 0: // SUCCESS
19705
          case 0: // SUCCESS
19619
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
19706
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
19620
              {
19707
              {
19621
                org.apache.thrift.protocol.TList _list64 = iprot.readListBegin();
19708
                org.apache.thrift.protocol.TList _list68 = iprot.readListBegin();
19622
                this.success = new ArrayList<Order>(_list64.size);
19709
                this.success = new ArrayList<Order>(_list68.size);
19623
                for (int _i65 = 0; _i65 < _list64.size; ++_i65)
19710
                for (int _i69 = 0; _i69 < _list68.size; ++_i69)
19624
                {
19711
                {
19625
                  Order _elem66; // required
19712
                  Order _elem70; // required
19626
                  _elem66 = new Order();
19713
                  _elem70 = new Order();
19627
                  _elem66.read(iprot);
19714
                  _elem70.read(iprot);
19628
                  this.success.add(_elem66);
19715
                  this.success.add(_elem70);
19629
                }
19716
                }
19630
                iprot.readListEnd();
19717
                iprot.readListEnd();
19631
              }
19718
              }
19632
            } else { 
19719
            } else { 
19633
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
19720
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 19655... Line 19742...
19655
 
19742
 
19656
      if (this.isSetSuccess()) {
19743
      if (this.isSetSuccess()) {
19657
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
19744
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
19658
        {
19745
        {
19659
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
19746
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
19660
          for (Order _iter67 : this.success)
19747
          for (Order _iter71 : this.success)
19661
          {
19748
          {
19662
            _iter67.write(oprot);
19749
            _iter71.write(oprot);
19663
          }
19750
          }
19664
          oprot.writeListEnd();
19751
          oprot.writeListEnd();
19665
        }
19752
        }
19666
        oprot.writeFieldEnd();
19753
        oprot.writeFieldEnd();
19667
      } else if (this.isSetEx()) {
19754
      } else if (this.isSetEx()) {
Line 20412... Line 20499...
20412
        }
20499
        }
20413
        switch (field.id) {
20500
        switch (field.id) {
20414
          case 0: // SUCCESS
20501
          case 0: // SUCCESS
20415
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
20502
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
20416
              {
20503
              {
20417
                org.apache.thrift.protocol.TList _list68 = iprot.readListBegin();
20504
                org.apache.thrift.protocol.TList _list72 = iprot.readListBegin();
20418
                this.success = new ArrayList<Long>(_list68.size);
20505
                this.success = new ArrayList<Long>(_list72.size);
20419
                for (int _i69 = 0; _i69 < _list68.size; ++_i69)
20506
                for (int _i73 = 0; _i73 < _list72.size; ++_i73)
20420
                {
20507
                {
20421
                  long _elem70; // required
20508
                  long _elem74; // required
20422
                  _elem70 = iprot.readI64();
20509
                  _elem74 = iprot.readI64();
20423
                  this.success.add(_elem70);
20510
                  this.success.add(_elem74);
20424
                }
20511
                }
20425
                iprot.readListEnd();
20512
                iprot.readListEnd();
20426
              }
20513
              }
20427
            } else { 
20514
            } else { 
20428
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
20515
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 20450... Line 20537...
20450
 
20537
 
20451
      if (this.isSetSuccess()) {
20538
      if (this.isSetSuccess()) {
20452
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
20539
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
20453
        {
20540
        {
20454
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
20541
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
20455
          for (long _iter71 : this.success)
20542
          for (long _iter75 : this.success)
20456
          {
20543
          {
20457
            oprot.writeI64(_iter71);
20544
            oprot.writeI64(_iter75);
20458
          }
20545
          }
20459
          oprot.writeListEnd();
20546
          oprot.writeListEnd();
20460
        }
20547
        }
20461
        oprot.writeFieldEnd();
20548
        oprot.writeFieldEnd();
20462
      } else if (this.isSetEx()) {
20549
      } else if (this.isSetEx()) {
Line 21207... Line 21294...
21207
        }
21294
        }
21208
        switch (field.id) {
21295
        switch (field.id) {
21209
          case 0: // SUCCESS
21296
          case 0: // SUCCESS
21210
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
21297
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
21211
              {
21298
              {
21212
                org.apache.thrift.protocol.TList _list72 = iprot.readListBegin();
21299
                org.apache.thrift.protocol.TList _list76 = iprot.readListBegin();
21213
                this.success = new ArrayList<Long>(_list72.size);
21300
                this.success = new ArrayList<Long>(_list76.size);
21214
                for (int _i73 = 0; _i73 < _list72.size; ++_i73)
21301
                for (int _i77 = 0; _i77 < _list76.size; ++_i77)
21215
                {
21302
                {
21216
                  long _elem74; // required
21303
                  long _elem78; // required
21217
                  _elem74 = iprot.readI64();
21304
                  _elem78 = iprot.readI64();
21218
                  this.success.add(_elem74);
21305
                  this.success.add(_elem78);
21219
                }
21306
                }
21220
                iprot.readListEnd();
21307
                iprot.readListEnd();
21221
              }
21308
              }
21222
            } else { 
21309
            } else { 
21223
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
21310
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 21245... Line 21332...
21245
 
21332
 
21246
      if (this.isSetSuccess()) {
21333
      if (this.isSetSuccess()) {
21247
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
21334
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
21248
        {
21335
        {
21249
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
21336
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
21250
          for (long _iter75 : this.success)
21337
          for (long _iter79 : this.success)
21251
          {
21338
          {
21252
            oprot.writeI64(_iter75);
21339
            oprot.writeI64(_iter79);
21253
          }
21340
          }
21254
          oprot.writeListEnd();
21341
          oprot.writeListEnd();
21255
        }
21342
        }
21256
        oprot.writeFieldEnd();
21343
        oprot.writeFieldEnd();
21257
      } else if (this.isSetEx()) {
21344
      } else if (this.isSetEx()) {
Line 22863... Line 22950...
22863
        }
22950
        }
22864
        switch (field.id) {
22951
        switch (field.id) {
22865
          case 0: // SUCCESS
22952
          case 0: // SUCCESS
22866
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
22953
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
22867
              {
22954
              {
22868
                org.apache.thrift.protocol.TList _list76 = iprot.readListBegin();
22955
                org.apache.thrift.protocol.TList _list80 = iprot.readListBegin();
22869
                this.success = new ArrayList<Order>(_list76.size);
22956
                this.success = new ArrayList<Order>(_list80.size);
22870
                for (int _i77 = 0; _i77 < _list76.size; ++_i77)
22957
                for (int _i81 = 0; _i81 < _list80.size; ++_i81)
22871
                {
22958
                {
22872
                  Order _elem78; // required
22959
                  Order _elem82; // required
22873
                  _elem78 = new Order();
22960
                  _elem82 = new Order();
22874
                  _elem78.read(iprot);
22961
                  _elem82.read(iprot);
22875
                  this.success.add(_elem78);
22962
                  this.success.add(_elem82);
22876
                }
22963
                }
22877
                iprot.readListEnd();
22964
                iprot.readListEnd();
22878
              }
22965
              }
22879
            } else { 
22966
            } else { 
22880
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
22967
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 22902... Line 22989...
22902
 
22989
 
22903
      if (this.isSetSuccess()) {
22990
      if (this.isSetSuccess()) {
22904
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
22991
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
22905
        {
22992
        {
22906
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
22993
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
22907
          for (Order _iter79 : this.success)
22994
          for (Order _iter83 : this.success)
22908
          {
22995
          {
22909
            _iter79.write(oprot);
22996
            _iter83.write(oprot);
22910
          }
22997
          }
22911
          oprot.writeListEnd();
22998
          oprot.writeListEnd();
22912
        }
22999
        }
22913
        oprot.writeFieldEnd();
23000
        oprot.writeFieldEnd();
22914
      } else if (this.isSetEx()) {
23001
      } else if (this.isSetEx()) {
Line 23445... Line 23532...
23445
            }
23532
            }
23446
            break;
23533
            break;
23447
          case 4: // STATUSES
23534
          case 4: // STATUSES
23448
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
23535
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
23449
              {
23536
              {
23450
                org.apache.thrift.protocol.TList _list80 = iprot.readListBegin();
23537
                org.apache.thrift.protocol.TList _list84 = iprot.readListBegin();
23451
                this.statuses = new ArrayList<OrderStatus>(_list80.size);
23538
                this.statuses = new ArrayList<OrderStatus>(_list84.size);
23452
                for (int _i81 = 0; _i81 < _list80.size; ++_i81)
23539
                for (int _i85 = 0; _i85 < _list84.size; ++_i85)
23453
                {
23540
                {
23454
                  OrderStatus _elem82; // required
23541
                  OrderStatus _elem86; // required
23455
                  _elem82 = OrderStatus.findByValue(iprot.readI32());
23542
                  _elem86 = OrderStatus.findByValue(iprot.readI32());
23456
                  this.statuses.add(_elem82);
23543
                  this.statuses.add(_elem86);
23457
                }
23544
                }
23458
                iprot.readListEnd();
23545
                iprot.readListEnd();
23459
              }
23546
              }
23460
            } else { 
23547
            } else { 
23461
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
23548
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 23485... Line 23572...
23485
      oprot.writeFieldEnd();
23572
      oprot.writeFieldEnd();
23486
      if (this.statuses != null) {
23573
      if (this.statuses != null) {
23487
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
23574
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
23488
        {
23575
        {
23489
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
23576
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
23490
          for (OrderStatus _iter83 : this.statuses)
23577
          for (OrderStatus _iter87 : this.statuses)
23491
          {
23578
          {
23492
            oprot.writeI32(_iter83.getValue());
23579
            oprot.writeI32(_iter87.getValue());
23493
          }
23580
          }
23494
          oprot.writeListEnd();
23581
          oprot.writeListEnd();
23495
        }
23582
        }
23496
        oprot.writeFieldEnd();
23583
        oprot.writeFieldEnd();
23497
      }
23584
      }
Line 23865... Line 23952...
23865
        }
23952
        }
23866
        switch (field.id) {
23953
        switch (field.id) {
23867
          case 0: // SUCCESS
23954
          case 0: // SUCCESS
23868
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
23955
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
23869
              {
23956
              {
23870
                org.apache.thrift.protocol.TList _list84 = iprot.readListBegin();
23957
                org.apache.thrift.protocol.TList _list88 = iprot.readListBegin();
23871
                this.success = new ArrayList<Order>(_list84.size);
23958
                this.success = new ArrayList<Order>(_list88.size);
23872
                for (int _i85 = 0; _i85 < _list84.size; ++_i85)
23959
                for (int _i89 = 0; _i89 < _list88.size; ++_i89)
23873
                {
23960
                {
23874
                  Order _elem86; // required
23961
                  Order _elem90; // required
23875
                  _elem86 = new Order();
23962
                  _elem90 = new Order();
23876
                  _elem86.read(iprot);
23963
                  _elem90.read(iprot);
23877
                  this.success.add(_elem86);
23964
                  this.success.add(_elem90);
23878
                }
23965
                }
23879
                iprot.readListEnd();
23966
                iprot.readListEnd();
23880
              }
23967
              }
23881
            } else { 
23968
            } else { 
23882
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
23969
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 23904... Line 23991...
23904
 
23991
 
23905
      if (this.isSetSuccess()) {
23992
      if (this.isSetSuccess()) {
23906
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
23993
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
23907
        {
23994
        {
23908
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
23995
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
23909
          for (Order _iter87 : this.success)
23996
          for (Order _iter91 : this.success)
23910
          {
23997
          {
23911
            _iter87.write(oprot);
23998
            _iter91.write(oprot);
23912
          }
23999
          }
23913
          oprot.writeListEnd();
24000
          oprot.writeListEnd();
23914
        }
24001
        }
23915
        oprot.writeFieldEnd();
24002
        oprot.writeFieldEnd();
23916
      } else if (this.isSetEx()) {
24003
      } else if (this.isSetEx()) {
Line 25930... Line 26017...
25930
        }
26017
        }
25931
        switch (field.id) {
26018
        switch (field.id) {
25932
          case 0: // SUCCESS
26019
          case 0: // SUCCESS
25933
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26020
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
25934
              {
26021
              {
25935
                org.apache.thrift.protocol.TList _list88 = iprot.readListBegin();
26022
                org.apache.thrift.protocol.TList _list92 = iprot.readListBegin();
25936
                this.success = new ArrayList<LineItem>(_list88.size);
26023
                this.success = new ArrayList<LineItem>(_list92.size);
25937
                for (int _i89 = 0; _i89 < _list88.size; ++_i89)
26024
                for (int _i93 = 0; _i93 < _list92.size; ++_i93)
25938
                {
26025
                {
25939
                  LineItem _elem90; // required
26026
                  LineItem _elem94; // required
25940
                  _elem90 = new LineItem();
26027
                  _elem94 = new LineItem();
25941
                  _elem90.read(iprot);
26028
                  _elem94.read(iprot);
25942
                  this.success.add(_elem90);
26029
                  this.success.add(_elem94);
25943
                }
26030
                }
25944
                iprot.readListEnd();
26031
                iprot.readListEnd();
25945
              }
26032
              }
25946
            } else { 
26033
            } else { 
25947
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
26034
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 25969... Line 26056...
25969
 
26056
 
25970
      if (this.isSetSuccess()) {
26057
      if (this.isSetSuccess()) {
25971
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
26058
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
25972
        {
26059
        {
25973
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
26060
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
25974
          for (LineItem _iter91 : this.success)
26061
          for (LineItem _iter95 : this.success)
25975
          {
26062
          {
25976
            _iter91.write(oprot);
26063
            _iter95.write(oprot);
25977
          }
26064
          }
25978
          oprot.writeListEnd();
26065
          oprot.writeListEnd();
25979
        }
26066
        }
25980
        oprot.writeFieldEnd();
26067
        oprot.writeFieldEnd();
25981
      } else if (this.isSetEx()) {
26068
      } else if (this.isSetEx()) {
Line 26281... Line 26368...
26281
        }
26368
        }
26282
        switch (field.id) {
26369
        switch (field.id) {
26283
          case 1: // ORDER_IDS
26370
          case 1: // ORDER_IDS
26284
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26371
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26285
              {
26372
              {
26286
                org.apache.thrift.protocol.TList _list92 = iprot.readListBegin();
26373
                org.apache.thrift.protocol.TList _list96 = iprot.readListBegin();
26287
                this.order_ids = new ArrayList<Long>(_list92.size);
26374
                this.order_ids = new ArrayList<Long>(_list96.size);
26288
                for (int _i93 = 0; _i93 < _list92.size; ++_i93)
26375
                for (int _i97 = 0; _i97 < _list96.size; ++_i97)
26289
                {
26376
                {
26290
                  long _elem94; // required
26377
                  long _elem98; // required
26291
                  _elem94 = iprot.readI64();
26378
                  _elem98 = iprot.readI64();
26292
                  this.order_ids.add(_elem94);
26379
                  this.order_ids.add(_elem98);
26293
                }
26380
                }
26294
                iprot.readListEnd();
26381
                iprot.readListEnd();
26295
              }
26382
              }
26296
            } else { 
26383
            } else { 
26297
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
26384
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 26312... Line 26399...
26312
      oprot.writeStructBegin(STRUCT_DESC);
26399
      oprot.writeStructBegin(STRUCT_DESC);
26313
      if (this.order_ids != null) {
26400
      if (this.order_ids != null) {
26314
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
26401
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
26315
        {
26402
        {
26316
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
26403
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
26317
          for (long _iter95 : this.order_ids)
26404
          for (long _iter99 : this.order_ids)
26318
          {
26405
          {
26319
            oprot.writeI64(_iter95);
26406
            oprot.writeI64(_iter99);
26320
          }
26407
          }
26321
          oprot.writeListEnd();
26408
          oprot.writeListEnd();
26322
        }
26409
        }
26323
        oprot.writeFieldEnd();
26410
        oprot.writeFieldEnd();
26324
      }
26411
      }
Line 26612... Line 26699...
26612
        }
26699
        }
26613
        switch (field.id) {
26700
        switch (field.id) {
26614
          case 0: // SUCCESS
26701
          case 0: // SUCCESS
26615
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26702
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26616
              {
26703
              {
26617
                org.apache.thrift.protocol.TList _list96 = iprot.readListBegin();
26704
                org.apache.thrift.protocol.TList _list100 = iprot.readListBegin();
26618
                this.success = new ArrayList<Order>(_list96.size);
26705
                this.success = new ArrayList<Order>(_list100.size);
26619
                for (int _i97 = 0; _i97 < _list96.size; ++_i97)
26706
                for (int _i101 = 0; _i101 < _list100.size; ++_i101)
26620
                {
26707
                {
26621
                  Order _elem98; // required
26708
                  Order _elem102; // required
26622
                  _elem98 = new Order();
26709
                  _elem102 = new Order();
26623
                  _elem98.read(iprot);
26710
                  _elem102.read(iprot);
26624
                  this.success.add(_elem98);
26711
                  this.success.add(_elem102);
26625
                }
26712
                }
26626
                iprot.readListEnd();
26713
                iprot.readListEnd();
26627
              }
26714
              }
26628
            } else { 
26715
            } else { 
26629
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
26716
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 26643... Line 26730...
26643
 
26730
 
26644
      if (this.isSetSuccess()) {
26731
      if (this.isSetSuccess()) {
26645
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
26732
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
26646
        {
26733
        {
26647
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
26734
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
26648
          for (Order _iter99 : this.success)
26735
          for (Order _iter103 : this.success)
26649
          {
26736
          {
26650
            _iter99.write(oprot);
26737
            _iter103.write(oprot);
26651
          }
26738
          }
26652
          oprot.writeListEnd();
26739
          oprot.writeListEnd();
26653
        }
26740
        }
26654
        oprot.writeFieldEnd();
26741
        oprot.writeFieldEnd();
26655
      }
26742
      }
Line 28243... Line 28330...
28243
        }
28330
        }
28244
        switch (field.id) {
28331
        switch (field.id) {
28245
          case 0: // SUCCESS
28332
          case 0: // SUCCESS
28246
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
28333
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
28247
              {
28334
              {
28248
                org.apache.thrift.protocol.TList _list100 = iprot.readListBegin();
28335
                org.apache.thrift.protocol.TList _list104 = iprot.readListBegin();
28249
                this.success = new ArrayList<Alert>(_list100.size);
28336
                this.success = new ArrayList<Alert>(_list104.size);
28250
                for (int _i101 = 0; _i101 < _list100.size; ++_i101)
28337
                for (int _i105 = 0; _i105 < _list104.size; ++_i105)
28251
                {
28338
                {
28252
                  Alert _elem102; // required
28339
                  Alert _elem106; // required
28253
                  _elem102 = new Alert();
28340
                  _elem106 = new Alert();
28254
                  _elem102.read(iprot);
28341
                  _elem106.read(iprot);
28255
                  this.success.add(_elem102);
28342
                  this.success.add(_elem106);
28256
                }
28343
                }
28257
                iprot.readListEnd();
28344
                iprot.readListEnd();
28258
              }
28345
              }
28259
            } else { 
28346
            } else { 
28260
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
28347
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 28274... Line 28361...
28274
 
28361
 
28275
      if (this.isSetSuccess()) {
28362
      if (this.isSetSuccess()) {
28276
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
28363
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
28277
        {
28364
        {
28278
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
28365
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
28279
          for (Alert _iter103 : this.success)
28366
          for (Alert _iter107 : this.success)
28280
          {
28367
          {
28281
            _iter103.write(oprot);
28368
            _iter107.write(oprot);
28282
          }
28369
          }
28283
          oprot.writeListEnd();
28370
          oprot.writeListEnd();
28284
        }
28371
        }
28285
        oprot.writeFieldEnd();
28372
        oprot.writeFieldEnd();
28286
      }
28373
      }
Line 30917... Line 31004...
30917
        }
31004
        }
30918
        switch (field.id) {
31005
        switch (field.id) {
30919
          case 0: // SUCCESS
31006
          case 0: // SUCCESS
30920
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
31007
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
30921
              {
31008
              {
30922
                org.apache.thrift.protocol.TList _list104 = iprot.readListBegin();
31009
                org.apache.thrift.protocol.TList _list108 = iprot.readListBegin();
30923
                this.success = new ArrayList<Double>(_list104.size);
31010
                this.success = new ArrayList<Double>(_list108.size);
30924
                for (int _i105 = 0; _i105 < _list104.size; ++_i105)
31011
                for (int _i109 = 0; _i109 < _list108.size; ++_i109)
30925
                {
31012
                {
30926
                  double _elem106; // required
31013
                  double _elem110; // required
30927
                  _elem106 = iprot.readDouble();
31014
                  _elem110 = iprot.readDouble();
30928
                  this.success.add(_elem106);
31015
                  this.success.add(_elem110);
30929
                }
31016
                }
30930
                iprot.readListEnd();
31017
                iprot.readListEnd();
30931
              }
31018
              }
30932
            } else { 
31019
            } else { 
30933
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
31020
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 30947... Line 31034...
30947
 
31034
 
30948
      if (this.isSetSuccess()) {
31035
      if (this.isSetSuccess()) {
30949
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
31036
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
30950
        {
31037
        {
30951
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
31038
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
30952
          for (double _iter107 : this.success)
31039
          for (double _iter111 : this.success)
30953
          {
31040
          {
30954
            oprot.writeDouble(_iter107);
31041
            oprot.writeDouble(_iter111);
30955
          }
31042
          }
30956
          oprot.writeListEnd();
31043
          oprot.writeListEnd();
30957
        }
31044
        }
30958
        oprot.writeFieldEnd();
31045
        oprot.writeFieldEnd();
30959
      }
31046
      }
Line 31539... Line 31626...
31539
        }
31626
        }
31540
        switch (field.id) {
31627
        switch (field.id) {
31541
          case 0: // SUCCESS
31628
          case 0: // SUCCESS
31542
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
31629
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
31543
              {
31630
              {
31544
                org.apache.thrift.protocol.TList _list108 = iprot.readListBegin();
31631
                org.apache.thrift.protocol.TList _list112 = iprot.readListBegin();
31545
                this.success = new ArrayList<Order>(_list108.size);
31632
                this.success = new ArrayList<Order>(_list112.size);
31546
                for (int _i109 = 0; _i109 < _list108.size; ++_i109)
31633
                for (int _i113 = 0; _i113 < _list112.size; ++_i113)
31547
                {
31634
                {
31548
                  Order _elem110; // required
31635
                  Order _elem114; // required
31549
                  _elem110 = new Order();
31636
                  _elem114 = new Order();
31550
                  _elem110.read(iprot);
31637
                  _elem114.read(iprot);
31551
                  this.success.add(_elem110);
31638
                  this.success.add(_elem114);
31552
                }
31639
                }
31553
                iprot.readListEnd();
31640
                iprot.readListEnd();
31554
              }
31641
              }
31555
            } else { 
31642
            } else { 
31556
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
31643
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 31570... Line 31657...
31570
 
31657
 
31571
      if (this.isSetSuccess()) {
31658
      if (this.isSetSuccess()) {
31572
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
31659
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
31573
        {
31660
        {
31574
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
31661
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
31575
          for (Order _iter111 : this.success)
31662
          for (Order _iter115 : this.success)
31576
          {
31663
          {
31577
            _iter111.write(oprot);
31664
            _iter115.write(oprot);
31578
          }
31665
          }
31579
          oprot.writeListEnd();
31666
          oprot.writeListEnd();
31580
        }
31667
        }
31581
        oprot.writeFieldEnd();
31668
        oprot.writeFieldEnd();
31582
      }
31669
      }
Line 31904... Line 31991...
31904
      }
31991
      }
31905
    }
31992
    }
31906
 
31993
 
31907
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
31994
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
31908
      try {
31995
      try {
31909
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
31910
        __isset_bit_vector = new BitSet(1);
-
 
31911
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
31996
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
31912
      } catch (org.apache.thrift.TException te) {
31997
      } catch (org.apache.thrift.TException te) {
31913
        throw new java.io.IOException(te);
31998
        throw new java.io.IOException(te);
31914
      }
31999
      }
31915
    }
32000
    }
Line 32232... Line 32317...
32232
        }
32317
        }
32233
        switch (field.id) {
32318
        switch (field.id) {
32234
          case 0: // SUCCESS
32319
          case 0: // SUCCESS
32235
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
32320
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
32236
              {
32321
              {
32237
                org.apache.thrift.protocol.TList _list112 = iprot.readListBegin();
32322
                org.apache.thrift.protocol.TList _list116 = iprot.readListBegin();
32238
                this.success = new ArrayList<Order>(_list112.size);
32323
                this.success = new ArrayList<Order>(_list116.size);
32239
                for (int _i113 = 0; _i113 < _list112.size; ++_i113)
32324
                for (int _i117 = 0; _i117 < _list116.size; ++_i117)
32240
                {
32325
                {
32241
                  Order _elem114; // required
32326
                  Order _elem118; // required
32242
                  _elem114 = new Order();
32327
                  _elem118 = new Order();
32243
                  _elem114.read(iprot);
32328
                  _elem118.read(iprot);
32244
                  this.success.add(_elem114);
32329
                  this.success.add(_elem118);
32245
                }
32330
                }
32246
                iprot.readListEnd();
32331
                iprot.readListEnd();
32247
              }
32332
              }
32248
            } else { 
32333
            } else { 
32249
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
32334
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 32271... Line 32356...
32271
 
32356
 
32272
      if (this.isSetSuccess()) {
32357
      if (this.isSetSuccess()) {
32273
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
32358
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
32274
        {
32359
        {
32275
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
32360
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
32276
          for (Order _iter115 : this.success)
32361
          for (Order _iter119 : this.success)
32277
          {
32362
          {
32278
            _iter115.write(oprot);
32363
            _iter119.write(oprot);
32279
          }
32364
          }
32280
          oprot.writeListEnd();
32365
          oprot.writeListEnd();
32281
        }
32366
        }
32282
        oprot.writeFieldEnd();
32367
        oprot.writeFieldEnd();
32283
      } else if (this.isSetEx()) {
32368
      } else if (this.isSetEx()) {
Line 35320... Line 35405...
35320
      }
35405
      }
35321
    }
35406
    }
35322
 
35407
 
35323
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
35408
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
35324
      try {
35409
      try {
-
 
35410
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
35411
        __isset_bit_vector = new BitSet(1);
35325
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
35412
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
35326
      } catch (org.apache.thrift.TException te) {
35413
      } catch (org.apache.thrift.TException te) {
35327
        throw new java.io.IOException(te);
35414
        throw new java.io.IOException(te);
35328
      }
35415
      }
35329
    }
35416
    }
Line 36954... Line 37041...
36954
            }
37041
            }
36955
            break;
37042
            break;
36956
          case 4: // ORDER_IDS
37043
          case 4: // ORDER_IDS
36957
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
37044
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
36958
              {
37045
              {
36959
                org.apache.thrift.protocol.TList _list116 = iprot.readListBegin();
37046
                org.apache.thrift.protocol.TList _list120 = iprot.readListBegin();
36960
                this.orderIds = new ArrayList<Long>(_list116.size);
37047
                this.orderIds = new ArrayList<Long>(_list120.size);
36961
                for (int _i117 = 0; _i117 < _list116.size; ++_i117)
37048
                for (int _i121 = 0; _i121 < _list120.size; ++_i121)
36962
                {
37049
                {
36963
                  long _elem118; // required
37050
                  long _elem122; // required
36964
                  _elem118 = iprot.readI64();
37051
                  _elem122 = iprot.readI64();
36965
                  this.orderIds.add(_elem118);
37052
                  this.orderIds.add(_elem122);
36966
                }
37053
                }
36967
                iprot.readListEnd();
37054
                iprot.readListEnd();
36968
              }
37055
              }
36969
            } else { 
37056
            } else { 
36970
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
37057
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 36994... Line 37081...
36994
      oprot.writeFieldEnd();
37081
      oprot.writeFieldEnd();
36995
      if (this.orderIds != null) {
37082
      if (this.orderIds != null) {
36996
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
37083
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
36997
        {
37084
        {
36998
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
37085
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
36999
          for (long _iter119 : this.orderIds)
37086
          for (long _iter123 : this.orderIds)
37000
          {
37087
          {
37001
            oprot.writeI64(_iter119);
37088
            oprot.writeI64(_iter123);
37002
          }
37089
          }
37003
          oprot.writeListEnd();
37090
          oprot.writeListEnd();
37004
        }
37091
        }
37005
        oprot.writeFieldEnd();
37092
        oprot.writeFieldEnd();
37006
      }
37093
      }
Line 37771... Line 37858...
37771
            }
37858
            }
37772
            break;
37859
            break;
37773
          case 2: // PICKUP_DETAILS
37860
          case 2: // PICKUP_DETAILS
37774
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
37861
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
37775
              {
37862
              {
37776
                org.apache.thrift.protocol.TMap _map120 = iprot.readMapBegin();
37863
                org.apache.thrift.protocol.TMap _map124 = iprot.readMapBegin();
37777
                this.pickupDetails = new HashMap<String,String>(2*_map120.size);
37864
                this.pickupDetails = new HashMap<String,String>(2*_map124.size);
37778
                for (int _i121 = 0; _i121 < _map120.size; ++_i121)
37865
                for (int _i125 = 0; _i125 < _map124.size; ++_i125)
37779
                {
37866
                {
37780
                  String _key122; // required
37867
                  String _key126; // required
37781
                  String _val123; // required
37868
                  String _val127; // required
37782
                  _key122 = iprot.readString();
37869
                  _key126 = iprot.readString();
37783
                  _val123 = iprot.readString();
37870
                  _val127 = iprot.readString();
37784
                  this.pickupDetails.put(_key122, _val123);
37871
                  this.pickupDetails.put(_key126, _val127);
37785
                }
37872
                }
37786
                iprot.readMapEnd();
37873
                iprot.readMapEnd();
37787
              }
37874
              }
37788
            } else { 
37875
            } else { 
37789
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
37876
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 37807... Line 37894...
37807
      oprot.writeFieldEnd();
37894
      oprot.writeFieldEnd();
37808
      if (this.pickupDetails != null) {
37895
      if (this.pickupDetails != null) {
37809
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
37896
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
37810
        {
37897
        {
37811
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
37898
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
37812
          for (Map.Entry<String, String> _iter124 : this.pickupDetails.entrySet())
37899
          for (Map.Entry<String, String> _iter128 : this.pickupDetails.entrySet())
37813
          {
37900
          {
37814
            oprot.writeString(_iter124.getKey());
37901
            oprot.writeString(_iter128.getKey());
37815
            oprot.writeString(_iter124.getValue());
37902
            oprot.writeString(_iter128.getValue());
37816
          }
37903
          }
37817
          oprot.writeMapEnd();
37904
          oprot.writeMapEnd();
37818
        }
37905
        }
37819
        oprot.writeFieldEnd();
37906
        oprot.writeFieldEnd();
37820
      }
37907
      }
Line 38700... Line 38787...
38700
        }
38787
        }
38701
        switch (field.id) {
38788
        switch (field.id) {
38702
          case 0: // SUCCESS
38789
          case 0: // SUCCESS
38703
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
38790
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
38704
              {
38791
              {
38705
                org.apache.thrift.protocol.TList _list125 = iprot.readListBegin();
38792
                org.apache.thrift.protocol.TList _list129 = iprot.readListBegin();
38706
                this.success = new ArrayList<Order>(_list125.size);
38793
                this.success = new ArrayList<Order>(_list129.size);
38707
                for (int _i126 = 0; _i126 < _list125.size; ++_i126)
38794
                for (int _i130 = 0; _i130 < _list129.size; ++_i130)
38708
                {
38795
                {
38709
                  Order _elem127; // required
38796
                  Order _elem131; // required
38710
                  _elem127 = new Order();
38797
                  _elem131 = new Order();
38711
                  _elem127.read(iprot);
38798
                  _elem131.read(iprot);
38712
                  this.success.add(_elem127);
38799
                  this.success.add(_elem131);
38713
                }
38800
                }
38714
                iprot.readListEnd();
38801
                iprot.readListEnd();
38715
              }
38802
              }
38716
            } else { 
38803
            } else { 
38717
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
38804
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 38731... Line 38818...
38731
 
38818
 
38732
      if (this.isSetSuccess()) {
38819
      if (this.isSetSuccess()) {
38733
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
38820
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
38734
        {
38821
        {
38735
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
38822
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
38736
          for (Order _iter128 : this.success)
38823
          for (Order _iter132 : this.success)
38737
          {
38824
          {
38738
            _iter128.write(oprot);
38825
            _iter132.write(oprot);
38739
          }
38826
          }
38740
          oprot.writeListEnd();
38827
          oprot.writeListEnd();
38741
        }
38828
        }
38742
        oprot.writeFieldEnd();
38829
        oprot.writeFieldEnd();
38743
      }
38830
      }
Line 39115... Line 39202...
39115
            }
39202
            }
39116
            break;
39203
            break;
39117
          case 2: // DELIVERED_ORDERS
39204
          case 2: // DELIVERED_ORDERS
39118
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
39205
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
39119
              {
39206
              {
39120
                org.apache.thrift.protocol.TMap _map129 = iprot.readMapBegin();
39207
                org.apache.thrift.protocol.TMap _map133 = iprot.readMapBegin();
39121
                this.deliveredOrders = new HashMap<String,String>(2*_map129.size);
39208
                this.deliveredOrders = new HashMap<String,String>(2*_map133.size);
39122
                for (int _i130 = 0; _i130 < _map129.size; ++_i130)
39209
                for (int _i134 = 0; _i134 < _map133.size; ++_i134)
39123
                {
39210
                {
39124
                  String _key131; // required
39211
                  String _key135; // required
39125
                  String _val132; // required
39212
                  String _val136; // required
39126
                  _key131 = iprot.readString();
39213
                  _key135 = iprot.readString();
39127
                  _val132 = iprot.readString();
39214
                  _val136 = iprot.readString();
39128
                  this.deliveredOrders.put(_key131, _val132);
39215
                  this.deliveredOrders.put(_key135, _val136);
39129
                }
39216
                }
39130
                iprot.readMapEnd();
39217
                iprot.readMapEnd();
39131
              }
39218
              }
39132
            } else { 
39219
            } else { 
39133
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
39220
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 39151... Line 39238...
39151
      oprot.writeFieldEnd();
39238
      oprot.writeFieldEnd();
39152
      if (this.deliveredOrders != null) {
39239
      if (this.deliveredOrders != null) {
39153
        oprot.writeFieldBegin(DELIVERED_ORDERS_FIELD_DESC);
39240
        oprot.writeFieldBegin(DELIVERED_ORDERS_FIELD_DESC);
39154
        {
39241
        {
39155
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.deliveredOrders.size()));
39242
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.deliveredOrders.size()));
39156
          for (Map.Entry<String, String> _iter133 : this.deliveredOrders.entrySet())
39243
          for (Map.Entry<String, String> _iter137 : this.deliveredOrders.entrySet())
39157
          {
39244
          {
39158
            oprot.writeString(_iter133.getKey());
39245
            oprot.writeString(_iter137.getKey());
39159
            oprot.writeString(_iter133.getValue());
39246
            oprot.writeString(_iter137.getValue());
39160
          }
39247
          }
39161
          oprot.writeMapEnd();
39248
          oprot.writeMapEnd();
39162
        }
39249
        }
39163
        oprot.writeFieldEnd();
39250
        oprot.writeFieldEnd();
39164
      }
39251
      }
Line 39834... Line 39921...
39834
            }
39921
            }
39835
            break;
39922
            break;
39836
          case 2: // RETURNED_ORDERS
39923
          case 2: // RETURNED_ORDERS
39837
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
39924
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
39838
              {
39925
              {
39839
                org.apache.thrift.protocol.TMap _map134 = iprot.readMapBegin();
39926
                org.apache.thrift.protocol.TMap _map138 = iprot.readMapBegin();
39840
                this.returnedOrders = new HashMap<String,String>(2*_map134.size);
39927
                this.returnedOrders = new HashMap<String,String>(2*_map138.size);
39841
                for (int _i135 = 0; _i135 < _map134.size; ++_i135)
39928
                for (int _i139 = 0; _i139 < _map138.size; ++_i139)
39842
                {
39929
                {
39843
                  String _key136; // required
39930
                  String _key140; // required
39844
                  String _val137; // required
39931
                  String _val141; // required
39845
                  _key136 = iprot.readString();
39932
                  _key140 = iprot.readString();
39846
                  _val137 = iprot.readString();
39933
                  _val141 = iprot.readString();
39847
                  this.returnedOrders.put(_key136, _val137);
39934
                  this.returnedOrders.put(_key140, _val141);
39848
                }
39935
                }
39849
                iprot.readMapEnd();
39936
                iprot.readMapEnd();
39850
              }
39937
              }
39851
            } else { 
39938
            } else { 
39852
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
39939
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 39870... Line 39957...
39870
      oprot.writeFieldEnd();
39957
      oprot.writeFieldEnd();
39871
      if (this.returnedOrders != null) {
39958
      if (this.returnedOrders != null) {
39872
        oprot.writeFieldBegin(RETURNED_ORDERS_FIELD_DESC);
39959
        oprot.writeFieldBegin(RETURNED_ORDERS_FIELD_DESC);
39873
        {
39960
        {
39874
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.returnedOrders.size()));
39961
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.returnedOrders.size()));
39875
          for (Map.Entry<String, String> _iter138 : this.returnedOrders.entrySet())
39962
          for (Map.Entry<String, String> _iter142 : this.returnedOrders.entrySet())
39876
          {
39963
          {
39877
            oprot.writeString(_iter138.getKey());
39964
            oprot.writeString(_iter142.getKey());
39878
            oprot.writeString(_iter138.getValue());
39965
            oprot.writeString(_iter142.getValue());
39879
          }
39966
          }
39880
          oprot.writeMapEnd();
39967
          oprot.writeMapEnd();
39881
        }
39968
        }
39882
        oprot.writeFieldEnd();
39969
        oprot.writeFieldEnd();
39883
      }
39970
      }
Line 40763... Line 40850...
40763
        }
40850
        }
40764
        switch (field.id) {
40851
        switch (field.id) {
40765
          case 0: // SUCCESS
40852
          case 0: // SUCCESS
40766
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
40853
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
40767
              {
40854
              {
40768
                org.apache.thrift.protocol.TList _list139 = iprot.readListBegin();
40855
                org.apache.thrift.protocol.TList _list143 = iprot.readListBegin();
40769
                this.success = new ArrayList<Order>(_list139.size);
40856
                this.success = new ArrayList<Order>(_list143.size);
40770
                for (int _i140 = 0; _i140 < _list139.size; ++_i140)
40857
                for (int _i144 = 0; _i144 < _list143.size; ++_i144)
40771
                {
40858
                {
40772
                  Order _elem141; // required
40859
                  Order _elem145; // required
40773
                  _elem141 = new Order();
40860
                  _elem145 = new Order();
40774
                  _elem141.read(iprot);
40861
                  _elem145.read(iprot);
40775
                  this.success.add(_elem141);
40862
                  this.success.add(_elem145);
40776
                }
40863
                }
40777
                iprot.readListEnd();
40864
                iprot.readListEnd();
40778
              }
40865
              }
40779
            } else { 
40866
            } else { 
40780
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
40867
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 40794... Line 40881...
40794
 
40881
 
40795
      if (this.isSetSuccess()) {
40882
      if (this.isSetSuccess()) {
40796
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
40883
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
40797
        {
40884
        {
40798
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
40885
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
40799
          for (Order _iter142 : this.success)
40886
          for (Order _iter146 : this.success)
40800
          {
40887
          {
40801
            _iter142.write(oprot);
40888
            _iter146.write(oprot);
40802
          }
40889
          }
40803
          oprot.writeListEnd();
40890
          oprot.writeListEnd();
40804
        }
40891
        }
40805
        oprot.writeFieldEnd();
40892
        oprot.writeFieldEnd();
40806
      }
40893
      }
Line 41178... Line 41265...
41178
            }
41265
            }
41179
            break;
41266
            break;
41180
          case 2: // UNDELIVERED_ORDERS
41267
          case 2: // UNDELIVERED_ORDERS
41181
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
41268
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
41182
              {
41269
              {
41183
                org.apache.thrift.protocol.TMap _map143 = iprot.readMapBegin();
41270
                org.apache.thrift.protocol.TMap _map147 = iprot.readMapBegin();
41184
                this.undeliveredOrders = new HashMap<String,String>(2*_map143.size);
41271
                this.undeliveredOrders = new HashMap<String,String>(2*_map147.size);
41185
                for (int _i144 = 0; _i144 < _map143.size; ++_i144)
41272
                for (int _i148 = 0; _i148 < _map147.size; ++_i148)
41186
                {
41273
                {
41187
                  String _key145; // required
41274
                  String _key149; // required
41188
                  String _val146; // required
41275
                  String _val150; // required
41189
                  _key145 = iprot.readString();
41276
                  _key149 = iprot.readString();
41190
                  _val146 = iprot.readString();
41277
                  _val150 = iprot.readString();
41191
                  this.undeliveredOrders.put(_key145, _val146);
41278
                  this.undeliveredOrders.put(_key149, _val150);
41192
                }
41279
                }
41193
                iprot.readMapEnd();
41280
                iprot.readMapEnd();
41194
              }
41281
              }
41195
            } else { 
41282
            } else { 
41196
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
41283
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 41214... Line 41301...
41214
      oprot.writeFieldEnd();
41301
      oprot.writeFieldEnd();
41215
      if (this.undeliveredOrders != null) {
41302
      if (this.undeliveredOrders != null) {
41216
        oprot.writeFieldBegin(UNDELIVERED_ORDERS_FIELD_DESC);
41303
        oprot.writeFieldBegin(UNDELIVERED_ORDERS_FIELD_DESC);
41217
        {
41304
        {
41218
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.undeliveredOrders.size()));
41305
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.undeliveredOrders.size()));
41219
          for (Map.Entry<String, String> _iter147 : this.undeliveredOrders.entrySet())
41306
          for (Map.Entry<String, String> _iter151 : this.undeliveredOrders.entrySet())
41220
          {
41307
          {
41221
            oprot.writeString(_iter147.getKey());
41308
            oprot.writeString(_iter151.getKey());
41222
            oprot.writeString(_iter147.getValue());
41309
            oprot.writeString(_iter151.getValue());
41223
          }
41310
          }
41224
          oprot.writeMapEnd();
41311
          oprot.writeMapEnd();
41225
        }
41312
        }
41226
        oprot.writeFieldEnd();
41313
        oprot.writeFieldEnd();
41227
      }
41314
      }
Line 42107... Line 42194...
42107
        }
42194
        }
42108
        switch (field.id) {
42195
        switch (field.id) {
42109
          case 0: // SUCCESS
42196
          case 0: // SUCCESS
42110
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
42197
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
42111
              {
42198
              {
42112
                org.apache.thrift.protocol.TList _list148 = iprot.readListBegin();
42199
                org.apache.thrift.protocol.TList _list152 = iprot.readListBegin();
42113
                this.success = new ArrayList<Order>(_list148.size);
42200
                this.success = new ArrayList<Order>(_list152.size);
42114
                for (int _i149 = 0; _i149 < _list148.size; ++_i149)
42201
                for (int _i153 = 0; _i153 < _list152.size; ++_i153)
42115
                {
42202
                {
42116
                  Order _elem150; // required
42203
                  Order _elem154; // required
42117
                  _elem150 = new Order();
42204
                  _elem154 = new Order();
42118
                  _elem150.read(iprot);
42205
                  _elem154.read(iprot);
42119
                  this.success.add(_elem150);
42206
                  this.success.add(_elem154);
42120
                }
42207
                }
42121
                iprot.readListEnd();
42208
                iprot.readListEnd();
42122
              }
42209
              }
42123
            } else { 
42210
            } else { 
42124
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
42211
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 42138... Line 42225...
42138
 
42225
 
42139
      if (this.isSetSuccess()) {
42226
      if (this.isSetSuccess()) {
42140
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
42227
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
42141
        {
42228
        {
42142
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
42229
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
42143
          for (Order _iter151 : this.success)
42230
          for (Order _iter155 : this.success)
42144
          {
42231
          {
42145
            _iter151.write(oprot);
42232
            _iter155.write(oprot);
42146
          }
42233
          }
42147
          oprot.writeListEnd();
42234
          oprot.writeListEnd();
42148
        }
42235
        }
42149
        oprot.writeFieldEnd();
42236
        oprot.writeFieldEnd();
42150
      }
42237
      }
Line 42522... Line 42609...
42522
            }
42609
            }
42523
            break;
42610
            break;
42524
          case 2: // LOCAL_CONNECTED_ORDERS
42611
          case 2: // LOCAL_CONNECTED_ORDERS
42525
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
42612
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
42526
              {
42613
              {
42527
                org.apache.thrift.protocol.TMap _map152 = iprot.readMapBegin();
42614
                org.apache.thrift.protocol.TMap _map156 = iprot.readMapBegin();
42528
                this.local_connected_orders = new HashMap<String,String>(2*_map152.size);
42615
                this.local_connected_orders = new HashMap<String,String>(2*_map156.size);
42529
                for (int _i153 = 0; _i153 < _map152.size; ++_i153)
42616
                for (int _i157 = 0; _i157 < _map156.size; ++_i157)
42530
                {
42617
                {
42531
                  String _key154; // required
42618
                  String _key158; // required
42532
                  String _val155; // required
42619
                  String _val159; // required
42533
                  _key154 = iprot.readString();
42620
                  _key158 = iprot.readString();
42534
                  _val155 = iprot.readString();
42621
                  _val159 = iprot.readString();
42535
                  this.local_connected_orders.put(_key154, _val155);
42622
                  this.local_connected_orders.put(_key158, _val159);
42536
                }
42623
                }
42537
                iprot.readMapEnd();
42624
                iprot.readMapEnd();
42538
              }
42625
              }
42539
            } else { 
42626
            } else { 
42540
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
42627
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 42558... Line 42645...
42558
      oprot.writeFieldEnd();
42645
      oprot.writeFieldEnd();
42559
      if (this.local_connected_orders != null) {
42646
      if (this.local_connected_orders != null) {
42560
        oprot.writeFieldBegin(LOCAL_CONNECTED_ORDERS_FIELD_DESC);
42647
        oprot.writeFieldBegin(LOCAL_CONNECTED_ORDERS_FIELD_DESC);
42561
        {
42648
        {
42562
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.local_connected_orders.size()));
42649
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.local_connected_orders.size()));
42563
          for (Map.Entry<String, String> _iter156 : this.local_connected_orders.entrySet())
42650
          for (Map.Entry<String, String> _iter160 : this.local_connected_orders.entrySet())
42564
          {
42651
          {
42565
            oprot.writeString(_iter156.getKey());
42652
            oprot.writeString(_iter160.getKey());
42566
            oprot.writeString(_iter156.getValue());
42653
            oprot.writeString(_iter160.getValue());
42567
          }
42654
          }
42568
          oprot.writeMapEnd();
42655
          oprot.writeMapEnd();
42569
        }
42656
        }
42570
        oprot.writeFieldEnd();
42657
        oprot.writeFieldEnd();
42571
      }
42658
      }
Line 43451... Line 43538...
43451
        }
43538
        }
43452
        switch (field.id) {
43539
        switch (field.id) {
43453
          case 0: // SUCCESS
43540
          case 0: // SUCCESS
43454
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
43541
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
43455
              {
43542
              {
43456
                org.apache.thrift.protocol.TList _list157 = iprot.readListBegin();
43543
                org.apache.thrift.protocol.TList _list161 = iprot.readListBegin();
43457
                this.success = new ArrayList<Order>(_list157.size);
43544
                this.success = new ArrayList<Order>(_list161.size);
43458
                for (int _i158 = 0; _i158 < _list157.size; ++_i158)
43545
                for (int _i162 = 0; _i162 < _list161.size; ++_i162)
43459
                {
43546
                {
43460
                  Order _elem159; // required
43547
                  Order _elem163; // required
43461
                  _elem159 = new Order();
43548
                  _elem163 = new Order();
43462
                  _elem159.read(iprot);
43549
                  _elem163.read(iprot);
43463
                  this.success.add(_elem159);
43550
                  this.success.add(_elem163);
43464
                }
43551
                }
43465
                iprot.readListEnd();
43552
                iprot.readListEnd();
43466
              }
43553
              }
43467
            } else { 
43554
            } else { 
43468
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
43555
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 43482... Line 43569...
43482
 
43569
 
43483
      if (this.isSetSuccess()) {
43570
      if (this.isSetSuccess()) {
43484
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
43571
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
43485
        {
43572
        {
43486
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
43573
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
43487
          for (Order _iter160 : this.success)
43574
          for (Order _iter164 : this.success)
43488
          {
43575
          {
43489
            _iter160.write(oprot);
43576
            _iter164.write(oprot);
43490
          }
43577
          }
43491
          oprot.writeListEnd();
43578
          oprot.writeListEnd();
43492
        }
43579
        }
43493
        oprot.writeFieldEnd();
43580
        oprot.writeFieldEnd();
43494
      }
43581
      }
Line 43866... Line 43953...
43866
            }
43953
            }
43867
            break;
43954
            break;
43868
          case 2: // DESTINATION_CITY_REACHED_ORDERS
43955
          case 2: // DESTINATION_CITY_REACHED_ORDERS
43869
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
43956
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
43870
              {
43957
              {
43871
                org.apache.thrift.protocol.TMap _map161 = iprot.readMapBegin();
43958
                org.apache.thrift.protocol.TMap _map165 = iprot.readMapBegin();
43872
                this.destination_city_reached_orders = new HashMap<String,String>(2*_map161.size);
43959
                this.destination_city_reached_orders = new HashMap<String,String>(2*_map165.size);
43873
                for (int _i162 = 0; _i162 < _map161.size; ++_i162)
43960
                for (int _i166 = 0; _i166 < _map165.size; ++_i166)
43874
                {
43961
                {
43875
                  String _key163; // required
43962
                  String _key167; // required
43876
                  String _val164; // required
43963
                  String _val168; // required
43877
                  _key163 = iprot.readString();
43964
                  _key167 = iprot.readString();
43878
                  _val164 = iprot.readString();
43965
                  _val168 = iprot.readString();
43879
                  this.destination_city_reached_orders.put(_key163, _val164);
43966
                  this.destination_city_reached_orders.put(_key167, _val168);
43880
                }
43967
                }
43881
                iprot.readMapEnd();
43968
                iprot.readMapEnd();
43882
              }
43969
              }
43883
            } else { 
43970
            } else { 
43884
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
43971
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 43902... Line 43989...
43902
      oprot.writeFieldEnd();
43989
      oprot.writeFieldEnd();
43903
      if (this.destination_city_reached_orders != null) {
43990
      if (this.destination_city_reached_orders != null) {
43904
        oprot.writeFieldBegin(DESTINATION_CITY_REACHED_ORDERS_FIELD_DESC);
43991
        oprot.writeFieldBegin(DESTINATION_CITY_REACHED_ORDERS_FIELD_DESC);
43905
        {
43992
        {
43906
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.destination_city_reached_orders.size()));
43993
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.destination_city_reached_orders.size()));
43907
          for (Map.Entry<String, String> _iter165 : this.destination_city_reached_orders.entrySet())
43994
          for (Map.Entry<String, String> _iter169 : this.destination_city_reached_orders.entrySet())
43908
          {
43995
          {
43909
            oprot.writeString(_iter165.getKey());
43996
            oprot.writeString(_iter169.getKey());
43910
            oprot.writeString(_iter165.getValue());
43997
            oprot.writeString(_iter169.getValue());
43911
          }
43998
          }
43912
          oprot.writeMapEnd();
43999
          oprot.writeMapEnd();
43913
        }
44000
        }
43914
        oprot.writeFieldEnd();
44001
        oprot.writeFieldEnd();
43915
      }
44002
      }
Line 44585... Line 44672...
44585
            }
44672
            }
44586
            break;
44673
            break;
44587
          case 2: // FIRST_ATDL_ORDERS
44674
          case 2: // FIRST_ATDL_ORDERS
44588
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
44675
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
44589
              {
44676
              {
44590
                org.apache.thrift.protocol.TMap _map166 = iprot.readMapBegin();
44677
                org.apache.thrift.protocol.TMap _map170 = iprot.readMapBegin();
44591
                this.first_atdl_orders = new HashMap<String,String>(2*_map166.size);
44678
                this.first_atdl_orders = new HashMap<String,String>(2*_map170.size);
44592
                for (int _i167 = 0; _i167 < _map166.size; ++_i167)
44679
                for (int _i171 = 0; _i171 < _map170.size; ++_i171)
44593
                {
44680
                {
44594
                  String _key168; // required
44681
                  String _key172; // required
44595
                  String _val169; // required
44682
                  String _val173; // required
44596
                  _key168 = iprot.readString();
44683
                  _key172 = iprot.readString();
44597
                  _val169 = iprot.readString();
44684
                  _val173 = iprot.readString();
44598
                  this.first_atdl_orders.put(_key168, _val169);
44685
                  this.first_atdl_orders.put(_key172, _val173);
44599
                }
44686
                }
44600
                iprot.readMapEnd();
44687
                iprot.readMapEnd();
44601
              }
44688
              }
44602
            } else { 
44689
            } else { 
44603
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
44690
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 44621... Line 44708...
44621
      oprot.writeFieldEnd();
44708
      oprot.writeFieldEnd();
44622
      if (this.first_atdl_orders != null) {
44709
      if (this.first_atdl_orders != null) {
44623
        oprot.writeFieldBegin(FIRST_ATDL_ORDERS_FIELD_DESC);
44710
        oprot.writeFieldBegin(FIRST_ATDL_ORDERS_FIELD_DESC);
44624
        {
44711
        {
44625
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.first_atdl_orders.size()));
44712
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.first_atdl_orders.size()));
44626
          for (Map.Entry<String, String> _iter170 : this.first_atdl_orders.entrySet())
44713
          for (Map.Entry<String, String> _iter174 : this.first_atdl_orders.entrySet())
44627
          {
44714
          {
44628
            oprot.writeString(_iter170.getKey());
44715
            oprot.writeString(_iter174.getKey());
44629
            oprot.writeString(_iter170.getValue());
44716
            oprot.writeString(_iter174.getValue());
44630
          }
44717
          }
44631
          oprot.writeMapEnd();
44718
          oprot.writeMapEnd();
44632
        }
44719
        }
44633
        oprot.writeFieldEnd();
44720
        oprot.writeFieldEnd();
44634
      }
44721
      }
Line 45595... Line 45682...
45595
        }
45682
        }
45596
        switch (field.id) {
45683
        switch (field.id) {
45597
          case 0: // SUCCESS
45684
          case 0: // SUCCESS
45598
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
45685
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
45599
              {
45686
              {
45600
                org.apache.thrift.protocol.TList _list171 = iprot.readListBegin();
45687
                org.apache.thrift.protocol.TList _list175 = iprot.readListBegin();
45601
                this.success = new ArrayList<Order>(_list171.size);
45688
                this.success = new ArrayList<Order>(_list175.size);
45602
                for (int _i172 = 0; _i172 < _list171.size; ++_i172)
45689
                for (int _i176 = 0; _i176 < _list175.size; ++_i176)
45603
                {
45690
                {
45604
                  Order _elem173; // required
45691
                  Order _elem177; // required
45605
                  _elem173 = new Order();
45692
                  _elem177 = new Order();
45606
                  _elem173.read(iprot);
45693
                  _elem177.read(iprot);
45607
                  this.success.add(_elem173);
45694
                  this.success.add(_elem177);
45608
                }
45695
                }
45609
                iprot.readListEnd();
45696
                iprot.readListEnd();
45610
              }
45697
              }
45611
            } else { 
45698
            } else { 
45612
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
45699
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 45626... Line 45713...
45626
 
45713
 
45627
      if (this.isSetSuccess()) {
45714
      if (this.isSetSuccess()) {
45628
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
45715
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
45629
        {
45716
        {
45630
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
45717
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
45631
          for (Order _iter174 : this.success)
45718
          for (Order _iter178 : this.success)
45632
          {
45719
          {
45633
            _iter174.write(oprot);
45720
            _iter178.write(oprot);
45634
          }
45721
          }
45635
          oprot.writeListEnd();
45722
          oprot.writeListEnd();
45636
        }
45723
        }
45637
        oprot.writeFieldEnd();
45724
        oprot.writeFieldEnd();
45638
      }
45725
      }
Line 46126... Line 46213...
46126
        }
46213
        }
46127
        switch (field.id) {
46214
        switch (field.id) {
46128
          case 0: // SUCCESS
46215
          case 0: // SUCCESS
46129
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
46216
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
46130
              {
46217
              {
46131
                org.apache.thrift.protocol.TList _list175 = iprot.readListBegin();
46218
                org.apache.thrift.protocol.TList _list179 = iprot.readListBegin();
46132
                this.success = new ArrayList<Order>(_list175.size);
46219
                this.success = new ArrayList<Order>(_list179.size);
46133
                for (int _i176 = 0; _i176 < _list175.size; ++_i176)
46220
                for (int _i180 = 0; _i180 < _list179.size; ++_i180)
46134
                {
46221
                {
46135
                  Order _elem177; // required
46222
                  Order _elem181; // required
46136
                  _elem177 = new Order();
46223
                  _elem181 = new Order();
46137
                  _elem177.read(iprot);
46224
                  _elem181.read(iprot);
46138
                  this.success.add(_elem177);
46225
                  this.success.add(_elem181);
46139
                }
46226
                }
46140
                iprot.readListEnd();
46227
                iprot.readListEnd();
46141
              }
46228
              }
46142
            } else { 
46229
            } else { 
46143
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
46230
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 46157... Line 46244...
46157
 
46244
 
46158
      if (this.isSetSuccess()) {
46245
      if (this.isSetSuccess()) {
46159
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
46246
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
46160
        {
46247
        {
46161
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
46248
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
46162
          for (Order _iter178 : this.success)
46249
          for (Order _iter182 : this.success)
46163
          {
46250
          {
46164
            _iter178.write(oprot);
46251
            _iter182.write(oprot);
46165
          }
46252
          }
46166
          oprot.writeListEnd();
46253
          oprot.writeListEnd();
46167
        }
46254
        }
46168
        oprot.writeFieldEnd();
46255
        oprot.writeFieldEnd();
46169
      }
46256
      }
Line 52435... Line 52522...
52435
            }
52522
            }
52436
            break;
52523
            break;
52437
          case 2: // PICKUP_DETAILS
52524
          case 2: // PICKUP_DETAILS
52438
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
52525
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
52439
              {
52526
              {
52440
                org.apache.thrift.protocol.TMap _map179 = iprot.readMapBegin();
52527
                org.apache.thrift.protocol.TMap _map183 = iprot.readMapBegin();
52441
                this.pickupDetails = new HashMap<String,String>(2*_map179.size);
52528
                this.pickupDetails = new HashMap<String,String>(2*_map183.size);
52442
                for (int _i180 = 0; _i180 < _map179.size; ++_i180)
52529
                for (int _i184 = 0; _i184 < _map183.size; ++_i184)
52443
                {
52530
                {
52444
                  String _key181; // required
52531
                  String _key185; // required
52445
                  String _val182; // required
52532
                  String _val186; // required
52446
                  _key181 = iprot.readString();
52533
                  _key185 = iprot.readString();
52447
                  _val182 = iprot.readString();
52534
                  _val186 = iprot.readString();
52448
                  this.pickupDetails.put(_key181, _val182);
52535
                  this.pickupDetails.put(_key185, _val186);
52449
                }
52536
                }
52450
                iprot.readMapEnd();
52537
                iprot.readMapEnd();
52451
              }
52538
              }
52452
            } else { 
52539
            } else { 
52453
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
52540
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 52471... Line 52558...
52471
      oprot.writeFieldEnd();
52558
      oprot.writeFieldEnd();
52472
      if (this.pickupDetails != null) {
52559
      if (this.pickupDetails != null) {
52473
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
52560
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
52474
        {
52561
        {
52475
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
52562
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
52476
          for (Map.Entry<String, String> _iter183 : this.pickupDetails.entrySet())
52563
          for (Map.Entry<String, String> _iter187 : this.pickupDetails.entrySet())
52477
          {
52564
          {
52478
            oprot.writeString(_iter183.getKey());
52565
            oprot.writeString(_iter187.getKey());
52479
            oprot.writeString(_iter183.getValue());
52566
            oprot.writeString(_iter187.getValue());
52480
          }
52567
          }
52481
          oprot.writeMapEnd();
52568
          oprot.writeMapEnd();
52482
        }
52569
        }
52483
        oprot.writeFieldEnd();
52570
        oprot.writeFieldEnd();
52484
      }
52571
      }
Line 53267... Line 53354...
53267
        }
53354
        }
53268
        switch (field.id) {
53355
        switch (field.id) {
53269
          case 0: // SUCCESS
53356
          case 0: // SUCCESS
53270
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
53357
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
53271
              {
53358
              {
53272
                org.apache.thrift.protocol.TList _list184 = iprot.readListBegin();
53359
                org.apache.thrift.protocol.TList _list188 = iprot.readListBegin();
53273
                this.success = new ArrayList<Order>(_list184.size);
53360
                this.success = new ArrayList<Order>(_list188.size);
53274
                for (int _i185 = 0; _i185 < _list184.size; ++_i185)
53361
                for (int _i189 = 0; _i189 < _list188.size; ++_i189)
53275
                {
53362
                {
53276
                  Order _elem186; // required
53363
                  Order _elem190; // required
53277
                  _elem186 = new Order();
53364
                  _elem190 = new Order();
53278
                  _elem186.read(iprot);
53365
                  _elem190.read(iprot);
53279
                  this.success.add(_elem186);
53366
                  this.success.add(_elem190);
53280
                }
53367
                }
53281
                iprot.readListEnd();
53368
                iprot.readListEnd();
53282
              }
53369
              }
53283
            } else { 
53370
            } else { 
53284
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
53371
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 53298... Line 53385...
53298
 
53385
 
53299
      if (this.isSetSuccess()) {
53386
      if (this.isSetSuccess()) {
53300
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
53387
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
53301
        {
53388
        {
53302
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
53389
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
53303
          for (Order _iter187 : this.success)
53390
          for (Order _iter191 : this.success)
53304
          {
53391
          {
53305
            _iter187.write(oprot);
53392
            _iter191.write(oprot);
53306
          }
53393
          }
53307
          oprot.writeListEnd();
53394
          oprot.writeListEnd();
53308
        }
53395
        }
53309
        oprot.writeFieldEnd();
53396
        oprot.writeFieldEnd();
53310
      }
53397
      }
Line 53682... Line 53769...
53682
            }
53769
            }
53683
            break;
53770
            break;
53684
          case 2: // PICKUP_DETAILS
53771
          case 2: // PICKUP_DETAILS
53685
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
53772
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
53686
              {
53773
              {
53687
                org.apache.thrift.protocol.TMap _map188 = iprot.readMapBegin();
53774
                org.apache.thrift.protocol.TMap _map192 = iprot.readMapBegin();
53688
                this.pickupDetails = new HashMap<String,String>(2*_map188.size);
53775
                this.pickupDetails = new HashMap<String,String>(2*_map192.size);
53689
                for (int _i189 = 0; _i189 < _map188.size; ++_i189)
53776
                for (int _i193 = 0; _i193 < _map192.size; ++_i193)
53690
                {
53777
                {
53691
                  String _key190; // required
53778
                  String _key194; // required
53692
                  String _val191; // required
53779
                  String _val195; // required
53693
                  _key190 = iprot.readString();
53780
                  _key194 = iprot.readString();
53694
                  _val191 = iprot.readString();
53781
                  _val195 = iprot.readString();
53695
                  this.pickupDetails.put(_key190, _val191);
53782
                  this.pickupDetails.put(_key194, _val195);
53696
                }
53783
                }
53697
                iprot.readMapEnd();
53784
                iprot.readMapEnd();
53698
              }
53785
              }
53699
            } else { 
53786
            } else { 
53700
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
53787
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 53718... Line 53805...
53718
      oprot.writeFieldEnd();
53805
      oprot.writeFieldEnd();
53719
      if (this.pickupDetails != null) {
53806
      if (this.pickupDetails != null) {
53720
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
53807
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
53721
        {
53808
        {
53722
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
53809
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
53723
          for (Map.Entry<String, String> _iter192 : this.pickupDetails.entrySet())
53810
          for (Map.Entry<String, String> _iter196 : this.pickupDetails.entrySet())
53724
          {
53811
          {
53725
            oprot.writeString(_iter192.getKey());
53812
            oprot.writeString(_iter196.getKey());
53726
            oprot.writeString(_iter192.getValue());
53813
            oprot.writeString(_iter196.getValue());
53727
          }
53814
          }
53728
          oprot.writeMapEnd();
53815
          oprot.writeMapEnd();
53729
        }
53816
        }
53730
        oprot.writeFieldEnd();
53817
        oprot.writeFieldEnd();
53731
      }
53818
      }
Line 54514... Line 54601...
54514
        }
54601
        }
54515
        switch (field.id) {
54602
        switch (field.id) {
54516
          case 0: // SUCCESS
54603
          case 0: // SUCCESS
54517
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
54604
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
54518
              {
54605
              {
54519
                org.apache.thrift.protocol.TList _list193 = iprot.readListBegin();
54606
                org.apache.thrift.protocol.TList _list197 = iprot.readListBegin();
54520
                this.success = new ArrayList<Order>(_list193.size);
54607
                this.success = new ArrayList<Order>(_list197.size);
54521
                for (int _i194 = 0; _i194 < _list193.size; ++_i194)
54608
                for (int _i198 = 0; _i198 < _list197.size; ++_i198)
54522
                {
54609
                {
54523
                  Order _elem195; // required
54610
                  Order _elem199; // required
54524
                  _elem195 = new Order();
54611
                  _elem199 = new Order();
54525
                  _elem195.read(iprot);
54612
                  _elem199.read(iprot);
54526
                  this.success.add(_elem195);
54613
                  this.success.add(_elem199);
54527
                }
54614
                }
54528
                iprot.readListEnd();
54615
                iprot.readListEnd();
54529
              }
54616
              }
54530
            } else { 
54617
            } else { 
54531
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
54618
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 54545... Line 54632...
54545
 
54632
 
54546
      if (this.isSetSuccess()) {
54633
      if (this.isSetSuccess()) {
54547
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
54634
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
54548
        {
54635
        {
54549
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
54636
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
54550
          for (Order _iter196 : this.success)
54637
          for (Order _iter200 : this.success)
54551
          {
54638
          {
54552
            _iter196.write(oprot);
54639
            _iter200.write(oprot);
54553
          }
54640
          }
54554
          oprot.writeListEnd();
54641
          oprot.writeListEnd();
54555
        }
54642
        }
54556
        oprot.writeFieldEnd();
54643
        oprot.writeFieldEnd();
54557
      }
54644
      }
Line 59095... Line 59182...
59095
        }
59182
        }
59096
        switch (field.id) {
59183
        switch (field.id) {
59097
          case 0: // SUCCESS
59184
          case 0: // SUCCESS
59098
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
59185
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
59099
              {
59186
              {
59100
                org.apache.thrift.protocol.TList _list197 = iprot.readListBegin();
59187
                org.apache.thrift.protocol.TList _list201 = iprot.readListBegin();
59101
                this.success = new ArrayList<ReturnOrder>(_list197.size);
59188
                this.success = new ArrayList<ReturnOrder>(_list201.size);
59102
                for (int _i198 = 0; _i198 < _list197.size; ++_i198)
59189
                for (int _i202 = 0; _i202 < _list201.size; ++_i202)
59103
                {
59190
                {
59104
                  ReturnOrder _elem199; // required
59191
                  ReturnOrder _elem203; // required
59105
                  _elem199 = new ReturnOrder();
59192
                  _elem203 = new ReturnOrder();
59106
                  _elem199.read(iprot);
59193
                  _elem203.read(iprot);
59107
                  this.success.add(_elem199);
59194
                  this.success.add(_elem203);
59108
                }
59195
                }
59109
                iprot.readListEnd();
59196
                iprot.readListEnd();
59110
              }
59197
              }
59111
            } else { 
59198
            } else { 
59112
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
59199
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 59126... Line 59213...
59126
 
59213
 
59127
      if (this.isSetSuccess()) {
59214
      if (this.isSetSuccess()) {
59128
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
59215
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
59129
        {
59216
        {
59130
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
59217
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
59131
          for (ReturnOrder _iter200 : this.success)
59218
          for (ReturnOrder _iter204 : this.success)
59132
          {
59219
          {
59133
            _iter200.write(oprot);
59220
            _iter204.write(oprot);
59134
          }
59221
          }
59135
          oprot.writeListEnd();
59222
          oprot.writeListEnd();
59136
        }
59223
        }
59137
        oprot.writeFieldEnd();
59224
        oprot.writeFieldEnd();
59138
      }
59225
      }
Line 64113... Line 64200...
64113
        }
64200
        }
64114
        switch (field.id) {
64201
        switch (field.id) {
64115
          case 1: // COLLECTED_AMOUNT_MAP
64202
          case 1: // COLLECTED_AMOUNT_MAP
64116
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
64203
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
64117
              {
64204
              {
64118
                org.apache.thrift.protocol.TMap _map201 = iprot.readMapBegin();
64205
                org.apache.thrift.protocol.TMap _map205 = iprot.readMapBegin();
64119
                this.collectedAmountMap = new HashMap<String,Double>(2*_map201.size);
64206
                this.collectedAmountMap = new HashMap<String,Double>(2*_map205.size);
64120
                for (int _i202 = 0; _i202 < _map201.size; ++_i202)
64207
                for (int _i206 = 0; _i206 < _map205.size; ++_i206)
64121
                {
64208
                {
64122
                  String _key203; // required
64209
                  String _key207; // required
64123
                  double _val204; // required
64210
                  double _val208; // required
64124
                  _key203 = iprot.readString();
64211
                  _key207 = iprot.readString();
64125
                  _val204 = iprot.readDouble();
64212
                  _val208 = iprot.readDouble();
64126
                  this.collectedAmountMap.put(_key203, _val204);
64213
                  this.collectedAmountMap.put(_key207, _val208);
64127
                }
64214
                }
64128
                iprot.readMapEnd();
64215
                iprot.readMapEnd();
64129
              }
64216
              }
64130
            } else { 
64217
            } else { 
64131
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
64218
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 64168... Line 64255...
64168
      oprot.writeStructBegin(STRUCT_DESC);
64255
      oprot.writeStructBegin(STRUCT_DESC);
64169
      if (this.collectedAmountMap != null) {
64256
      if (this.collectedAmountMap != null) {
64170
        oprot.writeFieldBegin(COLLECTED_AMOUNT_MAP_FIELD_DESC);
64257
        oprot.writeFieldBegin(COLLECTED_AMOUNT_MAP_FIELD_DESC);
64171
        {
64258
        {
64172
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.DOUBLE, this.collectedAmountMap.size()));
64259
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.DOUBLE, this.collectedAmountMap.size()));
64173
          for (Map.Entry<String, Double> _iter205 : this.collectedAmountMap.entrySet())
64260
          for (Map.Entry<String, Double> _iter209 : this.collectedAmountMap.entrySet())
64174
          {
64261
          {
64175
            oprot.writeString(_iter205.getKey());
64262
            oprot.writeString(_iter209.getKey());
64176
            oprot.writeDouble(_iter205.getValue());
64263
            oprot.writeDouble(_iter209.getValue());
64177
          }
64264
          }
64178
          oprot.writeMapEnd();
64265
          oprot.writeMapEnd();
64179
        }
64266
        }
64180
        oprot.writeFieldEnd();
64267
        oprot.writeFieldEnd();
64181
      }
64268
      }
Line 64575... Line 64662...
64575
        }
64662
        }
64576
        switch (field.id) {
64663
        switch (field.id) {
64577
          case 0: // SUCCESS
64664
          case 0: // SUCCESS
64578
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
64665
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
64579
              {
64666
              {
64580
                org.apache.thrift.protocol.TMap _map206 = iprot.readMapBegin();
64667
                org.apache.thrift.protocol.TMap _map210 = iprot.readMapBegin();
64581
                this.success = new HashMap<String,String>(2*_map206.size);
64668
                this.success = new HashMap<String,String>(2*_map210.size);
64582
                for (int _i207 = 0; _i207 < _map206.size; ++_i207)
64669
                for (int _i211 = 0; _i211 < _map210.size; ++_i211)
64583
                {
64670
                {
64584
                  String _key208; // required
64671
                  String _key212; // required
64585
                  String _val209; // required
64672
                  String _val213; // required
64586
                  _key208 = iprot.readString();
64673
                  _key212 = iprot.readString();
64587
                  _val209 = iprot.readString();
64674
                  _val213 = iprot.readString();
64588
                  this.success.put(_key208, _val209);
64675
                  this.success.put(_key212, _val213);
64589
                }
64676
                }
64590
                iprot.readMapEnd();
64677
                iprot.readMapEnd();
64591
              }
64678
              }
64592
            } else { 
64679
            } else { 
64593
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
64680
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 64615... Line 64702...
64615
 
64702
 
64616
      if (this.isSetSuccess()) {
64703
      if (this.isSetSuccess()) {
64617
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
64704
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
64618
        {
64705
        {
64619
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.success.size()));
64706
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.success.size()));
64620
          for (Map.Entry<String, String> _iter210 : this.success.entrySet())
64707
          for (Map.Entry<String, String> _iter214 : this.success.entrySet())
64621
          {
64708
          {
64622
            oprot.writeString(_iter210.getKey());
64709
            oprot.writeString(_iter214.getKey());
64623
            oprot.writeString(_iter210.getValue());
64710
            oprot.writeString(_iter214.getValue());
64624
          }
64711
          }
64625
          oprot.writeMapEnd();
64712
          oprot.writeMapEnd();
64626
        }
64713
        }
64627
        oprot.writeFieldEnd();
64714
        oprot.writeFieldEnd();
64628
      } else if (this.isSetEx()) {
64715
      } else if (this.isSetEx()) {
Line 65234... Line 65321...
65234
        }
65321
        }
65235
        switch (field.id) {
65322
        switch (field.id) {
65236
          case 0: // SUCCESS
65323
          case 0: // SUCCESS
65237
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
65324
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
65238
              {
65325
              {
65239
                org.apache.thrift.protocol.TList _list211 = iprot.readListBegin();
65326
                org.apache.thrift.protocol.TList _list215 = iprot.readListBegin();
65240
                this.success = new ArrayList<Long>(_list211.size);
65327
                this.success = new ArrayList<Long>(_list215.size);
65241
                for (int _i212 = 0; _i212 < _list211.size; ++_i212)
65328
                for (int _i216 = 0; _i216 < _list215.size; ++_i216)
65242
                {
65329
                {
65243
                  long _elem213; // required
65330
                  long _elem217; // required
65244
                  _elem213 = iprot.readI64();
65331
                  _elem217 = iprot.readI64();
65245
                  this.success.add(_elem213);
65332
                  this.success.add(_elem217);
65246
                }
65333
                }
65247
                iprot.readListEnd();
65334
                iprot.readListEnd();
65248
              }
65335
              }
65249
            } else { 
65336
            } else { 
65250
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
65337
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 65264... Line 65351...
65264
 
65351
 
65265
      if (this.isSetSuccess()) {
65352
      if (this.isSetSuccess()) {
65266
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
65353
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
65267
        {
65354
        {
65268
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
65355
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
65269
          for (long _iter214 : this.success)
65356
          for (long _iter218 : this.success)
65270
          {
65357
          {
65271
            oprot.writeI64(_iter214);
65358
            oprot.writeI64(_iter218);
65272
          }
65359
          }
65273
          oprot.writeListEnd();
65360
          oprot.writeListEnd();
65274
        }
65361
        }
65275
        oprot.writeFieldEnd();
65362
        oprot.writeFieldEnd();
65276
      }
65363
      }
Line 66360... Line 66447...
66360
        }
66447
        }
66361
        switch (field.id) {
66448
        switch (field.id) {
66362
          case 0: // SUCCESS
66449
          case 0: // SUCCESS
66363
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
66450
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
66364
              {
66451
              {
66365
                org.apache.thrift.protocol.TMap _map215 = iprot.readMapBegin();
66452
                org.apache.thrift.protocol.TMap _map219 = iprot.readMapBegin();
66366
                this.success = new HashMap<Long,Long>(2*_map215.size);
66453
                this.success = new HashMap<Long,Long>(2*_map219.size);
66367
                for (int _i216 = 0; _i216 < _map215.size; ++_i216)
66454
                for (int _i220 = 0; _i220 < _map219.size; ++_i220)
66368
                {
66455
                {
66369
                  long _key217; // required
66456
                  long _key221; // required
66370
                  long _val218; // required
66457
                  long _val222; // required
66371
                  _key217 = iprot.readI64();
66458
                  _key221 = iprot.readI64();
66372
                  _val218 = iprot.readI64();
66459
                  _val222 = iprot.readI64();
66373
                  this.success.put(_key217, _val218);
66460
                  this.success.put(_key221, _val222);
66374
                }
66461
                }
66375
                iprot.readMapEnd();
66462
                iprot.readMapEnd();
66376
              }
66463
              }
66377
            } else { 
66464
            } else { 
66378
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
66465
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 66392... Line 66479...
66392
 
66479
 
66393
      if (this.isSetSuccess()) {
66480
      if (this.isSetSuccess()) {
66394
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
66481
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
66395
        {
66482
        {
66396
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
66483
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
66397
          for (Map.Entry<Long, Long> _iter219 : this.success.entrySet())
66484
          for (Map.Entry<Long, Long> _iter223 : this.success.entrySet())
66398
          {
66485
          {
66399
            oprot.writeI64(_iter219.getKey());
66486
            oprot.writeI64(_iter223.getKey());
66400
            oprot.writeI64(_iter219.getValue());
66487
            oprot.writeI64(_iter223.getValue());
66401
          }
66488
          }
66402
          oprot.writeMapEnd();
66489
          oprot.writeMapEnd();
66403
        }
66490
        }
66404
        oprot.writeFieldEnd();
66491
        oprot.writeFieldEnd();
66405
      }
66492
      }
Line 66693... Line 66780...
66693
        }
66780
        }
66694
        switch (field.id) {
66781
        switch (field.id) {
66695
          case 1: // ITEM_IDS
66782
          case 1: // ITEM_IDS
66696
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
66783
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
66697
              {
66784
              {
66698
                org.apache.thrift.protocol.TList _list220 = iprot.readListBegin();
66785
                org.apache.thrift.protocol.TList _list224 = iprot.readListBegin();
66699
                this.itemIds = new ArrayList<Long>(_list220.size);
66786
                this.itemIds = new ArrayList<Long>(_list224.size);
66700
                for (int _i221 = 0; _i221 < _list220.size; ++_i221)
66787
                for (int _i225 = 0; _i225 < _list224.size; ++_i225)
66701
                {
66788
                {
66702
                  long _elem222; // required
66789
                  long _elem226; // required
66703
                  _elem222 = iprot.readI64();
66790
                  _elem226 = iprot.readI64();
66704
                  this.itemIds.add(_elem222);
66791
                  this.itemIds.add(_elem226);
66705
                }
66792
                }
66706
                iprot.readListEnd();
66793
                iprot.readListEnd();
66707
              }
66794
              }
66708
            } else { 
66795
            } else { 
66709
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
66796
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 66724... Line 66811...
66724
      oprot.writeStructBegin(STRUCT_DESC);
66811
      oprot.writeStructBegin(STRUCT_DESC);
66725
      if (this.itemIds != null) {
66812
      if (this.itemIds != null) {
66726
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
66813
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
66727
        {
66814
        {
66728
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.itemIds.size()));
66815
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.itemIds.size()));
66729
          for (long _iter223 : this.itemIds)
66816
          for (long _iter227 : this.itemIds)
66730
          {
66817
          {
66731
            oprot.writeI64(_iter223);
66818
            oprot.writeI64(_iter227);
66732
          }
66819
          }
66733
          oprot.writeListEnd();
66820
          oprot.writeListEnd();
66734
        }
66821
        }
66735
        oprot.writeFieldEnd();
66822
        oprot.writeFieldEnd();
66736
      }
66823
      }
Line 67024... Line 67111...
67024
        }
67111
        }
67025
        switch (field.id) {
67112
        switch (field.id) {
67026
          case 0: // SUCCESS
67113
          case 0: // SUCCESS
67027
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
67114
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
67028
              {
67115
              {
67029
                org.apache.thrift.protocol.TList _list224 = iprot.readListBegin();
67116
                org.apache.thrift.protocol.TList _list228 = iprot.readListBegin();
67030
                this.success = new ArrayList<Order>(_list224.size);
67117
                this.success = new ArrayList<Order>(_list228.size);
67031
                for (int _i225 = 0; _i225 < _list224.size; ++_i225)
67118
                for (int _i229 = 0; _i229 < _list228.size; ++_i229)
67032
                {
67119
                {
67033
                  Order _elem226; // required
67120
                  Order _elem230; // required
67034
                  _elem226 = new Order();
67121
                  _elem230 = new Order();
67035
                  _elem226.read(iprot);
67122
                  _elem230.read(iprot);
67036
                  this.success.add(_elem226);
67123
                  this.success.add(_elem230);
67037
                }
67124
                }
67038
                iprot.readListEnd();
67125
                iprot.readListEnd();
67039
              }
67126
              }
67040
            } else { 
67127
            } else { 
67041
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
67128
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 67055... Line 67142...
67055
 
67142
 
67056
      if (this.isSetSuccess()) {
67143
      if (this.isSetSuccess()) {
67057
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
67144
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
67058
        {
67145
        {
67059
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
67146
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
67060
          for (Order _iter227 : this.success)
67147
          for (Order _iter231 : this.success)
67061
          {
67148
          {
67062
            _iter227.write(oprot);
67149
            _iter231.write(oprot);
67063
          }
67150
          }
67064
          oprot.writeListEnd();
67151
          oprot.writeListEnd();
67065
        }
67152
        }
67066
        oprot.writeFieldEnd();
67153
        oprot.writeFieldEnd();
67067
      }
67154
      }
Line 71247... Line 71334...
71247
      }
71334
      }
71248
    }
71335
    }
71249
 
71336
 
71250
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
71337
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
71251
      try {
71338
      try {
-
 
71339
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
71340
        __isset_bit_vector = new BitSet(1);
71252
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
71341
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
71253
      } catch (org.apache.thrift.TException te) {
71342
      } catch (org.apache.thrift.TException te) {
71254
        throw new java.io.IOException(te);
71343
        throw new java.io.IOException(te);
71255
      }
71344
      }
71256
    }
71345
    }
Line 75013... Line 75102...
75013
        }
75102
        }
75014
        switch (field.id) {
75103
        switch (field.id) {
75015
          case 0: // SUCCESS
75104
          case 0: // SUCCESS
75016
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
75105
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
75017
              {
75106
              {
75018
                org.apache.thrift.protocol.TMap _map228 = iprot.readMapBegin();
75107
                org.apache.thrift.protocol.TMap _map232 = iprot.readMapBegin();
75019
                this.success = new HashMap<Integer,TimeoutSummary>(2*_map228.size);
75108
                this.success = new HashMap<Integer,TimeoutSummary>(2*_map232.size);
75020
                for (int _i229 = 0; _i229 < _map228.size; ++_i229)
75109
                for (int _i233 = 0; _i233 < _map232.size; ++_i233)
75021
                {
75110
                {
75022
                  int _key230; // required
75111
                  int _key234; // required
75023
                  TimeoutSummary _val231; // required
75112
                  TimeoutSummary _val235; // required
75024
                  _key230 = iprot.readI32();
75113
                  _key234 = iprot.readI32();
75025
                  _val231 = new TimeoutSummary();
75114
                  _val235 = new TimeoutSummary();
75026
                  _val231.read(iprot);
75115
                  _val235.read(iprot);
75027
                  this.success.put(_key230, _val231);
75116
                  this.success.put(_key234, _val235);
75028
                }
75117
                }
75029
                iprot.readMapEnd();
75118
                iprot.readMapEnd();
75030
              }
75119
              }
75031
            } else { 
75120
            } else { 
75032
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
75121
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 75054... Line 75143...
75054
 
75143
 
75055
      if (this.isSetSuccess()) {
75144
      if (this.isSetSuccess()) {
75056
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
75145
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
75057
        {
75146
        {
75058
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I32, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
75147
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I32, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
75059
          for (Map.Entry<Integer, TimeoutSummary> _iter232 : this.success.entrySet())
75148
          for (Map.Entry<Integer, TimeoutSummary> _iter236 : this.success.entrySet())
75060
          {
75149
          {
75061
            oprot.writeI32(_iter232.getKey());
75150
            oprot.writeI32(_iter236.getKey());
75062
            _iter232.getValue().write(oprot);
75151
            _iter236.getValue().write(oprot);
75063
          }
75152
          }
75064
          oprot.writeMapEnd();
75153
          oprot.writeMapEnd();
75065
        }
75154
        }
75066
        oprot.writeFieldEnd();
75155
        oprot.writeFieldEnd();
75067
      } else if (this.isSetEx()) {
75156
      } else if (this.isSetEx()) {
Line 76797... Line 76886...
76797
            }
76886
            }
76798
            break;
76887
            break;
76799
          case 2: // ORDER_STATUS_LIST
76888
          case 2: // ORDER_STATUS_LIST
76800
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
76889
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
76801
              {
76890
              {
76802
                org.apache.thrift.protocol.TList _list233 = iprot.readListBegin();
76891
                org.apache.thrift.protocol.TList _list237 = iprot.readListBegin();
76803
                this.order_status_list = new ArrayList<OrderStatus>(_list233.size);
76892
                this.order_status_list = new ArrayList<OrderStatus>(_list237.size);
76804
                for (int _i234 = 0; _i234 < _list233.size; ++_i234)
76893
                for (int _i238 = 0; _i238 < _list237.size; ++_i238)
76805
                {
76894
                {
76806
                  OrderStatus _elem235; // required
76895
                  OrderStatus _elem239; // required
76807
                  _elem235 = OrderStatus.findByValue(iprot.readI32());
76896
                  _elem239 = OrderStatus.findByValue(iprot.readI32());
76808
                  this.order_status_list.add(_elem235);
76897
                  this.order_status_list.add(_elem239);
76809
                }
76898
                }
76810
                iprot.readListEnd();
76899
                iprot.readListEnd();
76811
              }
76900
              }
76812
            } else { 
76901
            } else { 
76813
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
76902
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 76831... Line 76920...
76831
      oprot.writeFieldEnd();
76920
      oprot.writeFieldEnd();
76832
      if (this.order_status_list != null) {
76921
      if (this.order_status_list != null) {
76833
        oprot.writeFieldBegin(ORDER_STATUS_LIST_FIELD_DESC);
76922
        oprot.writeFieldBegin(ORDER_STATUS_LIST_FIELD_DESC);
76834
        {
76923
        {
76835
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.order_status_list.size()));
76924
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.order_status_list.size()));
76836
          for (OrderStatus _iter236 : this.order_status_list)
76925
          for (OrderStatus _iter240 : this.order_status_list)
76837
          {
76926
          {
76838
            oprot.writeI32(_iter236.getValue());
76927
            oprot.writeI32(_iter240.getValue());
76839
          }
76928
          }
76840
          oprot.writeListEnd();
76929
          oprot.writeListEnd();
76841
        }
76930
        }
76842
        oprot.writeFieldEnd();
76931
        oprot.writeFieldEnd();
76843
      }
76932
      }
Line 77205... Line 77294...
77205
        }
77294
        }
77206
        switch (field.id) {
77295
        switch (field.id) {
77207
          case 0: // SUCCESS
77296
          case 0: // SUCCESS
77208
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
77297
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
77209
              {
77298
              {
77210
                org.apache.thrift.protocol.TList _list237 = iprot.readListBegin();
77299
                org.apache.thrift.protocol.TList _list241 = iprot.readListBegin();
77211
                this.success = new ArrayList<Order>(_list237.size);
77300
                this.success = new ArrayList<Order>(_list241.size);
77212
                for (int _i238 = 0; _i238 < _list237.size; ++_i238)
77301
                for (int _i242 = 0; _i242 < _list241.size; ++_i242)
77213
                {
77302
                {
77214
                  Order _elem239; // required
77303
                  Order _elem243; // required
77215
                  _elem239 = new Order();
77304
                  _elem243 = new Order();
77216
                  _elem239.read(iprot);
77305
                  _elem243.read(iprot);
77217
                  this.success.add(_elem239);
77306
                  this.success.add(_elem243);
77218
                }
77307
                }
77219
                iprot.readListEnd();
77308
                iprot.readListEnd();
77220
              }
77309
              }
77221
            } else { 
77310
            } else { 
77222
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
77311
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 77244... Line 77333...
77244
 
77333
 
77245
      if (this.isSetSuccess()) {
77334
      if (this.isSetSuccess()) {
77246
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
77335
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
77247
        {
77336
        {
77248
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
77337
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
77249
          for (Order _iter240 : this.success)
77338
          for (Order _iter244 : this.success)
77250
          {
77339
          {
77251
            _iter240.write(oprot);
77340
            _iter244.write(oprot);
77252
          }
77341
          }
77253
          oprot.writeListEnd();
77342
          oprot.writeListEnd();
77254
        }
77343
        }
77255
        oprot.writeFieldEnd();
77344
        oprot.writeFieldEnd();
77256
      } else if (this.isSetEx()) {
77345
      } else if (this.isSetEx()) {
Line 78084... Line 78173...
78084
        }
78173
        }
78085
        switch (field.id) {
78174
        switch (field.id) {
78086
          case 0: // SUCCESS
78175
          case 0: // SUCCESS
78087
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
78176
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
78088
              {
78177
              {
78089
                org.apache.thrift.protocol.TList _list241 = iprot.readListBegin();
78178
                org.apache.thrift.protocol.TList _list245 = iprot.readListBegin();
78090
                this.success = new ArrayList<Order>(_list241.size);
78179
                this.success = new ArrayList<Order>(_list245.size);
78091
                for (int _i242 = 0; _i242 < _list241.size; ++_i242)
78180
                for (int _i246 = 0; _i246 < _list245.size; ++_i246)
78092
                {
78181
                {
78093
                  Order _elem243; // required
78182
                  Order _elem247; // required
78094
                  _elem243 = new Order();
78183
                  _elem247 = new Order();
78095
                  _elem243.read(iprot);
78184
                  _elem247.read(iprot);
78096
                  this.success.add(_elem243);
78185
                  this.success.add(_elem247);
78097
                }
78186
                }
78098
                iprot.readListEnd();
78187
                iprot.readListEnd();
78099
              }
78188
              }
78100
            } else { 
78189
            } else { 
78101
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
78190
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 78123... Line 78212...
78123
 
78212
 
78124
      if (this.isSetSuccess()) {
78213
      if (this.isSetSuccess()) {
78125
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
78214
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
78126
        {
78215
        {
78127
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
78216
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
78128
          for (Order _iter244 : this.success)
78217
          for (Order _iter248 : this.success)
78129
          {
78218
          {
78130
            _iter244.write(oprot);
78219
            _iter248.write(oprot);
78131
          }
78220
          }
78132
          oprot.writeListEnd();
78221
          oprot.writeListEnd();
78133
        }
78222
        }
78134
        oprot.writeFieldEnd();
78223
        oprot.writeFieldEnd();
78135
      } else if (this.isSetEx()) {
78224
      } else if (this.isSetEx()) {
Line 78703... Line 78792...
78703
        }
78792
        }
78704
        switch (field.id) {
78793
        switch (field.id) {
78705
          case 0: // SUCCESS
78794
          case 0: // SUCCESS
78706
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
78795
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
78707
              {
78796
              {
78708
                org.apache.thrift.protocol.TList _list245 = iprot.readListBegin();
78797
                org.apache.thrift.protocol.TList _list249 = iprot.readListBegin();
78709
                this.success = new ArrayList<Order>(_list245.size);
78798
                this.success = new ArrayList<Order>(_list249.size);
78710
                for (int _i246 = 0; _i246 < _list245.size; ++_i246)
78799
                for (int _i250 = 0; _i250 < _list249.size; ++_i250)
78711
                {
78800
                {
78712
                  Order _elem247; // required
78801
                  Order _elem251; // required
78713
                  _elem247 = new Order();
78802
                  _elem251 = new Order();
78714
                  _elem247.read(iprot);
78803
                  _elem251.read(iprot);
78715
                  this.success.add(_elem247);
78804
                  this.success.add(_elem251);
78716
                }
78805
                }
78717
                iprot.readListEnd();
78806
                iprot.readListEnd();
78718
              }
78807
              }
78719
            } else { 
78808
            } else { 
78720
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
78809
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 78742... Line 78831...
78742
 
78831
 
78743
      if (this.isSetSuccess()) {
78832
      if (this.isSetSuccess()) {
78744
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
78833
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
78745
        {
78834
        {
78746
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
78835
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
78747
          for (Order _iter248 : this.success)
78836
          for (Order _iter252 : this.success)
78748
          {
78837
          {
78749
            _iter248.write(oprot);
78838
            _iter252.write(oprot);
78750
          }
78839
          }
78751
          oprot.writeListEnd();
78840
          oprot.writeListEnd();
78752
        }
78841
        }
78753
        oprot.writeFieldEnd();
78842
        oprot.writeFieldEnd();
78754
      } else if (this.isSetEx()) {
78843
      } else if (this.isSetEx()) {
Line 79499... Line 79588...
79499
        }
79588
        }
79500
        switch (field.id) {
79589
        switch (field.id) {
79501
          case 0: // SUCCESS
79590
          case 0: // SUCCESS
79502
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
79591
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
79503
              {
79592
              {
79504
                org.apache.thrift.protocol.TList _list249 = iprot.readListBegin();
79593
                org.apache.thrift.protocol.TList _list253 = iprot.readListBegin();
79505
                this.success = new ArrayList<Order>(_list249.size);
79594
                this.success = new ArrayList<Order>(_list253.size);
79506
                for (int _i250 = 0; _i250 < _list249.size; ++_i250)
79595
                for (int _i254 = 0; _i254 < _list253.size; ++_i254)
79507
                {
79596
                {
79508
                  Order _elem251; // required
79597
                  Order _elem255; // required
79509
                  _elem251 = new Order();
79598
                  _elem255 = new Order();
79510
                  _elem251.read(iprot);
79599
                  _elem255.read(iprot);
79511
                  this.success.add(_elem251);
79600
                  this.success.add(_elem255);
79512
                }
79601
                }
79513
                iprot.readListEnd();
79602
                iprot.readListEnd();
79514
              }
79603
              }
79515
            } else { 
79604
            } else { 
79516
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
79605
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 79538... Line 79627...
79538
 
79627
 
79539
      if (this.isSetSuccess()) {
79628
      if (this.isSetSuccess()) {
79540
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
79629
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
79541
        {
79630
        {
79542
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
79631
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
79543
          for (Order _iter252 : this.success)
79632
          for (Order _iter256 : this.success)
79544
          {
79633
          {
79545
            _iter252.write(oprot);
79634
            _iter256.write(oprot);
79546
          }
79635
          }
79547
          oprot.writeListEnd();
79636
          oprot.writeListEnd();
79548
        }
79637
        }
79549
        oprot.writeFieldEnd();
79638
        oprot.writeFieldEnd();
79550
      } else if (this.isSetEx()) {
79639
      } else if (this.isSetEx()) {
Line 79855... Line 79944...
79855
        }
79944
        }
79856
        switch (field.id) {
79945
        switch (field.id) {
79857
          case 1: // MAP_AWBAND_AMOUNT
79946
          case 1: // MAP_AWBAND_AMOUNT
79858
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
79947
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
79859
              {
79948
              {
79860
                org.apache.thrift.protocol.TMap _map253 = iprot.readMapBegin();
79949
                org.apache.thrift.protocol.TMap _map257 = iprot.readMapBegin();
79861
                this.mapAWBAndAmount = new HashMap<Long,Double>(2*_map253.size);
79950
                this.mapAWBAndAmount = new HashMap<Long,Double>(2*_map257.size);
79862
                for (int _i254 = 0; _i254 < _map253.size; ++_i254)
79951
                for (int _i258 = 0; _i258 < _map257.size; ++_i258)
79863
                {
79952
                {
79864
                  long _key255; // required
79953
                  long _key259; // required
79865
                  double _val256; // required
79954
                  double _val260; // required
79866
                  _key255 = iprot.readI64();
79955
                  _key259 = iprot.readI64();
79867
                  _val256 = iprot.readDouble();
79956
                  _val260 = iprot.readDouble();
79868
                  this.mapAWBAndAmount.put(_key255, _val256);
79957
                  this.mapAWBAndAmount.put(_key259, _val260);
79869
                }
79958
                }
79870
                iprot.readMapEnd();
79959
                iprot.readMapEnd();
79871
              }
79960
              }
79872
            } else { 
79961
            } else { 
79873
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
79962
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 79888... Line 79977...
79888
      oprot.writeStructBegin(STRUCT_DESC);
79977
      oprot.writeStructBegin(STRUCT_DESC);
79889
      if (this.mapAWBAndAmount != null) {
79978
      if (this.mapAWBAndAmount != null) {
79890
        oprot.writeFieldBegin(MAP_AWBAND_AMOUNT_FIELD_DESC);
79979
        oprot.writeFieldBegin(MAP_AWBAND_AMOUNT_FIELD_DESC);
79891
        {
79980
        {
79892
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.mapAWBAndAmount.size()));
79981
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.mapAWBAndAmount.size()));
79893
          for (Map.Entry<Long, Double> _iter257 : this.mapAWBAndAmount.entrySet())
79982
          for (Map.Entry<Long, Double> _iter261 : this.mapAWBAndAmount.entrySet())
79894
          {
79983
          {
79895
            oprot.writeI64(_iter257.getKey());
79984
            oprot.writeI64(_iter261.getKey());
79896
            oprot.writeDouble(_iter257.getValue());
79985
            oprot.writeDouble(_iter261.getValue());
79897
          }
79986
          }
79898
          oprot.writeMapEnd();
79987
          oprot.writeMapEnd();
79899
        }
79988
        }
79900
        oprot.writeFieldEnd();
79989
        oprot.writeFieldEnd();
79901
      }
79990
      }
Line 83355... Line 83444...
83355
        }
83444
        }
83356
        switch (field.id) {
83445
        switch (field.id) {
83357
          case 0: // SUCCESS
83446
          case 0: // SUCCESS
83358
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
83447
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
83359
              {
83448
              {
83360
                org.apache.thrift.protocol.TMap _map258 = iprot.readMapBegin();
83449
                org.apache.thrift.protocol.TMap _map262 = iprot.readMapBegin();
83361
                this.success = new HashMap<Long,String>(2*_map258.size);
83450
                this.success = new HashMap<Long,String>(2*_map262.size);
83362
                for (int _i259 = 0; _i259 < _map258.size; ++_i259)
83451
                for (int _i263 = 0; _i263 < _map262.size; ++_i263)
83363
                {
83452
                {
83364
                  long _key260; // required
83453
                  long _key264; // required
83365
                  String _val261; // required
83454
                  String _val265; // required
83366
                  _key260 = iprot.readI64();
83455
                  _key264 = iprot.readI64();
83367
                  _val261 = iprot.readString();
83456
                  _val265 = iprot.readString();
83368
                  this.success.put(_key260, _val261);
83457
                  this.success.put(_key264, _val265);
83369
                }
83458
                }
83370
                iprot.readMapEnd();
83459
                iprot.readMapEnd();
83371
              }
83460
              }
83372
            } else { 
83461
            } else { 
83373
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
83462
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 83395... Line 83484...
83395
 
83484
 
83396
      if (this.isSetSuccess()) {
83485
      if (this.isSetSuccess()) {
83397
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
83486
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
83398
        {
83487
        {
83399
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
83488
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
83400
          for (Map.Entry<Long, String> _iter262 : this.success.entrySet())
83489
          for (Map.Entry<Long, String> _iter266 : this.success.entrySet())
83401
          {
83490
          {
83402
            oprot.writeI64(_iter262.getKey());
83491
            oprot.writeI64(_iter266.getKey());
83403
            oprot.writeString(_iter262.getValue());
83492
            oprot.writeString(_iter266.getValue());
83404
          }
83493
          }
83405
          oprot.writeMapEnd();
83494
          oprot.writeMapEnd();
83406
        }
83495
        }
83407
        oprot.writeFieldEnd();
83496
        oprot.writeFieldEnd();
83408
      } else if (this.isSetEx()) {
83497
      } else if (this.isSetEx()) {
Line 85499... Line 85588...
85499
        }
85588
        }
85500
        switch (field.id) {
85589
        switch (field.id) {
85501
          case 0: // SUCCESS
85590
          case 0: // SUCCESS
85502
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85591
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85503
              {
85592
              {
85504
                org.apache.thrift.protocol.TList _list263 = iprot.readListBegin();
85593
                org.apache.thrift.protocol.TList _list267 = iprot.readListBegin();
85505
                this.success = new ArrayList<PaymentSettlement>(_list263.size);
85594
                this.success = new ArrayList<PaymentSettlement>(_list267.size);
85506
                for (int _i264 = 0; _i264 < _list263.size; ++_i264)
85595
                for (int _i268 = 0; _i268 < _list267.size; ++_i268)
85507
                {
85596
                {
85508
                  PaymentSettlement _elem265; // required
85597
                  PaymentSettlement _elem269; // required
85509
                  _elem265 = new PaymentSettlement();
85598
                  _elem269 = new PaymentSettlement();
85510
                  _elem265.read(iprot);
85599
                  _elem269.read(iprot);
85511
                  this.success.add(_elem265);
85600
                  this.success.add(_elem269);
85512
                }
85601
                }
85513
                iprot.readListEnd();
85602
                iprot.readListEnd();
85514
              }
85603
              }
85515
            } else { 
85604
            } else { 
85516
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
85605
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 85538... Line 85627...
85538
 
85627
 
85539
      if (this.isSetSuccess()) {
85628
      if (this.isSetSuccess()) {
85540
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
85629
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
85541
        {
85630
        {
85542
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
85631
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
85543
          for (PaymentSettlement _iter266 : this.success)
85632
          for (PaymentSettlement _iter270 : this.success)
85544
          {
85633
          {
85545
            _iter266.write(oprot);
85634
            _iter270.write(oprot);
85546
          }
85635
          }
85547
          oprot.writeListEnd();
85636
          oprot.writeListEnd();
85548
        }
85637
        }
85549
        oprot.writeFieldEnd();
85638
        oprot.writeFieldEnd();
85550
      } else if (this.isSetEx()) {
85639
      } else if (this.isSetEx()) {
Line 85850... Line 85939...
85850
        }
85939
        }
85851
        switch (field.id) {
85940
        switch (field.id) {
85852
          case 1: // ORDER_IDS
85941
          case 1: // ORDER_IDS
85853
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85942
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85854
              {
85943
              {
85855
                org.apache.thrift.protocol.TList _list267 = iprot.readListBegin();
85944
                org.apache.thrift.protocol.TList _list271 = iprot.readListBegin();
85856
                this.orderIds = new ArrayList<Long>(_list267.size);
85945
                this.orderIds = new ArrayList<Long>(_list271.size);
85857
                for (int _i268 = 0; _i268 < _list267.size; ++_i268)
85946
                for (int _i272 = 0; _i272 < _list271.size; ++_i272)
85858
                {
85947
                {
85859
                  long _elem269; // required
85948
                  long _elem273; // required
85860
                  _elem269 = iprot.readI64();
85949
                  _elem273 = iprot.readI64();
85861
                  this.orderIds.add(_elem269);
85950
                  this.orderIds.add(_elem273);
85862
                }
85951
                }
85863
                iprot.readListEnd();
85952
                iprot.readListEnd();
85864
              }
85953
              }
85865
            } else { 
85954
            } else { 
85866
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
85955
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 85881... Line 85970...
85881
      oprot.writeStructBegin(STRUCT_DESC);
85970
      oprot.writeStructBegin(STRUCT_DESC);
85882
      if (this.orderIds != null) {
85971
      if (this.orderIds != null) {
85883
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
85972
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
85884
        {
85973
        {
85885
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
85974
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
85886
          for (long _iter270 : this.orderIds)
85975
          for (long _iter274 : this.orderIds)
85887
          {
85976
          {
85888
            oprot.writeI64(_iter270);
85977
            oprot.writeI64(_iter274);
85889
          }
85978
          }
85890
          oprot.writeListEnd();
85979
          oprot.writeListEnd();
85891
        }
85980
        }
85892
        oprot.writeFieldEnd();
85981
        oprot.writeFieldEnd();
85893
      }
85982
      }
Line 86249... Line 86338...
86249
        }
86338
        }
86250
        switch (field.id) {
86339
        switch (field.id) {
86251
          case 0: // SUCCESS
86340
          case 0: // SUCCESS
86252
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
86341
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
86253
              {
86342
              {
86254
                org.apache.thrift.protocol.TList _list271 = iprot.readListBegin();
86343
                org.apache.thrift.protocol.TList _list275 = iprot.readListBegin();
86255
                this.success = new ArrayList<Long>(_list271.size);
86344
                this.success = new ArrayList<Long>(_list275.size);
86256
                for (int _i272 = 0; _i272 < _list271.size; ++_i272)
86345
                for (int _i276 = 0; _i276 < _list275.size; ++_i276)
86257
                {
86346
                {
86258
                  long _elem273; // required
86347
                  long _elem277; // required
86259
                  _elem273 = iprot.readI64();
86348
                  _elem277 = iprot.readI64();
86260
                  this.success.add(_elem273);
86349
                  this.success.add(_elem277);
86261
                }
86350
                }
86262
                iprot.readListEnd();
86351
                iprot.readListEnd();
86263
              }
86352
              }
86264
            } else { 
86353
            } else { 
86265
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
86354
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 86287... Line 86376...
86287
 
86376
 
86288
      if (this.isSetSuccess()) {
86377
      if (this.isSetSuccess()) {
86289
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
86378
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
86290
        {
86379
        {
86291
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
86380
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
86292
          for (long _iter274 : this.success)
86381
          for (long _iter278 : this.success)
86293
          {
86382
          {
86294
            oprot.writeI64(_iter274);
86383
            oprot.writeI64(_iter278);
86295
          }
86384
          }
86296
          oprot.writeListEnd();
86385
          oprot.writeListEnd();
86297
        }
86386
        }
86298
        oprot.writeFieldEnd();
86387
        oprot.writeFieldEnd();
86299
      } else if (this.isSetEx()) {
86388
      } else if (this.isSetEx()) {
Line 86743... Line 86832...
86743
        }
86832
        }
86744
        switch (field.id) {
86833
        switch (field.id) {
86745
          case 1: // ITEM_ID_QUANTITY_MAP
86834
          case 1: // ITEM_ID_QUANTITY_MAP
86746
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
86835
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
86747
              {
86836
              {
86748
                org.apache.thrift.protocol.TMap _map275 = iprot.readMapBegin();
86837
                org.apache.thrift.protocol.TMap _map279 = iprot.readMapBegin();
86749
                this.itemIdQuantityMap = new HashMap<Long,Long>(2*_map275.size);
86838
                this.itemIdQuantityMap = new HashMap<Long,Long>(2*_map279.size);
86750
                for (int _i276 = 0; _i276 < _map275.size; ++_i276)
86839
                for (int _i280 = 0; _i280 < _map279.size; ++_i280)
86751
                {
86840
                {
86752
                  long _key277; // required
86841
                  long _key281; // required
86753
                  long _val278; // required
86842
                  long _val282; // required
86754
                  _key277 = iprot.readI64();
86843
                  _key281 = iprot.readI64();
86755
                  _val278 = iprot.readI64();
86844
                  _val282 = iprot.readI64();
86756
                  this.itemIdQuantityMap.put(_key277, _val278);
86845
                  this.itemIdQuantityMap.put(_key281, _val282);
86757
                }
86846
                }
86758
                iprot.readMapEnd();
86847
                iprot.readMapEnd();
86759
              }
86848
              }
86760
            } else { 
86849
            } else { 
86761
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
86850
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 86792... Line 86881...
86792
      oprot.writeStructBegin(STRUCT_DESC);
86881
      oprot.writeStructBegin(STRUCT_DESC);
86793
      if (this.itemIdQuantityMap != null) {
86882
      if (this.itemIdQuantityMap != null) {
86794
        oprot.writeFieldBegin(ITEM_ID_QUANTITY_MAP_FIELD_DESC);
86883
        oprot.writeFieldBegin(ITEM_ID_QUANTITY_MAP_FIELD_DESC);
86795
        {
86884
        {
86796
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.itemIdQuantityMap.size()));
86885
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.itemIdQuantityMap.size()));
86797
          for (Map.Entry<Long, Long> _iter279 : this.itemIdQuantityMap.entrySet())
86886
          for (Map.Entry<Long, Long> _iter283 : this.itemIdQuantityMap.entrySet())
86798
          {
86887
          {
86799
            oprot.writeI64(_iter279.getKey());
86888
            oprot.writeI64(_iter283.getKey());
86800
            oprot.writeI64(_iter279.getValue());
86889
            oprot.writeI64(_iter283.getValue());
86801
          }
86890
          }
86802
          oprot.writeMapEnd();
86891
          oprot.writeMapEnd();
86803
        }
86892
        }
86804
        oprot.writeFieldEnd();
86893
        oprot.writeFieldEnd();
86805
      }
86894
      }
Line 87765... Line 87854...
87765
        }
87854
        }
87766
        switch (field.id) {
87855
        switch (field.id) {
87767
          case 0: // SUCCESS
87856
          case 0: // SUCCESS
87768
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
87857
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
87769
              {
87858
              {
87770
                org.apache.thrift.protocol.TList _list280 = iprot.readListBegin();
87859
                org.apache.thrift.protocol.TList _list284 = iprot.readListBegin();
87771
                this.success = new ArrayList<Order>(_list280.size);
87860
                this.success = new ArrayList<Order>(_list284.size);
87772
                for (int _i281 = 0; _i281 < _list280.size; ++_i281)
87861
                for (int _i285 = 0; _i285 < _list284.size; ++_i285)
87773
                {
87862
                {
87774
                  Order _elem282; // required
87863
                  Order _elem286; // required
87775
                  _elem282 = new Order();
87864
                  _elem286 = new Order();
87776
                  _elem282.read(iprot);
87865
                  _elem286.read(iprot);
87777
                  this.success.add(_elem282);
87866
                  this.success.add(_elem286);
87778
                }
87867
                }
87779
                iprot.readListEnd();
87868
                iprot.readListEnd();
87780
              }
87869
              }
87781
            } else { 
87870
            } else { 
87782
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
87871
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 87804... Line 87893...
87804
 
87893
 
87805
      if (this.isSetSuccess()) {
87894
      if (this.isSetSuccess()) {
87806
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
87895
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
87807
        {
87896
        {
87808
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
87897
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
87809
          for (Order _iter283 : this.success)
87898
          for (Order _iter287 : this.success)
87810
          {
87899
          {
87811
            _iter283.write(oprot);
87900
            _iter287.write(oprot);
87812
          }
87901
          }
87813
          oprot.writeListEnd();
87902
          oprot.writeListEnd();
87814
        }
87903
        }
87815
        oprot.writeFieldEnd();
87904
        oprot.writeFieldEnd();
87816
      } else if (this.isSetEx()) {
87905
      } else if (this.isSetEx()) {
Line 87828... Line 87917...
87828
      boolean first = true;
87917
      boolean first = true;
87829
 
87918
 
87830
      sb.append("success:");
87919
      sb.append("success:");
87831
      if (this.success == null) {
87920
      if (this.success == null) {
87832
        sb.append("null");
87921
        sb.append("null");
-
 
87922
      } else {
-
 
87923
        sb.append(this.success);
-
 
87924
      }
-
 
87925
      first = false;
-
 
87926
      if (!first) sb.append(", ");
-
 
87927
      sb.append("ex:");
-
 
87928
      if (this.ex == null) {
-
 
87929
        sb.append("null");
-
 
87930
      } else {
-
 
87931
        sb.append(this.ex);
-
 
87932
      }
-
 
87933
      first = false;
-
 
87934
      sb.append(")");
-
 
87935
      return sb.toString();
-
 
87936
    }
-
 
87937
 
-
 
87938
    public void validate() throws org.apache.thrift.TException {
-
 
87939
      // check for required fields
-
 
87940
    }
-
 
87941
 
-
 
87942
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
87943
      try {
-
 
87944
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
87945
      } catch (org.apache.thrift.TException te) {
-
 
87946
        throw new java.io.IOException(te);
-
 
87947
      }
-
 
87948
    }
-
 
87949
 
-
 
87950
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
87951
      try {
-
 
87952
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
87953
      } catch (org.apache.thrift.TException te) {
-
 
87954
        throw new java.io.IOException(te);
-
 
87955
      }
-
 
87956
    }
-
 
87957
 
-
 
87958
  }
-
 
87959
 
-
 
87960
  public static class getStatusDistributionOfOrders_args implements org.apache.thrift.TBase<getStatusDistributionOfOrders_args, getStatusDistributionOfOrders_args._Fields>, java.io.Serializable, Cloneable   {
-
 
87961
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getStatusDistributionOfOrders_args");
-
 
87962
 
-
 
87963
    private static final org.apache.thrift.protocol.TField START_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("startDate", org.apache.thrift.protocol.TType.I64, (short)1);
-
 
87964
    private static final org.apache.thrift.protocol.TField END_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("endDate", org.apache.thrift.protocol.TType.I64, (short)2);
-
 
87965
 
-
 
87966
    private long startDate; // required
-
 
87967
    private long endDate; // required
-
 
87968
 
-
 
87969
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
87970
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
87971
      START_DATE((short)1, "startDate"),
-
 
87972
      END_DATE((short)2, "endDate");
-
 
87973
 
-
 
87974
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
87975
 
-
 
87976
      static {
-
 
87977
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
87978
          byName.put(field.getFieldName(), field);
-
 
87979
        }
-
 
87980
      }
-
 
87981
 
-
 
87982
      /**
-
 
87983
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
87984
       */
-
 
87985
      public static _Fields findByThriftId(int fieldId) {
-
 
87986
        switch(fieldId) {
-
 
87987
          case 1: // START_DATE
-
 
87988
            return START_DATE;
-
 
87989
          case 2: // END_DATE
-
 
87990
            return END_DATE;
-
 
87991
          default:
-
 
87992
            return null;
-
 
87993
        }
-
 
87994
      }
-
 
87995
 
-
 
87996
      /**
-
 
87997
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
87998
       * if it is not found.
-
 
87999
       */
-
 
88000
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
88001
        _Fields fields = findByThriftId(fieldId);
-
 
88002
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
88003
        return fields;
-
 
88004
      }
-
 
88005
 
-
 
88006
      /**
-
 
88007
       * Find the _Fields constant that matches name, or null if its not found.
-
 
88008
       */
-
 
88009
      public static _Fields findByName(String name) {
-
 
88010
        return byName.get(name);
-
 
88011
      }
-
 
88012
 
-
 
88013
      private final short _thriftId;
-
 
88014
      private final String _fieldName;
-
 
88015
 
-
 
88016
      _Fields(short thriftId, String fieldName) {
-
 
88017
        _thriftId = thriftId;
-
 
88018
        _fieldName = fieldName;
-
 
88019
      }
-
 
88020
 
-
 
88021
      public short getThriftFieldId() {
-
 
88022
        return _thriftId;
-
 
88023
      }
-
 
88024
 
-
 
88025
      public String getFieldName() {
-
 
88026
        return _fieldName;
-
 
88027
      }
-
 
88028
    }
-
 
88029
 
-
 
88030
    // isset id assignments
-
 
88031
    private static final int __STARTDATE_ISSET_ID = 0;
-
 
88032
    private static final int __ENDDATE_ISSET_ID = 1;
-
 
88033
    private BitSet __isset_bit_vector = new BitSet(2);
-
 
88034
 
-
 
88035
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
88036
    static {
-
 
88037
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
88038
      tmpMap.put(_Fields.START_DATE, new org.apache.thrift.meta_data.FieldMetaData("startDate", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
88039
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
88040
      tmpMap.put(_Fields.END_DATE, new org.apache.thrift.meta_data.FieldMetaData("endDate", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
88041
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
88042
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
88043
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getStatusDistributionOfOrders_args.class, metaDataMap);
-
 
88044
    }
-
 
88045
 
-
 
88046
    public getStatusDistributionOfOrders_args() {
-
 
88047
    }
-
 
88048
 
-
 
88049
    public getStatusDistributionOfOrders_args(
-
 
88050
      long startDate,
-
 
88051
      long endDate)
-
 
88052
    {
-
 
88053
      this();
-
 
88054
      this.startDate = startDate;
-
 
88055
      setStartDateIsSet(true);
-
 
88056
      this.endDate = endDate;
-
 
88057
      setEndDateIsSet(true);
-
 
88058
    }
-
 
88059
 
-
 
88060
    /**
-
 
88061
     * Performs a deep copy on <i>other</i>.
-
 
88062
     */
-
 
88063
    public getStatusDistributionOfOrders_args(getStatusDistributionOfOrders_args other) {
-
 
88064
      __isset_bit_vector.clear();
-
 
88065
      __isset_bit_vector.or(other.__isset_bit_vector);
-
 
88066
      this.startDate = other.startDate;
-
 
88067
      this.endDate = other.endDate;
-
 
88068
    }
-
 
88069
 
-
 
88070
    public getStatusDistributionOfOrders_args deepCopy() {
-
 
88071
      return new getStatusDistributionOfOrders_args(this);
-
 
88072
    }
-
 
88073
 
-
 
88074
    @Override
-
 
88075
    public void clear() {
-
 
88076
      setStartDateIsSet(false);
-
 
88077
      this.startDate = 0;
-
 
88078
      setEndDateIsSet(false);
-
 
88079
      this.endDate = 0;
-
 
88080
    }
-
 
88081
 
-
 
88082
    public long getStartDate() {
-
 
88083
      return this.startDate;
-
 
88084
    }
-
 
88085
 
-
 
88086
    public void setStartDate(long startDate) {
-
 
88087
      this.startDate = startDate;
-
 
88088
      setStartDateIsSet(true);
-
 
88089
    }
-
 
88090
 
-
 
88091
    public void unsetStartDate() {
-
 
88092
      __isset_bit_vector.clear(__STARTDATE_ISSET_ID);
-
 
88093
    }
-
 
88094
 
-
 
88095
    /** Returns true if field startDate is set (has been assigned a value) and false otherwise */
-
 
88096
    public boolean isSetStartDate() {
-
 
88097
      return __isset_bit_vector.get(__STARTDATE_ISSET_ID);
-
 
88098
    }
-
 
88099
 
-
 
88100
    public void setStartDateIsSet(boolean value) {
-
 
88101
      __isset_bit_vector.set(__STARTDATE_ISSET_ID, value);
-
 
88102
    }
-
 
88103
 
-
 
88104
    public long getEndDate() {
-
 
88105
      return this.endDate;
-
 
88106
    }
-
 
88107
 
-
 
88108
    public void setEndDate(long endDate) {
-
 
88109
      this.endDate = endDate;
-
 
88110
      setEndDateIsSet(true);
-
 
88111
    }
-
 
88112
 
-
 
88113
    public void unsetEndDate() {
-
 
88114
      __isset_bit_vector.clear(__ENDDATE_ISSET_ID);
-
 
88115
    }
-
 
88116
 
-
 
88117
    /** Returns true if field endDate is set (has been assigned a value) and false otherwise */
-
 
88118
    public boolean isSetEndDate() {
-
 
88119
      return __isset_bit_vector.get(__ENDDATE_ISSET_ID);
-
 
88120
    }
-
 
88121
 
-
 
88122
    public void setEndDateIsSet(boolean value) {
-
 
88123
      __isset_bit_vector.set(__ENDDATE_ISSET_ID, value);
-
 
88124
    }
-
 
88125
 
-
 
88126
    public void setFieldValue(_Fields field, Object value) {
-
 
88127
      switch (field) {
-
 
88128
      case START_DATE:
-
 
88129
        if (value == null) {
-
 
88130
          unsetStartDate();
-
 
88131
        } else {
-
 
88132
          setStartDate((Long)value);
-
 
88133
        }
-
 
88134
        break;
-
 
88135
 
-
 
88136
      case END_DATE:
-
 
88137
        if (value == null) {
-
 
88138
          unsetEndDate();
-
 
88139
        } else {
-
 
88140
          setEndDate((Long)value);
-
 
88141
        }
-
 
88142
        break;
-
 
88143
 
-
 
88144
      }
-
 
88145
    }
-
 
88146
 
-
 
88147
    public Object getFieldValue(_Fields field) {
-
 
88148
      switch (field) {
-
 
88149
      case START_DATE:
-
 
88150
        return Long.valueOf(getStartDate());
-
 
88151
 
-
 
88152
      case END_DATE:
-
 
88153
        return Long.valueOf(getEndDate());
-
 
88154
 
-
 
88155
      }
-
 
88156
      throw new IllegalStateException();
-
 
88157
    }
-
 
88158
 
-
 
88159
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
88160
    public boolean isSet(_Fields field) {
-
 
88161
      if (field == null) {
-
 
88162
        throw new IllegalArgumentException();
-
 
88163
      }
-
 
88164
 
-
 
88165
      switch (field) {
-
 
88166
      case START_DATE:
-
 
88167
        return isSetStartDate();
-
 
88168
      case END_DATE:
-
 
88169
        return isSetEndDate();
-
 
88170
      }
-
 
88171
      throw new IllegalStateException();
-
 
88172
    }
-
 
88173
 
-
 
88174
    @Override
-
 
88175
    public boolean equals(Object that) {
-
 
88176
      if (that == null)
-
 
88177
        return false;
-
 
88178
      if (that instanceof getStatusDistributionOfOrders_args)
-
 
88179
        return this.equals((getStatusDistributionOfOrders_args)that);
-
 
88180
      return false;
-
 
88181
    }
-
 
88182
 
-
 
88183
    public boolean equals(getStatusDistributionOfOrders_args that) {
-
 
88184
      if (that == null)
-
 
88185
        return false;
-
 
88186
 
-
 
88187
      boolean this_present_startDate = true;
-
 
88188
      boolean that_present_startDate = true;
-
 
88189
      if (this_present_startDate || that_present_startDate) {
-
 
88190
        if (!(this_present_startDate && that_present_startDate))
-
 
88191
          return false;
-
 
88192
        if (this.startDate != that.startDate)
-
 
88193
          return false;
-
 
88194
      }
-
 
88195
 
-
 
88196
      boolean this_present_endDate = true;
-
 
88197
      boolean that_present_endDate = true;
-
 
88198
      if (this_present_endDate || that_present_endDate) {
-
 
88199
        if (!(this_present_endDate && that_present_endDate))
-
 
88200
          return false;
-
 
88201
        if (this.endDate != that.endDate)
-
 
88202
          return false;
-
 
88203
      }
-
 
88204
 
-
 
88205
      return true;
-
 
88206
    }
-
 
88207
 
-
 
88208
    @Override
-
 
88209
    public int hashCode() {
-
 
88210
      return 0;
-
 
88211
    }
-
 
88212
 
-
 
88213
    public int compareTo(getStatusDistributionOfOrders_args other) {
-
 
88214
      if (!getClass().equals(other.getClass())) {
-
 
88215
        return getClass().getName().compareTo(other.getClass().getName());
-
 
88216
      }
-
 
88217
 
-
 
88218
      int lastComparison = 0;
-
 
88219
      getStatusDistributionOfOrders_args typedOther = (getStatusDistributionOfOrders_args)other;
-
 
88220
 
-
 
88221
      lastComparison = Boolean.valueOf(isSetStartDate()).compareTo(typedOther.isSetStartDate());
-
 
88222
      if (lastComparison != 0) {
-
 
88223
        return lastComparison;
-
 
88224
      }
-
 
88225
      if (isSetStartDate()) {
-
 
88226
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.startDate, typedOther.startDate);
-
 
88227
        if (lastComparison != 0) {
-
 
88228
          return lastComparison;
-
 
88229
        }
-
 
88230
      }
-
 
88231
      lastComparison = Boolean.valueOf(isSetEndDate()).compareTo(typedOther.isSetEndDate());
-
 
88232
      if (lastComparison != 0) {
-
 
88233
        return lastComparison;
-
 
88234
      }
-
 
88235
      if (isSetEndDate()) {
-
 
88236
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.endDate, typedOther.endDate);
-
 
88237
        if (lastComparison != 0) {
-
 
88238
          return lastComparison;
-
 
88239
        }
-
 
88240
      }
-
 
88241
      return 0;
-
 
88242
    }
-
 
88243
 
-
 
88244
    public _Fields fieldForId(int fieldId) {
-
 
88245
      return _Fields.findByThriftId(fieldId);
-
 
88246
    }
-
 
88247
 
-
 
88248
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
88249
      org.apache.thrift.protocol.TField field;
-
 
88250
      iprot.readStructBegin();
-
 
88251
      while (true)
-
 
88252
      {
-
 
88253
        field = iprot.readFieldBegin();
-
 
88254
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
88255
          break;
-
 
88256
        }
-
 
88257
        switch (field.id) {
-
 
88258
          case 1: // START_DATE
-
 
88259
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
88260
              this.startDate = iprot.readI64();
-
 
88261
              setStartDateIsSet(true);
-
 
88262
            } else { 
-
 
88263
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
88264
            }
-
 
88265
            break;
-
 
88266
          case 2: // END_DATE
-
 
88267
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
88268
              this.endDate = iprot.readI64();
-
 
88269
              setEndDateIsSet(true);
-
 
88270
            } else { 
-
 
88271
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
88272
            }
-
 
88273
            break;
-
 
88274
          default:
-
 
88275
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
88276
        }
-
 
88277
        iprot.readFieldEnd();
-
 
88278
      }
-
 
88279
      iprot.readStructEnd();
-
 
88280
      validate();
-
 
88281
    }
-
 
88282
 
-
 
88283
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
88284
      validate();
-
 
88285
 
-
 
88286
      oprot.writeStructBegin(STRUCT_DESC);
-
 
88287
      oprot.writeFieldBegin(START_DATE_FIELD_DESC);
-
 
88288
      oprot.writeI64(this.startDate);
-
 
88289
      oprot.writeFieldEnd();
-
 
88290
      oprot.writeFieldBegin(END_DATE_FIELD_DESC);
-
 
88291
      oprot.writeI64(this.endDate);
-
 
88292
      oprot.writeFieldEnd();
-
 
88293
      oprot.writeFieldStop();
-
 
88294
      oprot.writeStructEnd();
-
 
88295
    }
-
 
88296
 
-
 
88297
    @Override
-
 
88298
    public String toString() {
-
 
88299
      StringBuilder sb = new StringBuilder("getStatusDistributionOfOrders_args(");
-
 
88300
      boolean first = true;
-
 
88301
 
-
 
88302
      sb.append("startDate:");
-
 
88303
      sb.append(this.startDate);
-
 
88304
      first = false;
-
 
88305
      if (!first) sb.append(", ");
-
 
88306
      sb.append("endDate:");
-
 
88307
      sb.append(this.endDate);
-
 
88308
      first = false;
-
 
88309
      sb.append(")");
-
 
88310
      return sb.toString();
-
 
88311
    }
-
 
88312
 
-
 
88313
    public void validate() throws org.apache.thrift.TException {
-
 
88314
      // check for required fields
-
 
88315
    }
-
 
88316
 
-
 
88317
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
88318
      try {
-
 
88319
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
88320
      } catch (org.apache.thrift.TException te) {
-
 
88321
        throw new java.io.IOException(te);
-
 
88322
      }
-
 
88323
    }
-
 
88324
 
-
 
88325
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
88326
      try {
-
 
88327
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
88328
        __isset_bit_vector = new BitSet(1);
-
 
88329
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
88330
      } catch (org.apache.thrift.TException te) {
-
 
88331
        throw new java.io.IOException(te);
-
 
88332
      }
-
 
88333
    }
-
 
88334
 
-
 
88335
  }
-
 
88336
 
-
 
88337
  public static class getStatusDistributionOfOrders_result implements org.apache.thrift.TBase<getStatusDistributionOfOrders_result, getStatusDistributionOfOrders_result._Fields>, java.io.Serializable, Cloneable   {
-
 
88338
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getStatusDistributionOfOrders_result");
-
 
88339
 
-
 
88340
    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);
-
 
88341
    private static final org.apache.thrift.protocol.TField EX_FIELD_DESC = new org.apache.thrift.protocol.TField("ex", org.apache.thrift.protocol.TType.STRUCT, (short)1);
-
 
88342
 
-
 
88343
    private Map<Long,Long> success; // required
-
 
88344
    private TransactionServiceException ex; // required
-
 
88345
 
-
 
88346
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
88347
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
88348
      SUCCESS((short)0, "success"),
-
 
88349
      EX((short)1, "ex");
-
 
88350
 
-
 
88351
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
88352
 
-
 
88353
      static {
-
 
88354
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
88355
          byName.put(field.getFieldName(), field);
-
 
88356
        }
-
 
88357
      }
-
 
88358
 
-
 
88359
      /**
-
 
88360
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
88361
       */
-
 
88362
      public static _Fields findByThriftId(int fieldId) {
-
 
88363
        switch(fieldId) {
-
 
88364
          case 0: // SUCCESS
-
 
88365
            return SUCCESS;
-
 
88366
          case 1: // EX
-
 
88367
            return EX;
-
 
88368
          default:
-
 
88369
            return null;
-
 
88370
        }
-
 
88371
      }
-
 
88372
 
-
 
88373
      /**
-
 
88374
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
88375
       * if it is not found.
-
 
88376
       */
-
 
88377
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
88378
        _Fields fields = findByThriftId(fieldId);
-
 
88379
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
88380
        return fields;
-
 
88381
      }
-
 
88382
 
-
 
88383
      /**
-
 
88384
       * Find the _Fields constant that matches name, or null if its not found.
-
 
88385
       */
-
 
88386
      public static _Fields findByName(String name) {
-
 
88387
        return byName.get(name);
-
 
88388
      }
-
 
88389
 
-
 
88390
      private final short _thriftId;
-
 
88391
      private final String _fieldName;
-
 
88392
 
-
 
88393
      _Fields(short thriftId, String fieldName) {
-
 
88394
        _thriftId = thriftId;
-
 
88395
        _fieldName = fieldName;
-
 
88396
      }
-
 
88397
 
-
 
88398
      public short getThriftFieldId() {
-
 
88399
        return _thriftId;
-
 
88400
      }
-
 
88401
 
-
 
88402
      public String getFieldName() {
-
 
88403
        return _fieldName;
-
 
88404
      }
-
 
88405
    }
-
 
88406
 
-
 
88407
    // isset id assignments
-
 
88408
 
-
 
88409
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
88410
    static {
-
 
88411
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
88412
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
88413
          new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, 
-
 
88414
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64), 
-
 
88415
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))));
-
 
88416
      tmpMap.put(_Fields.EX, new org.apache.thrift.meta_data.FieldMetaData("ex", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
88417
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT)));
-
 
88418
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
88419
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getStatusDistributionOfOrders_result.class, metaDataMap);
-
 
88420
    }
-
 
88421
 
-
 
88422
    public getStatusDistributionOfOrders_result() {
-
 
88423
    }
-
 
88424
 
-
 
88425
    public getStatusDistributionOfOrders_result(
-
 
88426
      Map<Long,Long> success,
-
 
88427
      TransactionServiceException ex)
-
 
88428
    {
-
 
88429
      this();
-
 
88430
      this.success = success;
-
 
88431
      this.ex = ex;
-
 
88432
    }
-
 
88433
 
-
 
88434
    /**
-
 
88435
     * Performs a deep copy on <i>other</i>.
-
 
88436
     */
-
 
88437
    public getStatusDistributionOfOrders_result(getStatusDistributionOfOrders_result other) {
-
 
88438
      if (other.isSetSuccess()) {
-
 
88439
        Map<Long,Long> __this__success = new HashMap<Long,Long>();
-
 
88440
        for (Map.Entry<Long, Long> other_element : other.success.entrySet()) {
-
 
88441
 
-
 
88442
          Long other_element_key = other_element.getKey();
-
 
88443
          Long other_element_value = other_element.getValue();
-
 
88444
 
-
 
88445
          Long __this__success_copy_key = other_element_key;
-
 
88446
 
-
 
88447
          Long __this__success_copy_value = other_element_value;
-
 
88448
 
-
 
88449
          __this__success.put(__this__success_copy_key, __this__success_copy_value);
-
 
88450
        }
-
 
88451
        this.success = __this__success;
-
 
88452
      }
-
 
88453
      if (other.isSetEx()) {
-
 
88454
        this.ex = new TransactionServiceException(other.ex);
-
 
88455
      }
-
 
88456
    }
-
 
88457
 
-
 
88458
    public getStatusDistributionOfOrders_result deepCopy() {
-
 
88459
      return new getStatusDistributionOfOrders_result(this);
-
 
88460
    }
-
 
88461
 
-
 
88462
    @Override
-
 
88463
    public void clear() {
-
 
88464
      this.success = null;
-
 
88465
      this.ex = null;
-
 
88466
    }
-
 
88467
 
-
 
88468
    public int getSuccessSize() {
-
 
88469
      return (this.success == null) ? 0 : this.success.size();
-
 
88470
    }
-
 
88471
 
-
 
88472
    public void putToSuccess(long key, long val) {
-
 
88473
      if (this.success == null) {
-
 
88474
        this.success = new HashMap<Long,Long>();
-
 
88475
      }
-
 
88476
      this.success.put(key, val);
-
 
88477
    }
-
 
88478
 
-
 
88479
    public Map<Long,Long> getSuccess() {
-
 
88480
      return this.success;
-
 
88481
    }
-
 
88482
 
-
 
88483
    public void setSuccess(Map<Long,Long> success) {
-
 
88484
      this.success = success;
-
 
88485
    }
-
 
88486
 
-
 
88487
    public void unsetSuccess() {
-
 
88488
      this.success = null;
-
 
88489
    }
-
 
88490
 
-
 
88491
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
88492
    public boolean isSetSuccess() {
-
 
88493
      return this.success != null;
-
 
88494
    }
-
 
88495
 
-
 
88496
    public void setSuccessIsSet(boolean value) {
-
 
88497
      if (!value) {
-
 
88498
        this.success = null;
-
 
88499
      }
-
 
88500
    }
-
 
88501
 
-
 
88502
    public TransactionServiceException getEx() {
-
 
88503
      return this.ex;
-
 
88504
    }
-
 
88505
 
-
 
88506
    public void setEx(TransactionServiceException ex) {
-
 
88507
      this.ex = ex;
-
 
88508
    }
-
 
88509
 
-
 
88510
    public void unsetEx() {
-
 
88511
      this.ex = null;
-
 
88512
    }
-
 
88513
 
-
 
88514
    /** Returns true if field ex is set (has been assigned a value) and false otherwise */
-
 
88515
    public boolean isSetEx() {
-
 
88516
      return this.ex != null;
-
 
88517
    }
-
 
88518
 
-
 
88519
    public void setExIsSet(boolean value) {
-
 
88520
      if (!value) {
-
 
88521
        this.ex = null;
-
 
88522
      }
-
 
88523
    }
-
 
88524
 
-
 
88525
    public void setFieldValue(_Fields field, Object value) {
-
 
88526
      switch (field) {
-
 
88527
      case SUCCESS:
-
 
88528
        if (value == null) {
-
 
88529
          unsetSuccess();
-
 
88530
        } else {
-
 
88531
          setSuccess((Map<Long,Long>)value);
-
 
88532
        }
-
 
88533
        break;
-
 
88534
 
-
 
88535
      case EX:
-
 
88536
        if (value == null) {
-
 
88537
          unsetEx();
-
 
88538
        } else {
-
 
88539
          setEx((TransactionServiceException)value);
-
 
88540
        }
-
 
88541
        break;
-
 
88542
 
-
 
88543
      }
-
 
88544
    }
-
 
88545
 
-
 
88546
    public Object getFieldValue(_Fields field) {
-
 
88547
      switch (field) {
-
 
88548
      case SUCCESS:
-
 
88549
        return getSuccess();
-
 
88550
 
-
 
88551
      case EX:
-
 
88552
        return getEx();
-
 
88553
 
-
 
88554
      }
-
 
88555
      throw new IllegalStateException();
-
 
88556
    }
-
 
88557
 
-
 
88558
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
88559
    public boolean isSet(_Fields field) {
-
 
88560
      if (field == null) {
-
 
88561
        throw new IllegalArgumentException();
-
 
88562
      }
-
 
88563
 
-
 
88564
      switch (field) {
-
 
88565
      case SUCCESS:
-
 
88566
        return isSetSuccess();
-
 
88567
      case EX:
-
 
88568
        return isSetEx();
-
 
88569
      }
-
 
88570
      throw new IllegalStateException();
-
 
88571
    }
-
 
88572
 
-
 
88573
    @Override
-
 
88574
    public boolean equals(Object that) {
-
 
88575
      if (that == null)
-
 
88576
        return false;
-
 
88577
      if (that instanceof getStatusDistributionOfOrders_result)
-
 
88578
        return this.equals((getStatusDistributionOfOrders_result)that);
-
 
88579
      return false;
-
 
88580
    }
-
 
88581
 
-
 
88582
    public boolean equals(getStatusDistributionOfOrders_result that) {
-
 
88583
      if (that == null)
-
 
88584
        return false;
-
 
88585
 
-
 
88586
      boolean this_present_success = true && this.isSetSuccess();
-
 
88587
      boolean that_present_success = true && that.isSetSuccess();
-
 
88588
      if (this_present_success || that_present_success) {
-
 
88589
        if (!(this_present_success && that_present_success))
-
 
88590
          return false;
-
 
88591
        if (!this.success.equals(that.success))
-
 
88592
          return false;
-
 
88593
      }
-
 
88594
 
-
 
88595
      boolean this_present_ex = true && this.isSetEx();
-
 
88596
      boolean that_present_ex = true && that.isSetEx();
-
 
88597
      if (this_present_ex || that_present_ex) {
-
 
88598
        if (!(this_present_ex && that_present_ex))
-
 
88599
          return false;
-
 
88600
        if (!this.ex.equals(that.ex))
-
 
88601
          return false;
-
 
88602
      }
-
 
88603
 
-
 
88604
      return true;
-
 
88605
    }
-
 
88606
 
-
 
88607
    @Override
-
 
88608
    public int hashCode() {
-
 
88609
      return 0;
-
 
88610
    }
-
 
88611
 
-
 
88612
    public int compareTo(getStatusDistributionOfOrders_result other) {
-
 
88613
      if (!getClass().equals(other.getClass())) {
-
 
88614
        return getClass().getName().compareTo(other.getClass().getName());
-
 
88615
      }
-
 
88616
 
-
 
88617
      int lastComparison = 0;
-
 
88618
      getStatusDistributionOfOrders_result typedOther = (getStatusDistributionOfOrders_result)other;
-
 
88619
 
-
 
88620
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
88621
      if (lastComparison != 0) {
-
 
88622
        return lastComparison;
-
 
88623
      }
-
 
88624
      if (isSetSuccess()) {
-
 
88625
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
88626
        if (lastComparison != 0) {
-
 
88627
          return lastComparison;
-
 
88628
        }
-
 
88629
      }
-
 
88630
      lastComparison = Boolean.valueOf(isSetEx()).compareTo(typedOther.isSetEx());
-
 
88631
      if (lastComparison != 0) {
-
 
88632
        return lastComparison;
-
 
88633
      }
-
 
88634
      if (isSetEx()) {
-
 
88635
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ex, typedOther.ex);
-
 
88636
        if (lastComparison != 0) {
-
 
88637
          return lastComparison;
-
 
88638
        }
-
 
88639
      }
-
 
88640
      return 0;
-
 
88641
    }
-
 
88642
 
-
 
88643
    public _Fields fieldForId(int fieldId) {
-
 
88644
      return _Fields.findByThriftId(fieldId);
-
 
88645
    }
-
 
88646
 
-
 
88647
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
88648
      org.apache.thrift.protocol.TField field;
-
 
88649
      iprot.readStructBegin();
-
 
88650
      while (true)
-
 
88651
      {
-
 
88652
        field = iprot.readFieldBegin();
-
 
88653
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
88654
          break;
-
 
88655
        }
-
 
88656
        switch (field.id) {
-
 
88657
          case 0: // SUCCESS
-
 
88658
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
-
 
88659
              {
-
 
88660
                org.apache.thrift.protocol.TMap _map288 = iprot.readMapBegin();
-
 
88661
                this.success = new HashMap<Long,Long>(2*_map288.size);
-
 
88662
                for (int _i289 = 0; _i289 < _map288.size; ++_i289)
-
 
88663
                {
-
 
88664
                  long _key290; // required
-
 
88665
                  long _val291; // required
-
 
88666
                  _key290 = iprot.readI64();
-
 
88667
                  _val291 = iprot.readI64();
-
 
88668
                  this.success.put(_key290, _val291);
-
 
88669
                }
-
 
88670
                iprot.readMapEnd();
-
 
88671
              }
-
 
88672
            } else { 
-
 
88673
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
88674
            }
-
 
88675
            break;
-
 
88676
          case 1: // EX
-
 
88677
            if (field.type == org.apache.thrift.protocol.TType.STRUCT) {
-
 
88678
              this.ex = new TransactionServiceException();
-
 
88679
              this.ex.read(iprot);
-
 
88680
            } else { 
-
 
88681
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
88682
            }
-
 
88683
            break;
-
 
88684
          default:
-
 
88685
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
88686
        }
-
 
88687
        iprot.readFieldEnd();
-
 
88688
      }
-
 
88689
      iprot.readStructEnd();
-
 
88690
      validate();
-
 
88691
    }
-
 
88692
 
-
 
88693
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
88694
      oprot.writeStructBegin(STRUCT_DESC);
-
 
88695
 
-
 
88696
      if (this.isSetSuccess()) {
-
 
88697
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
88698
        {
-
 
88699
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
-
 
88700
          for (Map.Entry<Long, Long> _iter292 : this.success.entrySet())
-
 
88701
          {
-
 
88702
            oprot.writeI64(_iter292.getKey());
-
 
88703
            oprot.writeI64(_iter292.getValue());
-
 
88704
          }
-
 
88705
          oprot.writeMapEnd();
-
 
88706
        }
-
 
88707
        oprot.writeFieldEnd();
-
 
88708
      } else if (this.isSetEx()) {
-
 
88709
        oprot.writeFieldBegin(EX_FIELD_DESC);
-
 
88710
        this.ex.write(oprot);
-
 
88711
        oprot.writeFieldEnd();
-
 
88712
      }
-
 
88713
      oprot.writeFieldStop();
-
 
88714
      oprot.writeStructEnd();
-
 
88715
    }
-
 
88716
 
-
 
88717
    @Override
-
 
88718
    public String toString() {
-
 
88719
      StringBuilder sb = new StringBuilder("getStatusDistributionOfOrders_result(");
-
 
88720
      boolean first = true;
-
 
88721
 
-
 
88722
      sb.append("success:");
-
 
88723
      if (this.success == null) {
-
 
88724
        sb.append("null");
87833
      } else {
88725
      } else {
87834
        sb.append(this.success);
88726
        sb.append(this.success);
87835
      }
88727
      }
87836
      first = false;
88728
      first = false;
87837
      if (!first) sb.append(", ");
88729
      if (!first) sb.append(", ");