Subversion Repositories SmartDukaan

Rev

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

Rev 6159 Rev 6188
Line 879... Line 879...
879
 
879
 
880
    public List<RechargeOrder> getRechargeOrdersForDevice(String deviceNumber) throws org.apache.thrift.TException;
880
    public List<RechargeOrder> getRechargeOrdersForDevice(String deviceNumber) throws org.apache.thrift.TException;
881
 
881
 
882
    public void addAmountToWallet(long userId, long orderId, long amount) throws org.apache.thrift.TException;
882
    public void addAmountToWallet(long userId, long orderId, long amount) throws org.apache.thrift.TException;
883
 
883
 
-
 
884
    public RechargeStatistics getRechargeStatistics() throws org.apache.thrift.TException;
-
 
885
 
884
    public List<RechargeOrder> getRechargeOrdersForStatus(long status) throws org.apache.thrift.TException;
886
    public List<RechargeOrder> getRechargeOrdersForStatus(long status) throws org.apache.thrift.TException;
885
 
887
 
886
    public List<RechargePlan> getPlansForOperator(long operatorId) throws org.apache.thrift.TException;
888
    public List<RechargePlan> getPlansForOperator(long operatorId) throws org.apache.thrift.TException;
887
 
889
 
888
  }
890
  }
Line 1165... Line 1167...
1165
 
1167
 
1166
    public void getRechargeOrdersForDevice(String deviceNumber, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRechargeOrdersForDevice_call> resultHandler) throws org.apache.thrift.TException;
1168
    public void getRechargeOrdersForDevice(String deviceNumber, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRechargeOrdersForDevice_call> resultHandler) throws org.apache.thrift.TException;
1167
 
1169
 
1168
    public void addAmountToWallet(long userId, long orderId, long amount, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addAmountToWallet_call> resultHandler) throws org.apache.thrift.TException;
1170
    public void addAmountToWallet(long userId, long orderId, long amount, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addAmountToWallet_call> resultHandler) throws org.apache.thrift.TException;
1169
 
1171
 
-
 
1172
    public void getRechargeStatistics(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRechargeStatistics_call> resultHandler) throws org.apache.thrift.TException;
-
 
1173
 
1170
    public void getRechargeOrdersForStatus(long status, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRechargeOrdersForStatus_call> resultHandler) throws org.apache.thrift.TException;
1174
    public void getRechargeOrdersForStatus(long status, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRechargeOrdersForStatus_call> resultHandler) throws org.apache.thrift.TException;
1171
 
1175
 
1172
    public void getPlansForOperator(long operatorId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getPlansForOperator_call> resultHandler) throws org.apache.thrift.TException;
1176
    public void getPlansForOperator(long operatorId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getPlansForOperator_call> resultHandler) throws org.apache.thrift.TException;
1173
 
1177
 
1174
  }
1178
  }
Line 4704... Line 4708...
4704
      addAmountToWallet_result result = new addAmountToWallet_result();
4708
      addAmountToWallet_result result = new addAmountToWallet_result();
4705
      receiveBase(result, "addAmountToWallet");
4709
      receiveBase(result, "addAmountToWallet");
4706
      return;
4710
      return;
4707
    }
4711
    }
4708
 
4712
 
-
 
4713
    public RechargeStatistics getRechargeStatistics() throws org.apache.thrift.TException
-
 
4714
    {
-
 
4715
      send_getRechargeStatistics();
-
 
4716
      return recv_getRechargeStatistics();
-
 
4717
    }
-
 
4718
 
-
 
4719
    public void send_getRechargeStatistics() throws org.apache.thrift.TException
-
 
4720
    {
-
 
4721
      getRechargeStatistics_args args = new getRechargeStatistics_args();
-
 
4722
      sendBase("getRechargeStatistics", args);
-
 
4723
    }
-
 
4724
 
-
 
4725
    public RechargeStatistics recv_getRechargeStatistics() throws org.apache.thrift.TException
-
 
4726
    {
-
 
4727
      getRechargeStatistics_result result = new getRechargeStatistics_result();
-
 
4728
      receiveBase(result, "getRechargeStatistics");
-
 
4729
      if (result.isSetSuccess()) {
-
 
4730
        return result.success;
-
 
4731
      }
-
 
4732
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getRechargeStatistics failed: unknown result");
-
 
4733
    }
-
 
4734
 
4709
    public List<RechargeOrder> getRechargeOrdersForStatus(long status) throws org.apache.thrift.TException
4735
    public List<RechargeOrder> getRechargeOrdersForStatus(long status) throws org.apache.thrift.TException
4710
    {
4736
    {
4711
      send_getRechargeOrdersForStatus(status);
4737
      send_getRechargeOrdersForStatus(status);
4712
      return recv_getRechargeOrdersForStatus();
4738
      return recv_getRechargeOrdersForStatus();
4713
    }
4739
    }
Line 9624... Line 9650...
9624
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
9650
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
9625
        (new Client(prot)).recv_addAmountToWallet();
9651
        (new Client(prot)).recv_addAmountToWallet();
9626
      }
9652
      }
9627
    }
9653
    }
9628
 
9654
 
-
 
9655
    public void getRechargeStatistics(org.apache.thrift.async.AsyncMethodCallback<getRechargeStatistics_call> resultHandler) throws org.apache.thrift.TException {
-
 
9656
      checkReady();
-
 
9657
      getRechargeStatistics_call method_call = new getRechargeStatistics_call(resultHandler, this, ___protocolFactory, ___transport);
-
 
9658
      this.___currentMethod = method_call;
-
 
9659
      ___manager.call(method_call);
-
 
9660
    }
-
 
9661
 
-
 
9662
    public static class getRechargeStatistics_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
9663
      public getRechargeStatistics_call(org.apache.thrift.async.AsyncMethodCallback<getRechargeStatistics_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 {
-
 
9664
        super(client, protocolFactory, transport, resultHandler, false);
-
 
9665
      }
-
 
9666
 
-
 
9667
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
9668
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getRechargeStatistics", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
9669
        getRechargeStatistics_args args = new getRechargeStatistics_args();
-
 
9670
        args.write(prot);
-
 
9671
        prot.writeMessageEnd();
-
 
9672
      }
-
 
9673
 
-
 
9674
      public RechargeStatistics getResult() throws org.apache.thrift.TException {
-
 
9675
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
9676
          throw new IllegalStateException("Method call not finished!");
-
 
9677
        }
-
 
9678
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
9679
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
9680
        return (new Client(prot)).recv_getRechargeStatistics();
-
 
9681
      }
-
 
9682
    }
-
 
9683
 
9629
    public void getRechargeOrdersForStatus(long status, org.apache.thrift.async.AsyncMethodCallback<getRechargeOrdersForStatus_call> resultHandler) throws org.apache.thrift.TException {
9684
    public void getRechargeOrdersForStatus(long status, org.apache.thrift.async.AsyncMethodCallback<getRechargeOrdersForStatus_call> resultHandler) throws org.apache.thrift.TException {
9630
      checkReady();
9685
      checkReady();
9631
      getRechargeOrdersForStatus_call method_call = new getRechargeOrdersForStatus_call(status, resultHandler, this, ___protocolFactory, ___transport);
9686
      getRechargeOrdersForStatus_call method_call = new getRechargeOrdersForStatus_call(status, resultHandler, this, ___protocolFactory, ___transport);
9632
      this.___currentMethod = method_call;
9687
      this.___currentMethod = method_call;
9633
      ___manager.call(method_call);
9688
      ___manager.call(method_call);
Line 9840... Line 9895...
9840
      processMap.put("getRechargeOrdersForTransaction", new getRechargeOrdersForTransaction());
9895
      processMap.put("getRechargeOrdersForTransaction", new getRechargeOrdersForTransaction());
9841
      processMap.put("getServiceProviders", new getServiceProviders());
9896
      processMap.put("getServiceProviders", new getServiceProviders());
9842
      processMap.put("getServiceProviderForDevice", new getServiceProviderForDevice());
9897
      processMap.put("getServiceProviderForDevice", new getServiceProviderForDevice());
9843
      processMap.put("getRechargeOrdersForDevice", new getRechargeOrdersForDevice());
9898
      processMap.put("getRechargeOrdersForDevice", new getRechargeOrdersForDevice());
9844
      processMap.put("addAmountToWallet", new addAmountToWallet());
9899
      processMap.put("addAmountToWallet", new addAmountToWallet());
-
 
9900
      processMap.put("getRechargeStatistics", new getRechargeStatistics());
9845
      processMap.put("getRechargeOrdersForStatus", new getRechargeOrdersForStatus());
9901
      processMap.put("getRechargeOrdersForStatus", new getRechargeOrdersForStatus());
9846
      processMap.put("getPlansForOperator", new getPlansForOperator());
9902
      processMap.put("getPlansForOperator", new getPlansForOperator());
9847
      return processMap;
9903
      return processMap;
9848
    }
9904
    }
9849
 
9905
 
Line 12488... Line 12544...
12488
        iface.addAmountToWallet(args.userId, args.orderId, args.amount);
12544
        iface.addAmountToWallet(args.userId, args.orderId, args.amount);
12489
        return result;
12545
        return result;
12490
      }
12546
      }
12491
    }
12547
    }
12492
 
12548
 
-
 
12549
    private static class getRechargeStatistics<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getRechargeStatistics_args> {
-
 
12550
      public getRechargeStatistics() {
-
 
12551
        super("getRechargeStatistics");
-
 
12552
      }
-
 
12553
 
-
 
12554
      protected getRechargeStatistics_args getEmptyArgsInstance() {
-
 
12555
        return new getRechargeStatistics_args();
-
 
12556
      }
-
 
12557
 
-
 
12558
      protected getRechargeStatistics_result getResult(I iface, getRechargeStatistics_args args) throws org.apache.thrift.TException {
-
 
12559
        getRechargeStatistics_result result = new getRechargeStatistics_result();
-
 
12560
        result.success = iface.getRechargeStatistics();
-
 
12561
        return result;
-
 
12562
      }
-
 
12563
    }
-
 
12564
 
12493
    private static class getRechargeOrdersForStatus<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getRechargeOrdersForStatus_args> {
12565
    private static class getRechargeOrdersForStatus<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getRechargeOrdersForStatus_args> {
12494
      public getRechargeOrdersForStatus() {
12566
      public getRechargeOrdersForStatus() {
12495
        super("getRechargeOrdersForStatus");
12567
        super("getRechargeOrdersForStatus");
12496
      }
12568
      }
12497
 
12569
 
Line 14752... Line 14824...
14752
        }
14824
        }
14753
        switch (field.id) {
14825
        switch (field.id) {
14754
          case 0: // SUCCESS
14826
          case 0: // SUCCESS
14755
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
14827
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
14756
              {
14828
              {
14757
                org.apache.thrift.protocol.TList _list36 = iprot.readListBegin();
14829
                org.apache.thrift.protocol.TList _list60 = iprot.readListBegin();
14758
                this.success = new ArrayList<Transaction>(_list36.size);
14830
                this.success = new ArrayList<Transaction>(_list60.size);
14759
                for (int _i37 = 0; _i37 < _list36.size; ++_i37)
14831
                for (int _i61 = 0; _i61 < _list60.size; ++_i61)
14760
                {
14832
                {
14761
                  Transaction _elem38; // required
14833
                  Transaction _elem62; // required
14762
                  _elem38 = new Transaction();
14834
                  _elem62 = new Transaction();
14763
                  _elem38.read(iprot);
14835
                  _elem62.read(iprot);
14764
                  this.success.add(_elem38);
14836
                  this.success.add(_elem62);
14765
                }
14837
                }
14766
                iprot.readListEnd();
14838
                iprot.readListEnd();
14767
              }
14839
              }
14768
            } else { 
14840
            } else { 
14769
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
14841
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 14791... Line 14863...
14791
 
14863
 
14792
      if (this.isSetSuccess()) {
14864
      if (this.isSetSuccess()) {
14793
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
14865
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
14794
        {
14866
        {
14795
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
14867
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
14796
          for (Transaction _iter39 : this.success)
14868
          for (Transaction _iter63 : this.success)
14797
          {
14869
          {
14798
            _iter39.write(oprot);
14870
            _iter63.write(oprot);
14799
          }
14871
          }
14800
          oprot.writeListEnd();
14872
          oprot.writeListEnd();
14801
        }
14873
        }
14802
        oprot.writeFieldEnd();
14874
        oprot.writeFieldEnd();
14803
      } else if (this.isSetEx()) {
14875
      } else if (this.isSetEx()) {
Line 15465... Line 15537...
15465
        }
15537
        }
15466
        switch (field.id) {
15538
        switch (field.id) {
15467
          case 0: // SUCCESS
15539
          case 0: // SUCCESS
15468
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
15540
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
15469
              {
15541
              {
15470
                org.apache.thrift.protocol.TList _list40 = iprot.readListBegin();
15542
                org.apache.thrift.protocol.TList _list64 = iprot.readListBegin();
15471
                this.success = new ArrayList<Transaction>(_list40.size);
15543
                this.success = new ArrayList<Transaction>(_list64.size);
15472
                for (int _i41 = 0; _i41 < _list40.size; ++_i41)
15544
                for (int _i65 = 0; _i65 < _list64.size; ++_i65)
15473
                {
15545
                {
15474
                  Transaction _elem42; // required
15546
                  Transaction _elem66; // required
15475
                  _elem42 = new Transaction();
15547
                  _elem66 = new Transaction();
15476
                  _elem42.read(iprot);
15548
                  _elem66.read(iprot);
15477
                  this.success.add(_elem42);
15549
                  this.success.add(_elem66);
15478
                }
15550
                }
15479
                iprot.readListEnd();
15551
                iprot.readListEnd();
15480
              }
15552
              }
15481
            } else { 
15553
            } else { 
15482
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
15554
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 15504... Line 15576...
15504
 
15576
 
15505
      if (this.isSetSuccess()) {
15577
      if (this.isSetSuccess()) {
15506
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
15578
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
15507
        {
15579
        {
15508
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
15580
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
15509
          for (Transaction _iter43 : this.success)
15581
          for (Transaction _iter67 : this.success)
15510
          {
15582
          {
15511
            _iter43.write(oprot);
15583
            _iter67.write(oprot);
15512
          }
15584
          }
15513
          oprot.writeListEnd();
15585
          oprot.writeListEnd();
15514
        }
15586
        }
15515
        oprot.writeFieldEnd();
15587
        oprot.writeFieldEnd();
15516
      } else if (this.isSetEx()) {
15588
      } else if (this.isSetEx()) {
Line 18431... Line 18503...
18431
        }
18503
        }
18432
        switch (field.id) {
18504
        switch (field.id) {
18433
          case 1: // STATUSES
18505
          case 1: // STATUSES
18434
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
18506
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
18435
              {
18507
              {
18436
                org.apache.thrift.protocol.TList _list44 = iprot.readListBegin();
18508
                org.apache.thrift.protocol.TList _list68 = iprot.readListBegin();
18437
                this.statuses = new ArrayList<OrderStatus>(_list44.size);
18509
                this.statuses = new ArrayList<OrderStatus>(_list68.size);
18438
                for (int _i45 = 0; _i45 < _list44.size; ++_i45)
18510
                for (int _i69 = 0; _i69 < _list68.size; ++_i69)
18439
                {
18511
                {
18440
                  OrderStatus _elem46; // required
18512
                  OrderStatus _elem70; // required
18441
                  _elem46 = OrderStatus.findByValue(iprot.readI32());
18513
                  _elem70 = OrderStatus.findByValue(iprot.readI32());
18442
                  this.statuses.add(_elem46);
18514
                  this.statuses.add(_elem70);
18443
                }
18515
                }
18444
                iprot.readListEnd();
18516
                iprot.readListEnd();
18445
              }
18517
              }
18446
            } else { 
18518
            } else { 
18447
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
18519
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 18486... Line 18558...
18486
      oprot.writeStructBegin(STRUCT_DESC);
18558
      oprot.writeStructBegin(STRUCT_DESC);
18487
      if (this.statuses != null) {
18559
      if (this.statuses != null) {
18488
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
18560
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
18489
        {
18561
        {
18490
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
18562
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
18491
          for (OrderStatus _iter47 : this.statuses)
18563
          for (OrderStatus _iter71 : this.statuses)
18492
          {
18564
          {
18493
            oprot.writeI32(_iter47.getValue());
18565
            oprot.writeI32(_iter71.getValue());
18494
          }
18566
          }
18495
          oprot.writeListEnd();
18567
          oprot.writeListEnd();
18496
        }
18568
        }
18497
        oprot.writeFieldEnd();
18569
        oprot.writeFieldEnd();
18498
      }
18570
      }
Line 18877... Line 18949...
18877
        }
18949
        }
18878
        switch (field.id) {
18950
        switch (field.id) {
18879
          case 0: // SUCCESS
18951
          case 0: // SUCCESS
18880
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
18952
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
18881
              {
18953
              {
18882
                org.apache.thrift.protocol.TList _list48 = iprot.readListBegin();
18954
                org.apache.thrift.protocol.TList _list72 = iprot.readListBegin();
18883
                this.success = new ArrayList<Order>(_list48.size);
18955
                this.success = new ArrayList<Order>(_list72.size);
18884
                for (int _i49 = 0; _i49 < _list48.size; ++_i49)
18956
                for (int _i73 = 0; _i73 < _list72.size; ++_i73)
18885
                {
18957
                {
18886
                  Order _elem50; // required
18958
                  Order _elem74; // required
18887
                  _elem50 = new Order();
18959
                  _elem74 = new Order();
18888
                  _elem50.read(iprot);
18960
                  _elem74.read(iprot);
18889
                  this.success.add(_elem50);
18961
                  this.success.add(_elem74);
18890
                }
18962
                }
18891
                iprot.readListEnd();
18963
                iprot.readListEnd();
18892
              }
18964
              }
18893
            } else { 
18965
            } else { 
18894
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
18966
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 18916... Line 18988...
18916
 
18988
 
18917
      if (this.isSetSuccess()) {
18989
      if (this.isSetSuccess()) {
18918
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
18990
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
18919
        {
18991
        {
18920
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
18992
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
18921
          for (Order _iter51 : this.success)
18993
          for (Order _iter75 : this.success)
18922
          {
18994
          {
18923
            _iter51.write(oprot);
18995
            _iter75.write(oprot);
18924
          }
18996
          }
18925
          oprot.writeListEnd();
18997
          oprot.writeListEnd();
18926
        }
18998
        }
18927
        oprot.writeFieldEnd();
18999
        oprot.writeFieldEnd();
18928
      } else if (this.isSetEx()) {
19000
      } else if (this.isSetEx()) {
Line 19435... Line 19507...
19435
        }
19507
        }
19436
        switch (field.id) {
19508
        switch (field.id) {
19437
          case 1: // STATUSES
19509
          case 1: // STATUSES
19438
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
19510
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
19439
              {
19511
              {
19440
                org.apache.thrift.protocol.TList _list52 = iprot.readListBegin();
19512
                org.apache.thrift.protocol.TList _list76 = iprot.readListBegin();
19441
                this.statuses = new ArrayList<OrderStatus>(_list52.size);
19513
                this.statuses = new ArrayList<OrderStatus>(_list76.size);
19442
                for (int _i53 = 0; _i53 < _list52.size; ++_i53)
19514
                for (int _i77 = 0; _i77 < _list76.size; ++_i77)
19443
                {
19515
                {
19444
                  OrderStatus _elem54; // required
19516
                  OrderStatus _elem78; // required
19445
                  _elem54 = OrderStatus.findByValue(iprot.readI32());
19517
                  _elem78 = OrderStatus.findByValue(iprot.readI32());
19446
                  this.statuses.add(_elem54);
19518
                  this.statuses.add(_elem78);
19447
                }
19519
                }
19448
                iprot.readListEnd();
19520
                iprot.readListEnd();
19449
              }
19521
              }
19450
            } else { 
19522
            } else { 
19451
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
19523
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 19490... Line 19562...
19490
      oprot.writeStructBegin(STRUCT_DESC);
19562
      oprot.writeStructBegin(STRUCT_DESC);
19491
      if (this.statuses != null) {
19563
      if (this.statuses != null) {
19492
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
19564
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
19493
        {
19565
        {
19494
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
19566
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
19495
          for (OrderStatus _iter55 : this.statuses)
19567
          for (OrderStatus _iter79 : this.statuses)
19496
          {
19568
          {
19497
            oprot.writeI32(_iter55.getValue());
19569
            oprot.writeI32(_iter79.getValue());
19498
          }
19570
          }
19499
          oprot.writeListEnd();
19571
          oprot.writeListEnd();
19500
        }
19572
        }
19501
        oprot.writeFieldEnd();
19573
        oprot.writeFieldEnd();
19502
      }
19574
      }
Line 19879... Line 19951...
19879
        }
19951
        }
19880
        switch (field.id) {
19952
        switch (field.id) {
19881
          case 0: // SUCCESS
19953
          case 0: // SUCCESS
19882
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
19954
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
19883
              {
19955
              {
19884
                org.apache.thrift.protocol.TList _list56 = iprot.readListBegin();
19956
                org.apache.thrift.protocol.TList _list80 = iprot.readListBegin();
19885
                this.success = new ArrayList<Order>(_list56.size);
19957
                this.success = new ArrayList<Order>(_list80.size);
19886
                for (int _i57 = 0; _i57 < _list56.size; ++_i57)
19958
                for (int _i81 = 0; _i81 < _list80.size; ++_i81)
19887
                {
19959
                {
19888
                  Order _elem58; // required
19960
                  Order _elem82; // required
19889
                  _elem58 = new Order();
19961
                  _elem82 = new Order();
19890
                  _elem58.read(iprot);
19962
                  _elem82.read(iprot);
19891
                  this.success.add(_elem58);
19963
                  this.success.add(_elem82);
19892
                }
19964
                }
19893
                iprot.readListEnd();
19965
                iprot.readListEnd();
19894
              }
19966
              }
19895
            } else { 
19967
            } else { 
19896
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
19968
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 19918... Line 19990...
19918
 
19990
 
19919
      if (this.isSetSuccess()) {
19991
      if (this.isSetSuccess()) {
19920
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
19992
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
19921
        {
19993
        {
19922
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
19994
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
19923
          for (Order _iter59 : this.success)
19995
          for (Order _iter83 : this.success)
19924
          {
19996
          {
19925
            _iter59.write(oprot);
19997
            _iter83.write(oprot);
19926
          }
19998
          }
19927
          oprot.writeListEnd();
19999
          oprot.writeListEnd();
19928
        }
20000
        }
19929
        oprot.writeFieldEnd();
20001
        oprot.writeFieldEnd();
19930
      } else if (this.isSetEx()) {
20002
      } else if (this.isSetEx()) {
Line 20301... Line 20373...
20301
        }
20373
        }
20302
        switch (field.id) {
20374
        switch (field.id) {
20303
          case 1: // STATUSES
20375
          case 1: // STATUSES
20304
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
20376
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
20305
              {
20377
              {
20306
                org.apache.thrift.protocol.TList _list60 = iprot.readListBegin();
20378
                org.apache.thrift.protocol.TList _list84 = iprot.readListBegin();
20307
                this.statuses = new ArrayList<OrderStatus>(_list60.size);
20379
                this.statuses = new ArrayList<OrderStatus>(_list84.size);
20308
                for (int _i61 = 0; _i61 < _list60.size; ++_i61)
20380
                for (int _i85 = 0; _i85 < _list84.size; ++_i85)
20309
                {
20381
                {
20310
                  OrderStatus _elem62; // required
20382
                  OrderStatus _elem86; // required
20311
                  _elem62 = OrderStatus.findByValue(iprot.readI32());
20383
                  _elem86 = OrderStatus.findByValue(iprot.readI32());
20312
                  this.statuses.add(_elem62);
20384
                  this.statuses.add(_elem86);
20313
                }
20385
                }
20314
                iprot.readListEnd();
20386
                iprot.readListEnd();
20315
              }
20387
              }
20316
            } else { 
20388
            } else { 
20317
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
20389
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 20340... Line 20412...
20340
      oprot.writeStructBegin(STRUCT_DESC);
20412
      oprot.writeStructBegin(STRUCT_DESC);
20341
      if (this.statuses != null) {
20413
      if (this.statuses != null) {
20342
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
20414
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
20343
        {
20415
        {
20344
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
20416
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
20345
          for (OrderStatus _iter63 : this.statuses)
20417
          for (OrderStatus _iter87 : this.statuses)
20346
          {
20418
          {
20347
            oprot.writeI32(_iter63.getValue());
20419
            oprot.writeI32(_iter87.getValue());
20348
          }
20420
          }
20349
          oprot.writeListEnd();
20421
          oprot.writeListEnd();
20350
        }
20422
        }
20351
        oprot.writeFieldEnd();
20423
        oprot.writeFieldEnd();
20352
      }
20424
      }
Line 21656... Line 21728...
21656
        }
21728
        }
21657
        switch (field.id) {
21729
        switch (field.id) {
21658
          case 0: // SUCCESS
21730
          case 0: // SUCCESS
21659
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
21731
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
21660
              {
21732
              {
21661
                org.apache.thrift.protocol.TList _list64 = iprot.readListBegin();
21733
                org.apache.thrift.protocol.TList _list88 = iprot.readListBegin();
21662
                this.success = new ArrayList<Order>(_list64.size);
21734
                this.success = new ArrayList<Order>(_list88.size);
21663
                for (int _i65 = 0; _i65 < _list64.size; ++_i65)
21735
                for (int _i89 = 0; _i89 < _list88.size; ++_i89)
21664
                {
21736
                {
21665
                  Order _elem66; // required
21737
                  Order _elem90; // required
21666
                  _elem66 = new Order();
21738
                  _elem90 = new Order();
21667
                  _elem66.read(iprot);
21739
                  _elem90.read(iprot);
21668
                  this.success.add(_elem66);
21740
                  this.success.add(_elem90);
21669
                }
21741
                }
21670
                iprot.readListEnd();
21742
                iprot.readListEnd();
21671
              }
21743
              }
21672
            } else { 
21744
            } else { 
21673
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
21745
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 21695... Line 21767...
21695
 
21767
 
21696
      if (this.isSetSuccess()) {
21768
      if (this.isSetSuccess()) {
21697
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
21769
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
21698
        {
21770
        {
21699
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
21771
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
21700
          for (Order _iter67 : this.success)
21772
          for (Order _iter91 : this.success)
21701
          {
21773
          {
21702
            _iter67.write(oprot);
21774
            _iter91.write(oprot);
21703
          }
21775
          }
21704
          oprot.writeListEnd();
21776
          oprot.writeListEnd();
21705
        }
21777
        }
21706
        oprot.writeFieldEnd();
21778
        oprot.writeFieldEnd();
21707
      } else if (this.isSetEx()) {
21779
      } else if (this.isSetEx()) {
Line 22699... Line 22771...
22699
        }
22771
        }
22700
        switch (field.id) {
22772
        switch (field.id) {
22701
          case 0: // SUCCESS
22773
          case 0: // SUCCESS
22702
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
22774
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
22703
              {
22775
              {
22704
                org.apache.thrift.protocol.TList _list68 = iprot.readListBegin();
22776
                org.apache.thrift.protocol.TList _list92 = iprot.readListBegin();
22705
                this.success = new ArrayList<Order>(_list68.size);
22777
                this.success = new ArrayList<Order>(_list92.size);
22706
                for (int _i69 = 0; _i69 < _list68.size; ++_i69)
22778
                for (int _i93 = 0; _i93 < _list92.size; ++_i93)
22707
                {
22779
                {
22708
                  Order _elem70; // required
22780
                  Order _elem94; // required
22709
                  _elem70 = new Order();
22781
                  _elem94 = new Order();
22710
                  _elem70.read(iprot);
22782
                  _elem94.read(iprot);
22711
                  this.success.add(_elem70);
22783
                  this.success.add(_elem94);
22712
                }
22784
                }
22713
                iprot.readListEnd();
22785
                iprot.readListEnd();
22714
              }
22786
              }
22715
            } else { 
22787
            } else { 
22716
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
22788
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 22738... Line 22810...
22738
 
22810
 
22739
      if (this.isSetSuccess()) {
22811
      if (this.isSetSuccess()) {
22740
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
22812
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
22741
        {
22813
        {
22742
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
22814
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
22743
          for (Order _iter71 : this.success)
22815
          for (Order _iter95 : this.success)
22744
          {
22816
          {
22745
            _iter71.write(oprot);
22817
            _iter95.write(oprot);
22746
          }
22818
          }
22747
          oprot.writeListEnd();
22819
          oprot.writeListEnd();
22748
        }
22820
        }
22749
        oprot.writeFieldEnd();
22821
        oprot.writeFieldEnd();
22750
      } else if (this.isSetEx()) {
22822
      } else if (this.isSetEx()) {
Line 23495... Line 23567...
23495
        }
23567
        }
23496
        switch (field.id) {
23568
        switch (field.id) {
23497
          case 0: // SUCCESS
23569
          case 0: // SUCCESS
23498
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
23570
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
23499
              {
23571
              {
23500
                org.apache.thrift.protocol.TList _list72 = iprot.readListBegin();
23572
                org.apache.thrift.protocol.TList _list96 = iprot.readListBegin();
23501
                this.success = new ArrayList<Long>(_list72.size);
23573
                this.success = new ArrayList<Long>(_list96.size);
23502
                for (int _i73 = 0; _i73 < _list72.size; ++_i73)
23574
                for (int _i97 = 0; _i97 < _list96.size; ++_i97)
23503
                {
23575
                {
23504
                  long _elem74; // required
23576
                  long _elem98; // required
23505
                  _elem74 = iprot.readI64();
23577
                  _elem98 = iprot.readI64();
23506
                  this.success.add(_elem74);
23578
                  this.success.add(_elem98);
23507
                }
23579
                }
23508
                iprot.readListEnd();
23580
                iprot.readListEnd();
23509
              }
23581
              }
23510
            } else { 
23582
            } else { 
23511
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
23583
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 23533... Line 23605...
23533
 
23605
 
23534
      if (this.isSetSuccess()) {
23606
      if (this.isSetSuccess()) {
23535
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
23607
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
23536
        {
23608
        {
23537
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
23609
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
23538
          for (long _iter75 : this.success)
23610
          for (long _iter99 : this.success)
23539
          {
23611
          {
23540
            oprot.writeI64(_iter75);
23612
            oprot.writeI64(_iter99);
23541
          }
23613
          }
23542
          oprot.writeListEnd();
23614
          oprot.writeListEnd();
23543
        }
23615
        }
23544
        oprot.writeFieldEnd();
23616
        oprot.writeFieldEnd();
23545
      } else if (this.isSetEx()) {
23617
      } else if (this.isSetEx()) {
Line 24290... Line 24362...
24290
        }
24362
        }
24291
        switch (field.id) {
24363
        switch (field.id) {
24292
          case 0: // SUCCESS
24364
          case 0: // SUCCESS
24293
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
24365
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
24294
              {
24366
              {
24295
                org.apache.thrift.protocol.TList _list76 = iprot.readListBegin();
24367
                org.apache.thrift.protocol.TList _list100 = iprot.readListBegin();
24296
                this.success = new ArrayList<Long>(_list76.size);
24368
                this.success = new ArrayList<Long>(_list100.size);
24297
                for (int _i77 = 0; _i77 < _list76.size; ++_i77)
24369
                for (int _i101 = 0; _i101 < _list100.size; ++_i101)
24298
                {
24370
                {
24299
                  long _elem78; // required
24371
                  long _elem102; // required
24300
                  _elem78 = iprot.readI64();
24372
                  _elem102 = iprot.readI64();
24301
                  this.success.add(_elem78);
24373
                  this.success.add(_elem102);
24302
                }
24374
                }
24303
                iprot.readListEnd();
24375
                iprot.readListEnd();
24304
              }
24376
              }
24305
            } else { 
24377
            } else { 
24306
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
24378
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 24328... Line 24400...
24328
 
24400
 
24329
      if (this.isSetSuccess()) {
24401
      if (this.isSetSuccess()) {
24330
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
24402
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
24331
        {
24403
        {
24332
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
24404
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
24333
          for (long _iter79 : this.success)
24405
          for (long _iter103 : this.success)
24334
          {
24406
          {
24335
            oprot.writeI64(_iter79);
24407
            oprot.writeI64(_iter103);
24336
          }
24408
          }
24337
          oprot.writeListEnd();
24409
          oprot.writeListEnd();
24338
        }
24410
        }
24339
        oprot.writeFieldEnd();
24411
        oprot.writeFieldEnd();
24340
      } else if (this.isSetEx()) {
24412
      } else if (this.isSetEx()) {
Line 25946... Line 26018...
25946
        }
26018
        }
25947
        switch (field.id) {
26019
        switch (field.id) {
25948
          case 0: // SUCCESS
26020
          case 0: // SUCCESS
25949
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26021
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
25950
              {
26022
              {
25951
                org.apache.thrift.protocol.TList _list80 = iprot.readListBegin();
26023
                org.apache.thrift.protocol.TList _list104 = iprot.readListBegin();
25952
                this.success = new ArrayList<Order>(_list80.size);
26024
                this.success = new ArrayList<Order>(_list104.size);
25953
                for (int _i81 = 0; _i81 < _list80.size; ++_i81)
26025
                for (int _i105 = 0; _i105 < _list104.size; ++_i105)
25954
                {
26026
                {
25955
                  Order _elem82; // required
26027
                  Order _elem106; // required
25956
                  _elem82 = new Order();
26028
                  _elem106 = new Order();
25957
                  _elem82.read(iprot);
26029
                  _elem106.read(iprot);
25958
                  this.success.add(_elem82);
26030
                  this.success.add(_elem106);
25959
                }
26031
                }
25960
                iprot.readListEnd();
26032
                iprot.readListEnd();
25961
              }
26033
              }
25962
            } else { 
26034
            } else { 
25963
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
26035
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 25985... Line 26057...
25985
 
26057
 
25986
      if (this.isSetSuccess()) {
26058
      if (this.isSetSuccess()) {
25987
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
26059
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
25988
        {
26060
        {
25989
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
26061
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
25990
          for (Order _iter83 : this.success)
26062
          for (Order _iter107 : this.success)
25991
          {
26063
          {
25992
            _iter83.write(oprot);
26064
            _iter107.write(oprot);
25993
          }
26065
          }
25994
          oprot.writeListEnd();
26066
          oprot.writeListEnd();
25995
        }
26067
        }
25996
        oprot.writeFieldEnd();
26068
        oprot.writeFieldEnd();
25997
      } else if (this.isSetEx()) {
26069
      } else if (this.isSetEx()) {
Line 26528... Line 26600...
26528
            }
26600
            }
26529
            break;
26601
            break;
26530
          case 4: // STATUSES
26602
          case 4: // STATUSES
26531
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26603
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26532
              {
26604
              {
26533
                org.apache.thrift.protocol.TList _list84 = iprot.readListBegin();
26605
                org.apache.thrift.protocol.TList _list108 = iprot.readListBegin();
26534
                this.statuses = new ArrayList<OrderStatus>(_list84.size);
26606
                this.statuses = new ArrayList<OrderStatus>(_list108.size);
26535
                for (int _i85 = 0; _i85 < _list84.size; ++_i85)
26607
                for (int _i109 = 0; _i109 < _list108.size; ++_i109)
26536
                {
26608
                {
26537
                  OrderStatus _elem86; // required
26609
                  OrderStatus _elem110; // required
26538
                  _elem86 = OrderStatus.findByValue(iprot.readI32());
26610
                  _elem110 = OrderStatus.findByValue(iprot.readI32());
26539
                  this.statuses.add(_elem86);
26611
                  this.statuses.add(_elem110);
26540
                }
26612
                }
26541
                iprot.readListEnd();
26613
                iprot.readListEnd();
26542
              }
26614
              }
26543
            } else { 
26615
            } else { 
26544
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
26616
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 26568... Line 26640...
26568
      oprot.writeFieldEnd();
26640
      oprot.writeFieldEnd();
26569
      if (this.statuses != null) {
26641
      if (this.statuses != null) {
26570
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
26642
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
26571
        {
26643
        {
26572
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
26644
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
26573
          for (OrderStatus _iter87 : this.statuses)
26645
          for (OrderStatus _iter111 : this.statuses)
26574
          {
26646
          {
26575
            oprot.writeI32(_iter87.getValue());
26647
            oprot.writeI32(_iter111.getValue());
26576
          }
26648
          }
26577
          oprot.writeListEnd();
26649
          oprot.writeListEnd();
26578
        }
26650
        }
26579
        oprot.writeFieldEnd();
26651
        oprot.writeFieldEnd();
26580
      }
26652
      }
Line 26948... Line 27020...
26948
        }
27020
        }
26949
        switch (field.id) {
27021
        switch (field.id) {
26950
          case 0: // SUCCESS
27022
          case 0: // SUCCESS
26951
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
27023
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
26952
              {
27024
              {
26953
                org.apache.thrift.protocol.TList _list88 = iprot.readListBegin();
27025
                org.apache.thrift.protocol.TList _list112 = iprot.readListBegin();
26954
                this.success = new ArrayList<Order>(_list88.size);
27026
                this.success = new ArrayList<Order>(_list112.size);
26955
                for (int _i89 = 0; _i89 < _list88.size; ++_i89)
27027
                for (int _i113 = 0; _i113 < _list112.size; ++_i113)
26956
                {
27028
                {
26957
                  Order _elem90; // required
27029
                  Order _elem114; // required
26958
                  _elem90 = new Order();
27030
                  _elem114 = new Order();
26959
                  _elem90.read(iprot);
27031
                  _elem114.read(iprot);
26960
                  this.success.add(_elem90);
27032
                  this.success.add(_elem114);
26961
                }
27033
                }
26962
                iprot.readListEnd();
27034
                iprot.readListEnd();
26963
              }
27035
              }
26964
            } else { 
27036
            } else { 
26965
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
27037
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 26987... Line 27059...
26987
 
27059
 
26988
      if (this.isSetSuccess()) {
27060
      if (this.isSetSuccess()) {
26989
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
27061
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
26990
        {
27062
        {
26991
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
27063
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
26992
          for (Order _iter91 : this.success)
27064
          for (Order _iter115 : this.success)
26993
          {
27065
          {
26994
            _iter91.write(oprot);
27066
            _iter115.write(oprot);
26995
          }
27067
          }
26996
          oprot.writeListEnd();
27068
          oprot.writeListEnd();
26997
        }
27069
        }
26998
        oprot.writeFieldEnd();
27070
        oprot.writeFieldEnd();
26999
      } else if (this.isSetEx()) {
27071
      } else if (this.isSetEx()) {
Line 29013... Line 29085...
29013
        }
29085
        }
29014
        switch (field.id) {
29086
        switch (field.id) {
29015
          case 0: // SUCCESS
29087
          case 0: // SUCCESS
29016
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
29088
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
29017
              {
29089
              {
29018
                org.apache.thrift.protocol.TList _list92 = iprot.readListBegin();
29090
                org.apache.thrift.protocol.TList _list116 = iprot.readListBegin();
29019
                this.success = new ArrayList<LineItem>(_list92.size);
29091
                this.success = new ArrayList<LineItem>(_list116.size);
29020
                for (int _i93 = 0; _i93 < _list92.size; ++_i93)
29092
                for (int _i117 = 0; _i117 < _list116.size; ++_i117)
29021
                {
29093
                {
29022
                  LineItem _elem94; // required
29094
                  LineItem _elem118; // required
29023
                  _elem94 = new LineItem();
29095
                  _elem118 = new LineItem();
29024
                  _elem94.read(iprot);
29096
                  _elem118.read(iprot);
29025
                  this.success.add(_elem94);
29097
                  this.success.add(_elem118);
29026
                }
29098
                }
29027
                iprot.readListEnd();
29099
                iprot.readListEnd();
29028
              }
29100
              }
29029
            } else { 
29101
            } else { 
29030
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
29102
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 29052... Line 29124...
29052
 
29124
 
29053
      if (this.isSetSuccess()) {
29125
      if (this.isSetSuccess()) {
29054
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
29126
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
29055
        {
29127
        {
29056
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
29128
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
29057
          for (LineItem _iter95 : this.success)
29129
          for (LineItem _iter119 : this.success)
29058
          {
29130
          {
29059
            _iter95.write(oprot);
29131
            _iter119.write(oprot);
29060
          }
29132
          }
29061
          oprot.writeListEnd();
29133
          oprot.writeListEnd();
29062
        }
29134
        }
29063
        oprot.writeFieldEnd();
29135
        oprot.writeFieldEnd();
29064
      } else if (this.isSetEx()) {
29136
      } else if (this.isSetEx()) {
Line 29364... Line 29436...
29364
        }
29436
        }
29365
        switch (field.id) {
29437
        switch (field.id) {
29366
          case 1: // ORDER_IDS
29438
          case 1: // ORDER_IDS
29367
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
29439
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
29368
              {
29440
              {
29369
                org.apache.thrift.protocol.TList _list96 = iprot.readListBegin();
29441
                org.apache.thrift.protocol.TList _list120 = iprot.readListBegin();
29370
                this.order_ids = new ArrayList<Long>(_list96.size);
29442
                this.order_ids = new ArrayList<Long>(_list120.size);
29371
                for (int _i97 = 0; _i97 < _list96.size; ++_i97)
29443
                for (int _i121 = 0; _i121 < _list120.size; ++_i121)
29372
                {
29444
                {
29373
                  long _elem98; // required
29445
                  long _elem122; // required
29374
                  _elem98 = iprot.readI64();
29446
                  _elem122 = iprot.readI64();
29375
                  this.order_ids.add(_elem98);
29447
                  this.order_ids.add(_elem122);
29376
                }
29448
                }
29377
                iprot.readListEnd();
29449
                iprot.readListEnd();
29378
              }
29450
              }
29379
            } else { 
29451
            } else { 
29380
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
29452
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 29395... Line 29467...
29395
      oprot.writeStructBegin(STRUCT_DESC);
29467
      oprot.writeStructBegin(STRUCT_DESC);
29396
      if (this.order_ids != null) {
29468
      if (this.order_ids != null) {
29397
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
29469
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
29398
        {
29470
        {
29399
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
29471
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
29400
          for (long _iter99 : this.order_ids)
29472
          for (long _iter123 : this.order_ids)
29401
          {
29473
          {
29402
            oprot.writeI64(_iter99);
29474
            oprot.writeI64(_iter123);
29403
          }
29475
          }
29404
          oprot.writeListEnd();
29476
          oprot.writeListEnd();
29405
        }
29477
        }
29406
        oprot.writeFieldEnd();
29478
        oprot.writeFieldEnd();
29407
      }
29479
      }
Line 29695... Line 29767...
29695
        }
29767
        }
29696
        switch (field.id) {
29768
        switch (field.id) {
29697
          case 0: // SUCCESS
29769
          case 0: // SUCCESS
29698
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
29770
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
29699
              {
29771
              {
29700
                org.apache.thrift.protocol.TList _list100 = iprot.readListBegin();
29772
                org.apache.thrift.protocol.TList _list124 = iprot.readListBegin();
29701
                this.success = new ArrayList<Order>(_list100.size);
29773
                this.success = new ArrayList<Order>(_list124.size);
29702
                for (int _i101 = 0; _i101 < _list100.size; ++_i101)
29774
                for (int _i125 = 0; _i125 < _list124.size; ++_i125)
29703
                {
29775
                {
29704
                  Order _elem102; // required
29776
                  Order _elem126; // required
29705
                  _elem102 = new Order();
29777
                  _elem126 = new Order();
29706
                  _elem102.read(iprot);
29778
                  _elem126.read(iprot);
29707
                  this.success.add(_elem102);
29779
                  this.success.add(_elem126);
29708
                }
29780
                }
29709
                iprot.readListEnd();
29781
                iprot.readListEnd();
29710
              }
29782
              }
29711
            } else { 
29783
            } else { 
29712
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
29784
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 29726... Line 29798...
29726
 
29798
 
29727
      if (this.isSetSuccess()) {
29799
      if (this.isSetSuccess()) {
29728
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
29800
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
29729
        {
29801
        {
29730
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
29802
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
29731
          for (Order _iter103 : this.success)
29803
          for (Order _iter127 : this.success)
29732
          {
29804
          {
29733
            _iter103.write(oprot);
29805
            _iter127.write(oprot);
29734
          }
29806
          }
29735
          oprot.writeListEnd();
29807
          oprot.writeListEnd();
29736
        }
29808
        }
29737
        oprot.writeFieldEnd();
29809
        oprot.writeFieldEnd();
29738
      }
29810
      }
Line 30097... Line 30169...
30097
        }
30169
        }
30098
        switch (field.id) {
30170
        switch (field.id) {
30099
          case 1: // ORDER_IDS
30171
          case 1: // ORDER_IDS
30100
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
30172
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
30101
              {
30173
              {
30102
                org.apache.thrift.protocol.TList _list104 = iprot.readListBegin();
30174
                org.apache.thrift.protocol.TList _list128 = iprot.readListBegin();
30103
                this.order_ids = new ArrayList<Long>(_list104.size);
30175
                this.order_ids = new ArrayList<Long>(_list128.size);
30104
                for (int _i105 = 0; _i105 < _list104.size; ++_i105)
30176
                for (int _i129 = 0; _i129 < _list128.size; ++_i129)
30105
                {
30177
                {
30106
                  long _elem106; // required
30178
                  long _elem130; // required
30107
                  _elem106 = iprot.readI64();
30179
                  _elem130 = iprot.readI64();
30108
                  this.order_ids.add(_elem106);
30180
                  this.order_ids.add(_elem130);
30109
                }
30181
                }
30110
                iprot.readListEnd();
30182
                iprot.readListEnd();
30111
              }
30183
              }
30112
            } else { 
30184
            } else { 
30113
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
30185
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 30136... Line 30208...
30136
      oprot.writeStructBegin(STRUCT_DESC);
30208
      oprot.writeStructBegin(STRUCT_DESC);
30137
      if (this.order_ids != null) {
30209
      if (this.order_ids != null) {
30138
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
30210
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
30139
        {
30211
        {
30140
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
30212
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
30141
          for (long _iter107 : this.order_ids)
30213
          for (long _iter131 : this.order_ids)
30142
          {
30214
          {
30143
            oprot.writeI64(_iter107);
30215
            oprot.writeI64(_iter131);
30144
          }
30216
          }
30145
          oprot.writeListEnd();
30217
          oprot.writeListEnd();
30146
        }
30218
        }
30147
        oprot.writeFieldEnd();
30219
        oprot.writeFieldEnd();
30148
      }
30220
      }
Line 30445... Line 30517...
30445
        }
30517
        }
30446
        switch (field.id) {
30518
        switch (field.id) {
30447
          case 0: // SUCCESS
30519
          case 0: // SUCCESS
30448
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
30520
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
30449
              {
30521
              {
30450
                org.apache.thrift.protocol.TList _list108 = iprot.readListBegin();
30522
                org.apache.thrift.protocol.TList _list132 = iprot.readListBegin();
30451
                this.success = new ArrayList<Order>(_list108.size);
30523
                this.success = new ArrayList<Order>(_list132.size);
30452
                for (int _i109 = 0; _i109 < _list108.size; ++_i109)
30524
                for (int _i133 = 0; _i133 < _list132.size; ++_i133)
30453
                {
30525
                {
30454
                  Order _elem110; // required
30526
                  Order _elem134; // required
30455
                  _elem110 = new Order();
30527
                  _elem134 = new Order();
30456
                  _elem110.read(iprot);
30528
                  _elem134.read(iprot);
30457
                  this.success.add(_elem110);
30529
                  this.success.add(_elem134);
30458
                }
30530
                }
30459
                iprot.readListEnd();
30531
                iprot.readListEnd();
30460
              }
30532
              }
30461
            } else { 
30533
            } else { 
30462
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
30534
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 30476... Line 30548...
30476
 
30548
 
30477
      if (this.isSetSuccess()) {
30549
      if (this.isSetSuccess()) {
30478
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
30550
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
30479
        {
30551
        {
30480
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
30552
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
30481
          for (Order _iter111 : this.success)
30553
          for (Order _iter135 : this.success)
30482
          {
30554
          {
30483
            _iter111.write(oprot);
30555
            _iter135.write(oprot);
30484
          }
30556
          }
30485
          oprot.writeListEnd();
30557
          oprot.writeListEnd();
30486
        }
30558
        }
30487
        oprot.writeFieldEnd();
30559
        oprot.writeFieldEnd();
30488
      }
30560
      }
Line 32076... Line 32148...
32076
        }
32148
        }
32077
        switch (field.id) {
32149
        switch (field.id) {
32078
          case 0: // SUCCESS
32150
          case 0: // SUCCESS
32079
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
32151
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
32080
              {
32152
              {
32081
                org.apache.thrift.protocol.TList _list112 = iprot.readListBegin();
32153
                org.apache.thrift.protocol.TList _list136 = iprot.readListBegin();
32082
                this.success = new ArrayList<Alert>(_list112.size);
32154
                this.success = new ArrayList<Alert>(_list136.size);
32083
                for (int _i113 = 0; _i113 < _list112.size; ++_i113)
32155
                for (int _i137 = 0; _i137 < _list136.size; ++_i137)
32084
                {
32156
                {
32085
                  Alert _elem114; // required
32157
                  Alert _elem138; // required
32086
                  _elem114 = new Alert();
32158
                  _elem138 = new Alert();
32087
                  _elem114.read(iprot);
32159
                  _elem138.read(iprot);
32088
                  this.success.add(_elem114);
32160
                  this.success.add(_elem138);
32089
                }
32161
                }
32090
                iprot.readListEnd();
32162
                iprot.readListEnd();
32091
              }
32163
              }
32092
            } else { 
32164
            } else { 
32093
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
32165
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 32107... Line 32179...
32107
 
32179
 
32108
      if (this.isSetSuccess()) {
32180
      if (this.isSetSuccess()) {
32109
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
32181
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
32110
        {
32182
        {
32111
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
32183
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
32112
          for (Alert _iter115 : this.success)
32184
          for (Alert _iter139 : this.success)
32113
          {
32185
          {
32114
            _iter115.write(oprot);
32186
            _iter139.write(oprot);
32115
          }
32187
          }
32116
          oprot.writeListEnd();
32188
          oprot.writeListEnd();
32117
        }
32189
        }
32118
        oprot.writeFieldEnd();
32190
        oprot.writeFieldEnd();
32119
      }
32191
      }
Line 34750... Line 34822...
34750
        }
34822
        }
34751
        switch (field.id) {
34823
        switch (field.id) {
34752
          case 0: // SUCCESS
34824
          case 0: // SUCCESS
34753
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
34825
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
34754
              {
34826
              {
34755
                org.apache.thrift.protocol.TList _list116 = iprot.readListBegin();
34827
                org.apache.thrift.protocol.TList _list140 = iprot.readListBegin();
34756
                this.success = new ArrayList<Double>(_list116.size);
34828
                this.success = new ArrayList<Double>(_list140.size);
34757
                for (int _i117 = 0; _i117 < _list116.size; ++_i117)
34829
                for (int _i141 = 0; _i141 < _list140.size; ++_i141)
34758
                {
34830
                {
34759
                  double _elem118; // required
34831
                  double _elem142; // required
34760
                  _elem118 = iprot.readDouble();
34832
                  _elem142 = iprot.readDouble();
34761
                  this.success.add(_elem118);
34833
                  this.success.add(_elem142);
34762
                }
34834
                }
34763
                iprot.readListEnd();
34835
                iprot.readListEnd();
34764
              }
34836
              }
34765
            } else { 
34837
            } else { 
34766
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
34838
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 34780... Line 34852...
34780
 
34852
 
34781
      if (this.isSetSuccess()) {
34853
      if (this.isSetSuccess()) {
34782
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
34854
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
34783
        {
34855
        {
34784
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
34856
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
34785
          for (double _iter119 : this.success)
34857
          for (double _iter143 : this.success)
34786
          {
34858
          {
34787
            oprot.writeDouble(_iter119);
34859
            oprot.writeDouble(_iter143);
34788
          }
34860
          }
34789
          oprot.writeListEnd();
34861
          oprot.writeListEnd();
34790
        }
34862
        }
34791
        oprot.writeFieldEnd();
34863
        oprot.writeFieldEnd();
34792
      }
34864
      }
Line 35455... Line 35527...
35455
        }
35527
        }
35456
        switch (field.id) {
35528
        switch (field.id) {
35457
          case 0: // SUCCESS
35529
          case 0: // SUCCESS
35458
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
35530
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
35459
              {
35531
              {
35460
                org.apache.thrift.protocol.TList _list120 = iprot.readListBegin();
35532
                org.apache.thrift.protocol.TList _list144 = iprot.readListBegin();
35461
                this.success = new ArrayList<Order>(_list120.size);
35533
                this.success = new ArrayList<Order>(_list144.size);
35462
                for (int _i121 = 0; _i121 < _list120.size; ++_i121)
35534
                for (int _i145 = 0; _i145 < _list144.size; ++_i145)
35463
                {
35535
                {
35464
                  Order _elem122; // required
35536
                  Order _elem146; // required
35465
                  _elem122 = new Order();
35537
                  _elem146 = new Order();
35466
                  _elem122.read(iprot);
35538
                  _elem146.read(iprot);
35467
                  this.success.add(_elem122);
35539
                  this.success.add(_elem146);
35468
                }
35540
                }
35469
                iprot.readListEnd();
35541
                iprot.readListEnd();
35470
              }
35542
              }
35471
            } else { 
35543
            } else { 
35472
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
35544
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 35486... Line 35558...
35486
 
35558
 
35487
      if (this.isSetSuccess()) {
35559
      if (this.isSetSuccess()) {
35488
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
35560
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
35489
        {
35561
        {
35490
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
35562
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
35491
          for (Order _iter123 : this.success)
35563
          for (Order _iter147 : this.success)
35492
          {
35564
          {
35493
            _iter123.write(oprot);
35565
            _iter147.write(oprot);
35494
          }
35566
          }
35495
          oprot.writeListEnd();
35567
          oprot.writeListEnd();
35496
        }
35568
        }
35497
        oprot.writeFieldEnd();
35569
        oprot.writeFieldEnd();
35498
      }
35570
      }
Line 36146... Line 36218...
36146
        }
36218
        }
36147
        switch (field.id) {
36219
        switch (field.id) {
36148
          case 0: // SUCCESS
36220
          case 0: // SUCCESS
36149
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
36221
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
36150
              {
36222
              {
36151
                org.apache.thrift.protocol.TList _list124 = iprot.readListBegin();
36223
                org.apache.thrift.protocol.TList _list148 = iprot.readListBegin();
36152
                this.success = new ArrayList<Order>(_list124.size);
36224
                this.success = new ArrayList<Order>(_list148.size);
36153
                for (int _i125 = 0; _i125 < _list124.size; ++_i125)
36225
                for (int _i149 = 0; _i149 < _list148.size; ++_i149)
36154
                {
36226
                {
36155
                  Order _elem126; // required
36227
                  Order _elem150; // required
36156
                  _elem126 = new Order();
36228
                  _elem150 = new Order();
36157
                  _elem126.read(iprot);
36229
                  _elem150.read(iprot);
36158
                  this.success.add(_elem126);
36230
                  this.success.add(_elem150);
36159
                }
36231
                }
36160
                iprot.readListEnd();
36232
                iprot.readListEnd();
36161
              }
36233
              }
36162
            } else { 
36234
            } else { 
36163
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
36235
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 36185... Line 36257...
36185
 
36257
 
36186
      if (this.isSetSuccess()) {
36258
      if (this.isSetSuccess()) {
36187
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
36259
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
36188
        {
36260
        {
36189
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
36261
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
36190
          for (Order _iter127 : this.success)
36262
          for (Order _iter151 : this.success)
36191
          {
36263
          {
36192
            _iter127.write(oprot);
36264
            _iter151.write(oprot);
36193
          }
36265
          }
36194
          oprot.writeListEnd();
36266
          oprot.writeListEnd();
36195
        }
36267
        }
36196
        oprot.writeFieldEnd();
36268
        oprot.writeFieldEnd();
36197
      } else if (this.isSetEx()) {
36269
      } else if (this.isSetEx()) {
Line 39098... Line 39170...
39098
            }
39170
            }
39099
            break;
39171
            break;
39100
          case 3: // SERIAL_NUMBER
39172
          case 3: // SERIAL_NUMBER
39101
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
39173
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
39102
              {
39174
              {
39103
                org.apache.thrift.protocol.TList _list128 = iprot.readListBegin();
39175
                org.apache.thrift.protocol.TList _list152 = iprot.readListBegin();
39104
                this.serialNumber = new ArrayList<String>(_list128.size);
39176
                this.serialNumber = new ArrayList<String>(_list152.size);
39105
                for (int _i129 = 0; _i129 < _list128.size; ++_i129)
39177
                for (int _i153 = 0; _i153 < _list152.size; ++_i153)
39106
                {
39178
                {
39107
                  String _elem130; // required
39179
                  String _elem154; // required
39108
                  _elem130 = iprot.readString();
39180
                  _elem154 = iprot.readString();
39109
                  this.serialNumber.add(_elem130);
39181
                  this.serialNumber.add(_elem154);
39110
                }
39182
                }
39111
                iprot.readListEnd();
39183
                iprot.readListEnd();
39112
              }
39184
              }
39113
            } else { 
39185
            } else { 
39114
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
39186
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
39115
            }
39187
            }
39116
            break;
39188
            break;
39117
          case 4: // ITEM_NUMBER
39189
          case 4: // ITEM_NUMBER
39118
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
39190
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
39119
              {
39191
              {
39120
                org.apache.thrift.protocol.TList _list131 = iprot.readListBegin();
39192
                org.apache.thrift.protocol.TList _list155 = iprot.readListBegin();
39121
                this.itemNumber = new ArrayList<String>(_list131.size);
39193
                this.itemNumber = new ArrayList<String>(_list155.size);
39122
                for (int _i132 = 0; _i132 < _list131.size; ++_i132)
39194
                for (int _i156 = 0; _i156 < _list155.size; ++_i156)
39123
                {
39195
                {
39124
                  String _elem133; // required
39196
                  String _elem157; // required
39125
                  _elem133 = iprot.readString();
39197
                  _elem157 = iprot.readString();
39126
                  this.itemNumber.add(_elem133);
39198
                  this.itemNumber.add(_elem157);
39127
                }
39199
                }
39128
                iprot.readListEnd();
39200
                iprot.readListEnd();
39129
              }
39201
              }
39130
            } else { 
39202
            } else { 
39131
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
39203
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 39193... Line 39265...
39193
      }
39265
      }
39194
      if (this.serialNumber != null) {
39266
      if (this.serialNumber != null) {
39195
        oprot.writeFieldBegin(SERIAL_NUMBER_FIELD_DESC);
39267
        oprot.writeFieldBegin(SERIAL_NUMBER_FIELD_DESC);
39196
        {
39268
        {
39197
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.serialNumber.size()));
39269
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.serialNumber.size()));
39198
          for (String _iter134 : this.serialNumber)
39270
          for (String _iter158 : this.serialNumber)
39199
          {
39271
          {
39200
            oprot.writeString(_iter134);
39272
            oprot.writeString(_iter158);
39201
          }
39273
          }
39202
          oprot.writeListEnd();
39274
          oprot.writeListEnd();
39203
        }
39275
        }
39204
        oprot.writeFieldEnd();
39276
        oprot.writeFieldEnd();
39205
      }
39277
      }
39206
      if (this.itemNumber != null) {
39278
      if (this.itemNumber != null) {
39207
        oprot.writeFieldBegin(ITEM_NUMBER_FIELD_DESC);
39279
        oprot.writeFieldBegin(ITEM_NUMBER_FIELD_DESC);
39208
        {
39280
        {
39209
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.itemNumber.size()));
39281
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.itemNumber.size()));
39210
          for (String _iter135 : this.itemNumber)
39282
          for (String _iter159 : this.itemNumber)
39211
          {
39283
          {
39212
            oprot.writeString(_iter135);
39284
            oprot.writeString(_iter159);
39213
          }
39285
          }
39214
          oprot.writeListEnd();
39286
          oprot.writeListEnd();
39215
        }
39287
        }
39216
        oprot.writeFieldEnd();
39288
        oprot.writeFieldEnd();
39217
      }
39289
      }
Line 40942... Line 41014...
40942
            }
41014
            }
40943
            break;
41015
            break;
40944
          case 4: // ORDER_IDS
41016
          case 4: // ORDER_IDS
40945
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
41017
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
40946
              {
41018
              {
40947
                org.apache.thrift.protocol.TList _list136 = iprot.readListBegin();
41019
                org.apache.thrift.protocol.TList _list160 = iprot.readListBegin();
40948
                this.orderIds = new ArrayList<Long>(_list136.size);
41020
                this.orderIds = new ArrayList<Long>(_list160.size);
40949
                for (int _i137 = 0; _i137 < _list136.size; ++_i137)
41021
                for (int _i161 = 0; _i161 < _list160.size; ++_i161)
40950
                {
41022
                {
40951
                  long _elem138; // required
41023
                  long _elem162; // required
40952
                  _elem138 = iprot.readI64();
41024
                  _elem162 = iprot.readI64();
40953
                  this.orderIds.add(_elem138);
41025
                  this.orderIds.add(_elem162);
40954
                }
41026
                }
40955
                iprot.readListEnd();
41027
                iprot.readListEnd();
40956
              }
41028
              }
40957
            } else { 
41029
            } else { 
40958
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
41030
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 40982... Line 41054...
40982
      oprot.writeFieldEnd();
41054
      oprot.writeFieldEnd();
40983
      if (this.orderIds != null) {
41055
      if (this.orderIds != null) {
40984
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
41056
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
40985
        {
41057
        {
40986
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
41058
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
40987
          for (long _iter139 : this.orderIds)
41059
          for (long _iter163 : this.orderIds)
40988
          {
41060
          {
40989
            oprot.writeI64(_iter139);
41061
            oprot.writeI64(_iter163);
40990
          }
41062
          }
40991
          oprot.writeListEnd();
41063
          oprot.writeListEnd();
40992
        }
41064
        }
40993
        oprot.writeFieldEnd();
41065
        oprot.writeFieldEnd();
40994
      }
41066
      }
Line 41842... Line 41914...
41842
            }
41914
            }
41843
            break;
41915
            break;
41844
          case 2: // ORDER_IDS
41916
          case 2: // ORDER_IDS
41845
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
41917
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
41846
              {
41918
              {
41847
                org.apache.thrift.protocol.TList _list140 = iprot.readListBegin();
41919
                org.apache.thrift.protocol.TList _list164 = iprot.readListBegin();
41848
                this.orderIds = new ArrayList<Long>(_list140.size);
41920
                this.orderIds = new ArrayList<Long>(_list164.size);
41849
                for (int _i141 = 0; _i141 < _list140.size; ++_i141)
41921
                for (int _i165 = 0; _i165 < _list164.size; ++_i165)
41850
                {
41922
                {
41851
                  long _elem142; // required
41923
                  long _elem166; // required
41852
                  _elem142 = iprot.readI64();
41924
                  _elem166 = iprot.readI64();
41853
                  this.orderIds.add(_elem142);
41925
                  this.orderIds.add(_elem166);
41854
                }
41926
                }
41855
                iprot.readListEnd();
41927
                iprot.readListEnd();
41856
              }
41928
              }
41857
            } else { 
41929
            } else { 
41858
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
41930
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
41859
            }
41931
            }
41860
            break;
41932
            break;
41861
          case 3: // AWBS
41933
          case 3: // AWBS
41862
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
41934
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
41863
              {
41935
              {
41864
                org.apache.thrift.protocol.TList _list143 = iprot.readListBegin();
41936
                org.apache.thrift.protocol.TList _list167 = iprot.readListBegin();
41865
                this.awbs = new ArrayList<String>(_list143.size);
41937
                this.awbs = new ArrayList<String>(_list167.size);
41866
                for (int _i144 = 0; _i144 < _list143.size; ++_i144)
41938
                for (int _i168 = 0; _i168 < _list167.size; ++_i168)
41867
                {
41939
                {
41868
                  String _elem145; // required
41940
                  String _elem169; // required
41869
                  _elem145 = iprot.readString();
41941
                  _elem169 = iprot.readString();
41870
                  this.awbs.add(_elem145);
41942
                  this.awbs.add(_elem169);
41871
                }
41943
                }
41872
                iprot.readListEnd();
41944
                iprot.readListEnd();
41873
              }
41945
              }
41874
            } else { 
41946
            } else { 
41875
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
41947
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 41893... Line 41965...
41893
      oprot.writeFieldEnd();
41965
      oprot.writeFieldEnd();
41894
      if (this.orderIds != null) {
41966
      if (this.orderIds != null) {
41895
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
41967
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
41896
        {
41968
        {
41897
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
41969
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
41898
          for (long _iter146 : this.orderIds)
41970
          for (long _iter170 : this.orderIds)
41899
          {
41971
          {
41900
            oprot.writeI64(_iter146);
41972
            oprot.writeI64(_iter170);
41901
          }
41973
          }
41902
          oprot.writeListEnd();
41974
          oprot.writeListEnd();
41903
        }
41975
        }
41904
        oprot.writeFieldEnd();
41976
        oprot.writeFieldEnd();
41905
      }
41977
      }
41906
      if (this.awbs != null) {
41978
      if (this.awbs != null) {
41907
        oprot.writeFieldBegin(AWBS_FIELD_DESC);
41979
        oprot.writeFieldBegin(AWBS_FIELD_DESC);
41908
        {
41980
        {
41909
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.awbs.size()));
41981
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.awbs.size()));
41910
          for (String _iter147 : this.awbs)
41982
          for (String _iter171 : this.awbs)
41911
          {
41983
          {
41912
            oprot.writeString(_iter147);
41984
            oprot.writeString(_iter171);
41913
          }
41985
          }
41914
          oprot.writeListEnd();
41986
          oprot.writeListEnd();
41915
        }
41987
        }
41916
        oprot.writeFieldEnd();
41988
        oprot.writeFieldEnd();
41917
      }
41989
      }
Line 42684... Line 42756...
42684
            }
42756
            }
42685
            break;
42757
            break;
42686
          case 2: // PICKUP_DETAILS
42758
          case 2: // PICKUP_DETAILS
42687
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
42759
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
42688
              {
42760
              {
42689
                org.apache.thrift.protocol.TMap _map148 = iprot.readMapBegin();
42761
                org.apache.thrift.protocol.TMap _map172 = iprot.readMapBegin();
42690
                this.pickupDetails = new HashMap<String,String>(2*_map148.size);
42762
                this.pickupDetails = new HashMap<String,String>(2*_map172.size);
42691
                for (int _i149 = 0; _i149 < _map148.size; ++_i149)
42763
                for (int _i173 = 0; _i173 < _map172.size; ++_i173)
42692
                {
42764
                {
42693
                  String _key150; // required
42765
                  String _key174; // required
42694
                  String _val151; // required
42766
                  String _val175; // required
42695
                  _key150 = iprot.readString();
42767
                  _key174 = iprot.readString();
42696
                  _val151 = iprot.readString();
42768
                  _val175 = iprot.readString();
42697
                  this.pickupDetails.put(_key150, _val151);
42769
                  this.pickupDetails.put(_key174, _val175);
42698
                }
42770
                }
42699
                iprot.readMapEnd();
42771
                iprot.readMapEnd();
42700
              }
42772
              }
42701
            } else { 
42773
            } else { 
42702
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
42774
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 42720... Line 42792...
42720
      oprot.writeFieldEnd();
42792
      oprot.writeFieldEnd();
42721
      if (this.pickupDetails != null) {
42793
      if (this.pickupDetails != null) {
42722
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
42794
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
42723
        {
42795
        {
42724
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
42796
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
42725
          for (Map.Entry<String, String> _iter152 : this.pickupDetails.entrySet())
42797
          for (Map.Entry<String, String> _iter176 : this.pickupDetails.entrySet())
42726
          {
42798
          {
42727
            oprot.writeString(_iter152.getKey());
42799
            oprot.writeString(_iter176.getKey());
42728
            oprot.writeString(_iter152.getValue());
42800
            oprot.writeString(_iter176.getValue());
42729
          }
42801
          }
42730
          oprot.writeMapEnd();
42802
          oprot.writeMapEnd();
42731
        }
42803
        }
42732
        oprot.writeFieldEnd();
42804
        oprot.writeFieldEnd();
42733
      }
42805
      }
Line 43613... Line 43685...
43613
        }
43685
        }
43614
        switch (field.id) {
43686
        switch (field.id) {
43615
          case 0: // SUCCESS
43687
          case 0: // SUCCESS
43616
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
43688
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
43617
              {
43689
              {
43618
                org.apache.thrift.protocol.TList _list153 = iprot.readListBegin();
43690
                org.apache.thrift.protocol.TList _list177 = iprot.readListBegin();
43619
                this.success = new ArrayList<Order>(_list153.size);
43691
                this.success = new ArrayList<Order>(_list177.size);
43620
                for (int _i154 = 0; _i154 < _list153.size; ++_i154)
43692
                for (int _i178 = 0; _i178 < _list177.size; ++_i178)
43621
                {
43693
                {
43622
                  Order _elem155; // required
43694
                  Order _elem179; // required
43623
                  _elem155 = new Order();
43695
                  _elem179 = new Order();
43624
                  _elem155.read(iprot);
43696
                  _elem179.read(iprot);
43625
                  this.success.add(_elem155);
43697
                  this.success.add(_elem179);
43626
                }
43698
                }
43627
                iprot.readListEnd();
43699
                iprot.readListEnd();
43628
              }
43700
              }
43629
            } else { 
43701
            } else { 
43630
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
43702
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 43644... Line 43716...
43644
 
43716
 
43645
      if (this.isSetSuccess()) {
43717
      if (this.isSetSuccess()) {
43646
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
43718
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
43647
        {
43719
        {
43648
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
43720
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
43649
          for (Order _iter156 : this.success)
43721
          for (Order _iter180 : this.success)
43650
          {
43722
          {
43651
            _iter156.write(oprot);
43723
            _iter180.write(oprot);
43652
          }
43724
          }
43653
          oprot.writeListEnd();
43725
          oprot.writeListEnd();
43654
        }
43726
        }
43655
        oprot.writeFieldEnd();
43727
        oprot.writeFieldEnd();
43656
      }
43728
      }
Line 44028... Line 44100...
44028
            }
44100
            }
44029
            break;
44101
            break;
44030
          case 2: // DELIVERED_ORDERS
44102
          case 2: // DELIVERED_ORDERS
44031
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
44103
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
44032
              {
44104
              {
44033
                org.apache.thrift.protocol.TMap _map157 = iprot.readMapBegin();
44105
                org.apache.thrift.protocol.TMap _map181 = iprot.readMapBegin();
44034
                this.deliveredOrders = new HashMap<String,String>(2*_map157.size);
44106
                this.deliveredOrders = new HashMap<String,String>(2*_map181.size);
44035
                for (int _i158 = 0; _i158 < _map157.size; ++_i158)
44107
                for (int _i182 = 0; _i182 < _map181.size; ++_i182)
44036
                {
44108
                {
44037
                  String _key159; // required
44109
                  String _key183; // required
44038
                  String _val160; // required
44110
                  String _val184; // required
44039
                  _key159 = iprot.readString();
44111
                  _key183 = iprot.readString();
44040
                  _val160 = iprot.readString();
44112
                  _val184 = iprot.readString();
44041
                  this.deliveredOrders.put(_key159, _val160);
44113
                  this.deliveredOrders.put(_key183, _val184);
44042
                }
44114
                }
44043
                iprot.readMapEnd();
44115
                iprot.readMapEnd();
44044
              }
44116
              }
44045
            } else { 
44117
            } else { 
44046
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
44118
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 44064... Line 44136...
44064
      oprot.writeFieldEnd();
44136
      oprot.writeFieldEnd();
44065
      if (this.deliveredOrders != null) {
44137
      if (this.deliveredOrders != null) {
44066
        oprot.writeFieldBegin(DELIVERED_ORDERS_FIELD_DESC);
44138
        oprot.writeFieldBegin(DELIVERED_ORDERS_FIELD_DESC);
44067
        {
44139
        {
44068
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.deliveredOrders.size()));
44140
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.deliveredOrders.size()));
44069
          for (Map.Entry<String, String> _iter161 : this.deliveredOrders.entrySet())
44141
          for (Map.Entry<String, String> _iter185 : this.deliveredOrders.entrySet())
44070
          {
44142
          {
44071
            oprot.writeString(_iter161.getKey());
44143
            oprot.writeString(_iter185.getKey());
44072
            oprot.writeString(_iter161.getValue());
44144
            oprot.writeString(_iter185.getValue());
44073
          }
44145
          }
44074
          oprot.writeMapEnd();
44146
          oprot.writeMapEnd();
44075
        }
44147
        }
44076
        oprot.writeFieldEnd();
44148
        oprot.writeFieldEnd();
44077
      }
44149
      }
Line 44747... Line 44819...
44747
            }
44819
            }
44748
            break;
44820
            break;
44749
          case 2: // RETURNED_ORDERS
44821
          case 2: // RETURNED_ORDERS
44750
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
44822
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
44751
              {
44823
              {
44752
                org.apache.thrift.protocol.TMap _map162 = iprot.readMapBegin();
44824
                org.apache.thrift.protocol.TMap _map186 = iprot.readMapBegin();
44753
                this.returnedOrders = new HashMap<String,String>(2*_map162.size);
44825
                this.returnedOrders = new HashMap<String,String>(2*_map186.size);
44754
                for (int _i163 = 0; _i163 < _map162.size; ++_i163)
44826
                for (int _i187 = 0; _i187 < _map186.size; ++_i187)
44755
                {
44827
                {
44756
                  String _key164; // required
44828
                  String _key188; // required
44757
                  String _val165; // required
44829
                  String _val189; // required
44758
                  _key164 = iprot.readString();
44830
                  _key188 = iprot.readString();
44759
                  _val165 = iprot.readString();
44831
                  _val189 = iprot.readString();
44760
                  this.returnedOrders.put(_key164, _val165);
44832
                  this.returnedOrders.put(_key188, _val189);
44761
                }
44833
                }
44762
                iprot.readMapEnd();
44834
                iprot.readMapEnd();
44763
              }
44835
              }
44764
            } else { 
44836
            } else { 
44765
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
44837
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 44783... Line 44855...
44783
      oprot.writeFieldEnd();
44855
      oprot.writeFieldEnd();
44784
      if (this.returnedOrders != null) {
44856
      if (this.returnedOrders != null) {
44785
        oprot.writeFieldBegin(RETURNED_ORDERS_FIELD_DESC);
44857
        oprot.writeFieldBegin(RETURNED_ORDERS_FIELD_DESC);
44786
        {
44858
        {
44787
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.returnedOrders.size()));
44859
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.returnedOrders.size()));
44788
          for (Map.Entry<String, String> _iter166 : this.returnedOrders.entrySet())
44860
          for (Map.Entry<String, String> _iter190 : this.returnedOrders.entrySet())
44789
          {
44861
          {
44790
            oprot.writeString(_iter166.getKey());
44862
            oprot.writeString(_iter190.getKey());
44791
            oprot.writeString(_iter166.getValue());
44863
            oprot.writeString(_iter190.getValue());
44792
          }
44864
          }
44793
          oprot.writeMapEnd();
44865
          oprot.writeMapEnd();
44794
        }
44866
        }
44795
        oprot.writeFieldEnd();
44867
        oprot.writeFieldEnd();
44796
      }
44868
      }
Line 45676... Line 45748...
45676
        }
45748
        }
45677
        switch (field.id) {
45749
        switch (field.id) {
45678
          case 0: // SUCCESS
45750
          case 0: // SUCCESS
45679
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
45751
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
45680
              {
45752
              {
45681
                org.apache.thrift.protocol.TList _list167 = iprot.readListBegin();
45753
                org.apache.thrift.protocol.TList _list191 = iprot.readListBegin();
45682
                this.success = new ArrayList<Order>(_list167.size);
45754
                this.success = new ArrayList<Order>(_list191.size);
45683
                for (int _i168 = 0; _i168 < _list167.size; ++_i168)
45755
                for (int _i192 = 0; _i192 < _list191.size; ++_i192)
45684
                {
45756
                {
45685
                  Order _elem169; // required
45757
                  Order _elem193; // required
45686
                  _elem169 = new Order();
45758
                  _elem193 = new Order();
45687
                  _elem169.read(iprot);
45759
                  _elem193.read(iprot);
45688
                  this.success.add(_elem169);
45760
                  this.success.add(_elem193);
45689
                }
45761
                }
45690
                iprot.readListEnd();
45762
                iprot.readListEnd();
45691
              }
45763
              }
45692
            } else { 
45764
            } else { 
45693
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
45765
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 45707... Line 45779...
45707
 
45779
 
45708
      if (this.isSetSuccess()) {
45780
      if (this.isSetSuccess()) {
45709
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
45781
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
45710
        {
45782
        {
45711
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
45783
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
45712
          for (Order _iter170 : this.success)
45784
          for (Order _iter194 : this.success)
45713
          {
45785
          {
45714
            _iter170.write(oprot);
45786
            _iter194.write(oprot);
45715
          }
45787
          }
45716
          oprot.writeListEnd();
45788
          oprot.writeListEnd();
45717
        }
45789
        }
45718
        oprot.writeFieldEnd();
45790
        oprot.writeFieldEnd();
45719
      }
45791
      }
Line 46091... Line 46163...
46091
            }
46163
            }
46092
            break;
46164
            break;
46093
          case 2: // UNDELIVERED_ORDERS
46165
          case 2: // UNDELIVERED_ORDERS
46094
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
46166
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
46095
              {
46167
              {
46096
                org.apache.thrift.protocol.TMap _map171 = iprot.readMapBegin();
46168
                org.apache.thrift.protocol.TMap _map195 = iprot.readMapBegin();
46097
                this.undeliveredOrders = new HashMap<String,String>(2*_map171.size);
46169
                this.undeliveredOrders = new HashMap<String,String>(2*_map195.size);
46098
                for (int _i172 = 0; _i172 < _map171.size; ++_i172)
46170
                for (int _i196 = 0; _i196 < _map195.size; ++_i196)
46099
                {
46171
                {
46100
                  String _key173; // required
46172
                  String _key197; // required
46101
                  String _val174; // required
46173
                  String _val198; // required
46102
                  _key173 = iprot.readString();
46174
                  _key197 = iprot.readString();
46103
                  _val174 = iprot.readString();
46175
                  _val198 = iprot.readString();
46104
                  this.undeliveredOrders.put(_key173, _val174);
46176
                  this.undeliveredOrders.put(_key197, _val198);
46105
                }
46177
                }
46106
                iprot.readMapEnd();
46178
                iprot.readMapEnd();
46107
              }
46179
              }
46108
            } else { 
46180
            } else { 
46109
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
46181
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 46127... Line 46199...
46127
      oprot.writeFieldEnd();
46199
      oprot.writeFieldEnd();
46128
      if (this.undeliveredOrders != null) {
46200
      if (this.undeliveredOrders != null) {
46129
        oprot.writeFieldBegin(UNDELIVERED_ORDERS_FIELD_DESC);
46201
        oprot.writeFieldBegin(UNDELIVERED_ORDERS_FIELD_DESC);
46130
        {
46202
        {
46131
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.undeliveredOrders.size()));
46203
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.undeliveredOrders.size()));
46132
          for (Map.Entry<String, String> _iter175 : this.undeliveredOrders.entrySet())
46204
          for (Map.Entry<String, String> _iter199 : this.undeliveredOrders.entrySet())
46133
          {
46205
          {
46134
            oprot.writeString(_iter175.getKey());
46206
            oprot.writeString(_iter199.getKey());
46135
            oprot.writeString(_iter175.getValue());
46207
            oprot.writeString(_iter199.getValue());
46136
          }
46208
          }
46137
          oprot.writeMapEnd();
46209
          oprot.writeMapEnd();
46138
        }
46210
        }
46139
        oprot.writeFieldEnd();
46211
        oprot.writeFieldEnd();
46140
      }
46212
      }
Line 47020... Line 47092...
47020
        }
47092
        }
47021
        switch (field.id) {
47093
        switch (field.id) {
47022
          case 0: // SUCCESS
47094
          case 0: // SUCCESS
47023
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
47095
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
47024
              {
47096
              {
47025
                org.apache.thrift.protocol.TList _list176 = iprot.readListBegin();
47097
                org.apache.thrift.protocol.TList _list200 = iprot.readListBegin();
47026
                this.success = new ArrayList<Order>(_list176.size);
47098
                this.success = new ArrayList<Order>(_list200.size);
47027
                for (int _i177 = 0; _i177 < _list176.size; ++_i177)
47099
                for (int _i201 = 0; _i201 < _list200.size; ++_i201)
47028
                {
47100
                {
47029
                  Order _elem178; // required
47101
                  Order _elem202; // required
47030
                  _elem178 = new Order();
47102
                  _elem202 = new Order();
47031
                  _elem178.read(iprot);
47103
                  _elem202.read(iprot);
47032
                  this.success.add(_elem178);
47104
                  this.success.add(_elem202);
47033
                }
47105
                }
47034
                iprot.readListEnd();
47106
                iprot.readListEnd();
47035
              }
47107
              }
47036
            } else { 
47108
            } else { 
47037
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
47109
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 47051... Line 47123...
47051
 
47123
 
47052
      if (this.isSetSuccess()) {
47124
      if (this.isSetSuccess()) {
47053
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
47125
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
47054
        {
47126
        {
47055
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
47127
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
47056
          for (Order _iter179 : this.success)
47128
          for (Order _iter203 : this.success)
47057
          {
47129
          {
47058
            _iter179.write(oprot);
47130
            _iter203.write(oprot);
47059
          }
47131
          }
47060
          oprot.writeListEnd();
47132
          oprot.writeListEnd();
47061
        }
47133
        }
47062
        oprot.writeFieldEnd();
47134
        oprot.writeFieldEnd();
47063
      }
47135
      }
Line 47435... Line 47507...
47435
            }
47507
            }
47436
            break;
47508
            break;
47437
          case 2: // LOCAL_CONNECTED_ORDERS
47509
          case 2: // LOCAL_CONNECTED_ORDERS
47438
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
47510
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
47439
              {
47511
              {
47440
                org.apache.thrift.protocol.TMap _map180 = iprot.readMapBegin();
47512
                org.apache.thrift.protocol.TMap _map204 = iprot.readMapBegin();
47441
                this.local_connected_orders = new HashMap<String,String>(2*_map180.size);
47513
                this.local_connected_orders = new HashMap<String,String>(2*_map204.size);
47442
                for (int _i181 = 0; _i181 < _map180.size; ++_i181)
47514
                for (int _i205 = 0; _i205 < _map204.size; ++_i205)
47443
                {
47515
                {
47444
                  String _key182; // required
47516
                  String _key206; // required
47445
                  String _val183; // required
47517
                  String _val207; // required
47446
                  _key182 = iprot.readString();
47518
                  _key206 = iprot.readString();
47447
                  _val183 = iprot.readString();
47519
                  _val207 = iprot.readString();
47448
                  this.local_connected_orders.put(_key182, _val183);
47520
                  this.local_connected_orders.put(_key206, _val207);
47449
                }
47521
                }
47450
                iprot.readMapEnd();
47522
                iprot.readMapEnd();
47451
              }
47523
              }
47452
            } else { 
47524
            } else { 
47453
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
47525
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 47471... Line 47543...
47471
      oprot.writeFieldEnd();
47543
      oprot.writeFieldEnd();
47472
      if (this.local_connected_orders != null) {
47544
      if (this.local_connected_orders != null) {
47473
        oprot.writeFieldBegin(LOCAL_CONNECTED_ORDERS_FIELD_DESC);
47545
        oprot.writeFieldBegin(LOCAL_CONNECTED_ORDERS_FIELD_DESC);
47474
        {
47546
        {
47475
          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()));
47547
          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()));
47476
          for (Map.Entry<String, String> _iter184 : this.local_connected_orders.entrySet())
47548
          for (Map.Entry<String, String> _iter208 : this.local_connected_orders.entrySet())
47477
          {
47549
          {
47478
            oprot.writeString(_iter184.getKey());
47550
            oprot.writeString(_iter208.getKey());
47479
            oprot.writeString(_iter184.getValue());
47551
            oprot.writeString(_iter208.getValue());
47480
          }
47552
          }
47481
          oprot.writeMapEnd();
47553
          oprot.writeMapEnd();
47482
        }
47554
        }
47483
        oprot.writeFieldEnd();
47555
        oprot.writeFieldEnd();
47484
      }
47556
      }
Line 48364... Line 48436...
48364
        }
48436
        }
48365
        switch (field.id) {
48437
        switch (field.id) {
48366
          case 0: // SUCCESS
48438
          case 0: // SUCCESS
48367
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
48439
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
48368
              {
48440
              {
48369
                org.apache.thrift.protocol.TList _list185 = iprot.readListBegin();
48441
                org.apache.thrift.protocol.TList _list209 = iprot.readListBegin();
48370
                this.success = new ArrayList<Order>(_list185.size);
48442
                this.success = new ArrayList<Order>(_list209.size);
48371
                for (int _i186 = 0; _i186 < _list185.size; ++_i186)
48443
                for (int _i210 = 0; _i210 < _list209.size; ++_i210)
48372
                {
48444
                {
48373
                  Order _elem187; // required
48445
                  Order _elem211; // required
48374
                  _elem187 = new Order();
48446
                  _elem211 = new Order();
48375
                  _elem187.read(iprot);
48447
                  _elem211.read(iprot);
48376
                  this.success.add(_elem187);
48448
                  this.success.add(_elem211);
48377
                }
48449
                }
48378
                iprot.readListEnd();
48450
                iprot.readListEnd();
48379
              }
48451
              }
48380
            } else { 
48452
            } else { 
48381
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
48453
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 48395... Line 48467...
48395
 
48467
 
48396
      if (this.isSetSuccess()) {
48468
      if (this.isSetSuccess()) {
48397
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
48469
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
48398
        {
48470
        {
48399
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
48471
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
48400
          for (Order _iter188 : this.success)
48472
          for (Order _iter212 : this.success)
48401
          {
48473
          {
48402
            _iter188.write(oprot);
48474
            _iter212.write(oprot);
48403
          }
48475
          }
48404
          oprot.writeListEnd();
48476
          oprot.writeListEnd();
48405
        }
48477
        }
48406
        oprot.writeFieldEnd();
48478
        oprot.writeFieldEnd();
48407
      }
48479
      }
Line 48779... Line 48851...
48779
            }
48851
            }
48780
            break;
48852
            break;
48781
          case 2: // DESTINATION_CITY_REACHED_ORDERS
48853
          case 2: // DESTINATION_CITY_REACHED_ORDERS
48782
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
48854
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
48783
              {
48855
              {
48784
                org.apache.thrift.protocol.TMap _map189 = iprot.readMapBegin();
48856
                org.apache.thrift.protocol.TMap _map213 = iprot.readMapBegin();
48785
                this.destination_city_reached_orders = new HashMap<String,String>(2*_map189.size);
48857
                this.destination_city_reached_orders = new HashMap<String,String>(2*_map213.size);
48786
                for (int _i190 = 0; _i190 < _map189.size; ++_i190)
48858
                for (int _i214 = 0; _i214 < _map213.size; ++_i214)
48787
                {
48859
                {
48788
                  String _key191; // required
48860
                  String _key215; // required
48789
                  String _val192; // required
48861
                  String _val216; // required
48790
                  _key191 = iprot.readString();
48862
                  _key215 = iprot.readString();
48791
                  _val192 = iprot.readString();
48863
                  _val216 = iprot.readString();
48792
                  this.destination_city_reached_orders.put(_key191, _val192);
48864
                  this.destination_city_reached_orders.put(_key215, _val216);
48793
                }
48865
                }
48794
                iprot.readMapEnd();
48866
                iprot.readMapEnd();
48795
              }
48867
              }
48796
            } else { 
48868
            } else { 
48797
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
48869
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 48815... Line 48887...
48815
      oprot.writeFieldEnd();
48887
      oprot.writeFieldEnd();
48816
      if (this.destination_city_reached_orders != null) {
48888
      if (this.destination_city_reached_orders != null) {
48817
        oprot.writeFieldBegin(DESTINATION_CITY_REACHED_ORDERS_FIELD_DESC);
48889
        oprot.writeFieldBegin(DESTINATION_CITY_REACHED_ORDERS_FIELD_DESC);
48818
        {
48890
        {
48819
          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()));
48891
          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()));
48820
          for (Map.Entry<String, String> _iter193 : this.destination_city_reached_orders.entrySet())
48892
          for (Map.Entry<String, String> _iter217 : this.destination_city_reached_orders.entrySet())
48821
          {
48893
          {
48822
            oprot.writeString(_iter193.getKey());
48894
            oprot.writeString(_iter217.getKey());
48823
            oprot.writeString(_iter193.getValue());
48895
            oprot.writeString(_iter217.getValue());
48824
          }
48896
          }
48825
          oprot.writeMapEnd();
48897
          oprot.writeMapEnd();
48826
        }
48898
        }
48827
        oprot.writeFieldEnd();
48899
        oprot.writeFieldEnd();
48828
      }
48900
      }
Line 49498... Line 49570...
49498
            }
49570
            }
49499
            break;
49571
            break;
49500
          case 2: // FIRST_ATDL_ORDERS
49572
          case 2: // FIRST_ATDL_ORDERS
49501
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
49573
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
49502
              {
49574
              {
49503
                org.apache.thrift.protocol.TMap _map194 = iprot.readMapBegin();
49575
                org.apache.thrift.protocol.TMap _map218 = iprot.readMapBegin();
49504
                this.first_atdl_orders = new HashMap<String,String>(2*_map194.size);
49576
                this.first_atdl_orders = new HashMap<String,String>(2*_map218.size);
49505
                for (int _i195 = 0; _i195 < _map194.size; ++_i195)
49577
                for (int _i219 = 0; _i219 < _map218.size; ++_i219)
49506
                {
49578
                {
49507
                  String _key196; // required
49579
                  String _key220; // required
49508
                  String _val197; // required
49580
                  String _val221; // required
49509
                  _key196 = iprot.readString();
49581
                  _key220 = iprot.readString();
49510
                  _val197 = iprot.readString();
49582
                  _val221 = iprot.readString();
49511
                  this.first_atdl_orders.put(_key196, _val197);
49583
                  this.first_atdl_orders.put(_key220, _val221);
49512
                }
49584
                }
49513
                iprot.readMapEnd();
49585
                iprot.readMapEnd();
49514
              }
49586
              }
49515
            } else { 
49587
            } else { 
49516
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
49588
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 49534... Line 49606...
49534
      oprot.writeFieldEnd();
49606
      oprot.writeFieldEnd();
49535
      if (this.first_atdl_orders != null) {
49607
      if (this.first_atdl_orders != null) {
49536
        oprot.writeFieldBegin(FIRST_ATDL_ORDERS_FIELD_DESC);
49608
        oprot.writeFieldBegin(FIRST_ATDL_ORDERS_FIELD_DESC);
49537
        {
49609
        {
49538
          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()));
49610
          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()));
49539
          for (Map.Entry<String, String> _iter198 : this.first_atdl_orders.entrySet())
49611
          for (Map.Entry<String, String> _iter222 : this.first_atdl_orders.entrySet())
49540
          {
49612
          {
49541
            oprot.writeString(_iter198.getKey());
49613
            oprot.writeString(_iter222.getKey());
49542
            oprot.writeString(_iter198.getValue());
49614
            oprot.writeString(_iter222.getValue());
49543
          }
49615
          }
49544
          oprot.writeMapEnd();
49616
          oprot.writeMapEnd();
49545
        }
49617
        }
49546
        oprot.writeFieldEnd();
49618
        oprot.writeFieldEnd();
49547
      }
49619
      }
Line 50508... Line 50580...
50508
        }
50580
        }
50509
        switch (field.id) {
50581
        switch (field.id) {
50510
          case 0: // SUCCESS
50582
          case 0: // SUCCESS
50511
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
50583
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
50512
              {
50584
              {
50513
                org.apache.thrift.protocol.TList _list199 = iprot.readListBegin();
50585
                org.apache.thrift.protocol.TList _list223 = iprot.readListBegin();
50514
                this.success = new ArrayList<Order>(_list199.size);
50586
                this.success = new ArrayList<Order>(_list223.size);
50515
                for (int _i200 = 0; _i200 < _list199.size; ++_i200)
50587
                for (int _i224 = 0; _i224 < _list223.size; ++_i224)
50516
                {
50588
                {
50517
                  Order _elem201; // required
50589
                  Order _elem225; // required
50518
                  _elem201 = new Order();
50590
                  _elem225 = new Order();
50519
                  _elem201.read(iprot);
50591
                  _elem225.read(iprot);
50520
                  this.success.add(_elem201);
50592
                  this.success.add(_elem225);
50521
                }
50593
                }
50522
                iprot.readListEnd();
50594
                iprot.readListEnd();
50523
              }
50595
              }
50524
            } else { 
50596
            } else { 
50525
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
50597
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 50539... Line 50611...
50539
 
50611
 
50540
      if (this.isSetSuccess()) {
50612
      if (this.isSetSuccess()) {
50541
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
50613
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
50542
        {
50614
        {
50543
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
50615
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
50544
          for (Order _iter202 : this.success)
50616
          for (Order _iter226 : this.success)
50545
          {
50617
          {
50546
            _iter202.write(oprot);
50618
            _iter226.write(oprot);
50547
          }
50619
          }
50548
          oprot.writeListEnd();
50620
          oprot.writeListEnd();
50549
        }
50621
        }
50550
        oprot.writeFieldEnd();
50622
        oprot.writeFieldEnd();
50551
      }
50623
      }
Line 51039... Line 51111...
51039
        }
51111
        }
51040
        switch (field.id) {
51112
        switch (field.id) {
51041
          case 0: // SUCCESS
51113
          case 0: // SUCCESS
51042
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
51114
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
51043
              {
51115
              {
51044
                org.apache.thrift.protocol.TList _list203 = iprot.readListBegin();
51116
                org.apache.thrift.protocol.TList _list227 = iprot.readListBegin();
51045
                this.success = new ArrayList<Order>(_list203.size);
51117
                this.success = new ArrayList<Order>(_list227.size);
51046
                for (int _i204 = 0; _i204 < _list203.size; ++_i204)
51118
                for (int _i228 = 0; _i228 < _list227.size; ++_i228)
51047
                {
51119
                {
51048
                  Order _elem205; // required
51120
                  Order _elem229; // required
51049
                  _elem205 = new Order();
51121
                  _elem229 = new Order();
51050
                  _elem205.read(iprot);
51122
                  _elem229.read(iprot);
51051
                  this.success.add(_elem205);
51123
                  this.success.add(_elem229);
51052
                }
51124
                }
51053
                iprot.readListEnd();
51125
                iprot.readListEnd();
51054
              }
51126
              }
51055
            } else { 
51127
            } else { 
51056
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
51128
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 51070... Line 51142...
51070
 
51142
 
51071
      if (this.isSetSuccess()) {
51143
      if (this.isSetSuccess()) {
51072
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
51144
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
51073
        {
51145
        {
51074
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
51146
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
51075
          for (Order _iter206 : this.success)
51147
          for (Order _iter230 : this.success)
51076
          {
51148
          {
51077
            _iter206.write(oprot);
51149
            _iter230.write(oprot);
51078
          }
51150
          }
51079
          oprot.writeListEnd();
51151
          oprot.writeListEnd();
51080
        }
51152
        }
51081
        oprot.writeFieldEnd();
51153
        oprot.writeFieldEnd();
51082
      }
51154
      }
Line 58017... Line 58089...
58017
            }
58089
            }
58018
            break;
58090
            break;
58019
          case 2: // PICKUP_DETAILS
58091
          case 2: // PICKUP_DETAILS
58020
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
58092
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
58021
              {
58093
              {
58022
                org.apache.thrift.protocol.TMap _map207 = iprot.readMapBegin();
58094
                org.apache.thrift.protocol.TMap _map231 = iprot.readMapBegin();
58023
                this.pickupDetails = new HashMap<String,String>(2*_map207.size);
58095
                this.pickupDetails = new HashMap<String,String>(2*_map231.size);
58024
                for (int _i208 = 0; _i208 < _map207.size; ++_i208)
58096
                for (int _i232 = 0; _i232 < _map231.size; ++_i232)
58025
                {
58097
                {
58026
                  String _key209; // required
58098
                  String _key233; // required
58027
                  String _val210; // required
58099
                  String _val234; // required
58028
                  _key209 = iprot.readString();
58100
                  _key233 = iprot.readString();
58029
                  _val210 = iprot.readString();
58101
                  _val234 = iprot.readString();
58030
                  this.pickupDetails.put(_key209, _val210);
58102
                  this.pickupDetails.put(_key233, _val234);
58031
                }
58103
                }
58032
                iprot.readMapEnd();
58104
                iprot.readMapEnd();
58033
              }
58105
              }
58034
            } else { 
58106
            } else { 
58035
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
58107
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 58053... Line 58125...
58053
      oprot.writeFieldEnd();
58125
      oprot.writeFieldEnd();
58054
      if (this.pickupDetails != null) {
58126
      if (this.pickupDetails != null) {
58055
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
58127
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
58056
        {
58128
        {
58057
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
58129
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
58058
          for (Map.Entry<String, String> _iter211 : this.pickupDetails.entrySet())
58130
          for (Map.Entry<String, String> _iter235 : this.pickupDetails.entrySet())
58059
          {
58131
          {
58060
            oprot.writeString(_iter211.getKey());
58132
            oprot.writeString(_iter235.getKey());
58061
            oprot.writeString(_iter211.getValue());
58133
            oprot.writeString(_iter235.getValue());
58062
          }
58134
          }
58063
          oprot.writeMapEnd();
58135
          oprot.writeMapEnd();
58064
        }
58136
        }
58065
        oprot.writeFieldEnd();
58137
        oprot.writeFieldEnd();
58066
      }
58138
      }
Line 58849... Line 58921...
58849
        }
58921
        }
58850
        switch (field.id) {
58922
        switch (field.id) {
58851
          case 0: // SUCCESS
58923
          case 0: // SUCCESS
58852
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
58924
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
58853
              {
58925
              {
58854
                org.apache.thrift.protocol.TList _list212 = iprot.readListBegin();
58926
                org.apache.thrift.protocol.TList _list236 = iprot.readListBegin();
58855
                this.success = new ArrayList<Order>(_list212.size);
58927
                this.success = new ArrayList<Order>(_list236.size);
58856
                for (int _i213 = 0; _i213 < _list212.size; ++_i213)
58928
                for (int _i237 = 0; _i237 < _list236.size; ++_i237)
58857
                {
58929
                {
58858
                  Order _elem214; // required
58930
                  Order _elem238; // required
58859
                  _elem214 = new Order();
58931
                  _elem238 = new Order();
58860
                  _elem214.read(iprot);
58932
                  _elem238.read(iprot);
58861
                  this.success.add(_elem214);
58933
                  this.success.add(_elem238);
58862
                }
58934
                }
58863
                iprot.readListEnd();
58935
                iprot.readListEnd();
58864
              }
58936
              }
58865
            } else { 
58937
            } else { 
58866
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
58938
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 58880... Line 58952...
58880
 
58952
 
58881
      if (this.isSetSuccess()) {
58953
      if (this.isSetSuccess()) {
58882
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
58954
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
58883
        {
58955
        {
58884
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
58956
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
58885
          for (Order _iter215 : this.success)
58957
          for (Order _iter239 : this.success)
58886
          {
58958
          {
58887
            _iter215.write(oprot);
58959
            _iter239.write(oprot);
58888
          }
58960
          }
58889
          oprot.writeListEnd();
58961
          oprot.writeListEnd();
58890
        }
58962
        }
58891
        oprot.writeFieldEnd();
58963
        oprot.writeFieldEnd();
58892
      }
58964
      }
Line 59264... Line 59336...
59264
            }
59336
            }
59265
            break;
59337
            break;
59266
          case 2: // PICKUP_DETAILS
59338
          case 2: // PICKUP_DETAILS
59267
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
59339
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
59268
              {
59340
              {
59269
                org.apache.thrift.protocol.TMap _map216 = iprot.readMapBegin();
59341
                org.apache.thrift.protocol.TMap _map240 = iprot.readMapBegin();
59270
                this.pickupDetails = new HashMap<String,String>(2*_map216.size);
59342
                this.pickupDetails = new HashMap<String,String>(2*_map240.size);
59271
                for (int _i217 = 0; _i217 < _map216.size; ++_i217)
59343
                for (int _i241 = 0; _i241 < _map240.size; ++_i241)
59272
                {
59344
                {
59273
                  String _key218; // required
59345
                  String _key242; // required
59274
                  String _val219; // required
59346
                  String _val243; // required
59275
                  _key218 = iprot.readString();
59347
                  _key242 = iprot.readString();
59276
                  _val219 = iprot.readString();
59348
                  _val243 = iprot.readString();
59277
                  this.pickupDetails.put(_key218, _val219);
59349
                  this.pickupDetails.put(_key242, _val243);
59278
                }
59350
                }
59279
                iprot.readMapEnd();
59351
                iprot.readMapEnd();
59280
              }
59352
              }
59281
            } else { 
59353
            } else { 
59282
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
59354
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 59300... Line 59372...
59300
      oprot.writeFieldEnd();
59372
      oprot.writeFieldEnd();
59301
      if (this.pickupDetails != null) {
59373
      if (this.pickupDetails != null) {
59302
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
59374
        oprot.writeFieldBegin(PICKUP_DETAILS_FIELD_DESC);
59303
        {
59375
        {
59304
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
59376
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.pickupDetails.size()));
59305
          for (Map.Entry<String, String> _iter220 : this.pickupDetails.entrySet())
59377
          for (Map.Entry<String, String> _iter244 : this.pickupDetails.entrySet())
59306
          {
59378
          {
59307
            oprot.writeString(_iter220.getKey());
59379
            oprot.writeString(_iter244.getKey());
59308
            oprot.writeString(_iter220.getValue());
59380
            oprot.writeString(_iter244.getValue());
59309
          }
59381
          }
59310
          oprot.writeMapEnd();
59382
          oprot.writeMapEnd();
59311
        }
59383
        }
59312
        oprot.writeFieldEnd();
59384
        oprot.writeFieldEnd();
59313
      }
59385
      }
Line 60096... Line 60168...
60096
        }
60168
        }
60097
        switch (field.id) {
60169
        switch (field.id) {
60098
          case 0: // SUCCESS
60170
          case 0: // SUCCESS
60099
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
60171
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
60100
              {
60172
              {
60101
                org.apache.thrift.protocol.TList _list221 = iprot.readListBegin();
60173
                org.apache.thrift.protocol.TList _list245 = iprot.readListBegin();
60102
                this.success = new ArrayList<Order>(_list221.size);
60174
                this.success = new ArrayList<Order>(_list245.size);
60103
                for (int _i222 = 0; _i222 < _list221.size; ++_i222)
60175
                for (int _i246 = 0; _i246 < _list245.size; ++_i246)
60104
                {
60176
                {
60105
                  Order _elem223; // required
60177
                  Order _elem247; // required
60106
                  _elem223 = new Order();
60178
                  _elem247 = new Order();
60107
                  _elem223.read(iprot);
60179
                  _elem247.read(iprot);
60108
                  this.success.add(_elem223);
60180
                  this.success.add(_elem247);
60109
                }
60181
                }
60110
                iprot.readListEnd();
60182
                iprot.readListEnd();
60111
              }
60183
              }
60112
            } else { 
60184
            } else { 
60113
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
60185
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 60127... Line 60199...
60127
 
60199
 
60128
      if (this.isSetSuccess()) {
60200
      if (this.isSetSuccess()) {
60129
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
60201
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
60130
        {
60202
        {
60131
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
60203
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
60132
          for (Order _iter224 : this.success)
60204
          for (Order _iter248 : this.success)
60133
          {
60205
          {
60134
            _iter224.write(oprot);
60206
            _iter248.write(oprot);
60135
          }
60207
          }
60136
          oprot.writeListEnd();
60208
          oprot.writeListEnd();
60137
        }
60209
        }
60138
        oprot.writeFieldEnd();
60210
        oprot.writeFieldEnd();
60139
      }
60211
      }
Line 64677... Line 64749...
64677
        }
64749
        }
64678
        switch (field.id) {
64750
        switch (field.id) {
64679
          case 0: // SUCCESS
64751
          case 0: // SUCCESS
64680
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
64752
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
64681
              {
64753
              {
64682
                org.apache.thrift.protocol.TList _list225 = iprot.readListBegin();
64754
                org.apache.thrift.protocol.TList _list249 = iprot.readListBegin();
64683
                this.success = new ArrayList<ReturnOrder>(_list225.size);
64755
                this.success = new ArrayList<ReturnOrder>(_list249.size);
64684
                for (int _i226 = 0; _i226 < _list225.size; ++_i226)
64756
                for (int _i250 = 0; _i250 < _list249.size; ++_i250)
64685
                {
64757
                {
64686
                  ReturnOrder _elem227; // required
64758
                  ReturnOrder _elem251; // required
64687
                  _elem227 = new ReturnOrder();
64759
                  _elem251 = new ReturnOrder();
64688
                  _elem227.read(iprot);
64760
                  _elem251.read(iprot);
64689
                  this.success.add(_elem227);
64761
                  this.success.add(_elem251);
64690
                }
64762
                }
64691
                iprot.readListEnd();
64763
                iprot.readListEnd();
64692
              }
64764
              }
64693
            } else { 
64765
            } else { 
64694
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
64766
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 64708... Line 64780...
64708
 
64780
 
64709
      if (this.isSetSuccess()) {
64781
      if (this.isSetSuccess()) {
64710
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
64782
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
64711
        {
64783
        {
64712
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
64784
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
64713
          for (ReturnOrder _iter228 : this.success)
64785
          for (ReturnOrder _iter252 : this.success)
64714
          {
64786
          {
64715
            _iter228.write(oprot);
64787
            _iter252.write(oprot);
64716
          }
64788
          }
64717
          oprot.writeListEnd();
64789
          oprot.writeListEnd();
64718
        }
64790
        }
64719
        oprot.writeFieldEnd();
64791
        oprot.writeFieldEnd();
64720
      }
64792
      }
Line 65468... Line 65540...
65468
        }
65540
        }
65469
        switch (field.id) {
65541
        switch (field.id) {
65470
          case 0: // SUCCESS
65542
          case 0: // SUCCESS
65471
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
65543
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
65472
              {
65544
              {
65473
                org.apache.thrift.protocol.TList _list229 = iprot.readListBegin();
65545
                org.apache.thrift.protocol.TList _list253 = iprot.readListBegin();
65474
                this.success = new ArrayList<ReturnOrder>(_list229.size);
65546
                this.success = new ArrayList<ReturnOrder>(_list253.size);
65475
                for (int _i230 = 0; _i230 < _list229.size; ++_i230)
65547
                for (int _i254 = 0; _i254 < _list253.size; ++_i254)
65476
                {
65548
                {
65477
                  ReturnOrder _elem231; // required
65549
                  ReturnOrder _elem255; // required
65478
                  _elem231 = new ReturnOrder();
65550
                  _elem255 = new ReturnOrder();
65479
                  _elem231.read(iprot);
65551
                  _elem255.read(iprot);
65480
                  this.success.add(_elem231);
65552
                  this.success.add(_elem255);
65481
                }
65553
                }
65482
                iprot.readListEnd();
65554
                iprot.readListEnd();
65483
              }
65555
              }
65484
            } else { 
65556
            } else { 
65485
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
65557
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 65499... Line 65571...
65499
 
65571
 
65500
      if (this.isSetSuccess()) {
65572
      if (this.isSetSuccess()) {
65501
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
65573
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
65502
        {
65574
        {
65503
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
65575
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
65504
          for (ReturnOrder _iter232 : this.success)
65576
          for (ReturnOrder _iter256 : this.success)
65505
          {
65577
          {
65506
            _iter232.write(oprot);
65578
            _iter256.write(oprot);
65507
          }
65579
          }
65508
          oprot.writeListEnd();
65580
          oprot.writeListEnd();
65509
        }
65581
        }
65510
        oprot.writeFieldEnd();
65582
        oprot.writeFieldEnd();
65511
      }
65583
      }
Line 70486... Line 70558...
70486
        }
70558
        }
70487
        switch (field.id) {
70559
        switch (field.id) {
70488
          case 1: // COLLECTED_AMOUNT_MAP
70560
          case 1: // COLLECTED_AMOUNT_MAP
70489
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
70561
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
70490
              {
70562
              {
70491
                org.apache.thrift.protocol.TMap _map233 = iprot.readMapBegin();
70563
                org.apache.thrift.protocol.TMap _map257 = iprot.readMapBegin();
70492
                this.collectedAmountMap = new HashMap<String,Double>(2*_map233.size);
70564
                this.collectedAmountMap = new HashMap<String,Double>(2*_map257.size);
70493
                for (int _i234 = 0; _i234 < _map233.size; ++_i234)
70565
                for (int _i258 = 0; _i258 < _map257.size; ++_i258)
70494
                {
70566
                {
70495
                  String _key235; // required
70567
                  String _key259; // required
70496
                  double _val236; // required
70568
                  double _val260; // required
70497
                  _key235 = iprot.readString();
70569
                  _key259 = iprot.readString();
70498
                  _val236 = iprot.readDouble();
70570
                  _val260 = iprot.readDouble();
70499
                  this.collectedAmountMap.put(_key235, _val236);
70571
                  this.collectedAmountMap.put(_key259, _val260);
70500
                }
70572
                }
70501
                iprot.readMapEnd();
70573
                iprot.readMapEnd();
70502
              }
70574
              }
70503
            } else { 
70575
            } else { 
70504
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
70576
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 70541... Line 70613...
70541
      oprot.writeStructBegin(STRUCT_DESC);
70613
      oprot.writeStructBegin(STRUCT_DESC);
70542
      if (this.collectedAmountMap != null) {
70614
      if (this.collectedAmountMap != null) {
70543
        oprot.writeFieldBegin(COLLECTED_AMOUNT_MAP_FIELD_DESC);
70615
        oprot.writeFieldBegin(COLLECTED_AMOUNT_MAP_FIELD_DESC);
70544
        {
70616
        {
70545
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.DOUBLE, this.collectedAmountMap.size()));
70617
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.DOUBLE, this.collectedAmountMap.size()));
70546
          for (Map.Entry<String, Double> _iter237 : this.collectedAmountMap.entrySet())
70618
          for (Map.Entry<String, Double> _iter261 : this.collectedAmountMap.entrySet())
70547
          {
70619
          {
70548
            oprot.writeString(_iter237.getKey());
70620
            oprot.writeString(_iter261.getKey());
70549
            oprot.writeDouble(_iter237.getValue());
70621
            oprot.writeDouble(_iter261.getValue());
70550
          }
70622
          }
70551
          oprot.writeMapEnd();
70623
          oprot.writeMapEnd();
70552
        }
70624
        }
70553
        oprot.writeFieldEnd();
70625
        oprot.writeFieldEnd();
70554
      }
70626
      }
Line 70948... Line 71020...
70948
        }
71020
        }
70949
        switch (field.id) {
71021
        switch (field.id) {
70950
          case 0: // SUCCESS
71022
          case 0: // SUCCESS
70951
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
71023
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
70952
              {
71024
              {
70953
                org.apache.thrift.protocol.TMap _map238 = iprot.readMapBegin();
71025
                org.apache.thrift.protocol.TMap _map262 = iprot.readMapBegin();
70954
                this.success = new HashMap<String,String>(2*_map238.size);
71026
                this.success = new HashMap<String,String>(2*_map262.size);
70955
                for (int _i239 = 0; _i239 < _map238.size; ++_i239)
71027
                for (int _i263 = 0; _i263 < _map262.size; ++_i263)
70956
                {
71028
                {
70957
                  String _key240; // required
71029
                  String _key264; // required
70958
                  String _val241; // required
71030
                  String _val265; // required
70959
                  _key240 = iprot.readString();
71031
                  _key264 = iprot.readString();
70960
                  _val241 = iprot.readString();
71032
                  _val265 = iprot.readString();
70961
                  this.success.put(_key240, _val241);
71033
                  this.success.put(_key264, _val265);
70962
                }
71034
                }
70963
                iprot.readMapEnd();
71035
                iprot.readMapEnd();
70964
              }
71036
              }
70965
            } else { 
71037
            } else { 
70966
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
71038
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 70988... Line 71060...
70988
 
71060
 
70989
      if (this.isSetSuccess()) {
71061
      if (this.isSetSuccess()) {
70990
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
71062
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
70991
        {
71063
        {
70992
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.success.size()));
71064
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.success.size()));
70993
          for (Map.Entry<String, String> _iter242 : this.success.entrySet())
71065
          for (Map.Entry<String, String> _iter266 : this.success.entrySet())
70994
          {
71066
          {
70995
            oprot.writeString(_iter242.getKey());
71067
            oprot.writeString(_iter266.getKey());
70996
            oprot.writeString(_iter242.getValue());
71068
            oprot.writeString(_iter266.getValue());
70997
          }
71069
          }
70998
          oprot.writeMapEnd();
71070
          oprot.writeMapEnd();
70999
        }
71071
        }
71000
        oprot.writeFieldEnd();
71072
        oprot.writeFieldEnd();
71001
      } else if (this.isSetEx()) {
71073
      } else if (this.isSetEx()) {
Line 71607... Line 71679...
71607
        }
71679
        }
71608
        switch (field.id) {
71680
        switch (field.id) {
71609
          case 0: // SUCCESS
71681
          case 0: // SUCCESS
71610
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
71682
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
71611
              {
71683
              {
71612
                org.apache.thrift.protocol.TList _list243 = iprot.readListBegin();
71684
                org.apache.thrift.protocol.TList _list267 = iprot.readListBegin();
71613
                this.success = new ArrayList<Long>(_list243.size);
71685
                this.success = new ArrayList<Long>(_list267.size);
71614
                for (int _i244 = 0; _i244 < _list243.size; ++_i244)
71686
                for (int _i268 = 0; _i268 < _list267.size; ++_i268)
71615
                {
71687
                {
71616
                  long _elem245; // required
71688
                  long _elem269; // required
71617
                  _elem245 = iprot.readI64();
71689
                  _elem269 = iprot.readI64();
71618
                  this.success.add(_elem245);
71690
                  this.success.add(_elem269);
71619
                }
71691
                }
71620
                iprot.readListEnd();
71692
                iprot.readListEnd();
71621
              }
71693
              }
71622
            } else { 
71694
            } else { 
71623
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
71695
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 71637... Line 71709...
71637
 
71709
 
71638
      if (this.isSetSuccess()) {
71710
      if (this.isSetSuccess()) {
71639
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
71711
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
71640
        {
71712
        {
71641
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
71713
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
71642
          for (long _iter246 : this.success)
71714
          for (long _iter270 : this.success)
71643
          {
71715
          {
71644
            oprot.writeI64(_iter246);
71716
            oprot.writeI64(_iter270);
71645
          }
71717
          }
71646
          oprot.writeListEnd();
71718
          oprot.writeListEnd();
71647
        }
71719
        }
71648
        oprot.writeFieldEnd();
71720
        oprot.writeFieldEnd();
71649
      }
71721
      }
Line 72733... Line 72805...
72733
        }
72805
        }
72734
        switch (field.id) {
72806
        switch (field.id) {
72735
          case 0: // SUCCESS
72807
          case 0: // SUCCESS
72736
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
72808
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
72737
              {
72809
              {
72738
                org.apache.thrift.protocol.TMap _map247 = iprot.readMapBegin();
72810
                org.apache.thrift.protocol.TMap _map271 = iprot.readMapBegin();
72739
                this.success = new HashMap<Long,Long>(2*_map247.size);
72811
                this.success = new HashMap<Long,Long>(2*_map271.size);
72740
                for (int _i248 = 0; _i248 < _map247.size; ++_i248)
72812
                for (int _i272 = 0; _i272 < _map271.size; ++_i272)
72741
                {
72813
                {
72742
                  long _key249; // required
72814
                  long _key273; // required
72743
                  long _val250; // required
72815
                  long _val274; // required
72744
                  _key249 = iprot.readI64();
72816
                  _key273 = iprot.readI64();
72745
                  _val250 = iprot.readI64();
72817
                  _val274 = iprot.readI64();
72746
                  this.success.put(_key249, _val250);
72818
                  this.success.put(_key273, _val274);
72747
                }
72819
                }
72748
                iprot.readMapEnd();
72820
                iprot.readMapEnd();
72749
              }
72821
              }
72750
            } else { 
72822
            } else { 
72751
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
72823
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 72765... Line 72837...
72765
 
72837
 
72766
      if (this.isSetSuccess()) {
72838
      if (this.isSetSuccess()) {
72767
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
72839
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
72768
        {
72840
        {
72769
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
72841
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
72770
          for (Map.Entry<Long, Long> _iter251 : this.success.entrySet())
72842
          for (Map.Entry<Long, Long> _iter275 : this.success.entrySet())
72771
          {
72843
          {
72772
            oprot.writeI64(_iter251.getKey());
72844
            oprot.writeI64(_iter275.getKey());
72773
            oprot.writeI64(_iter251.getValue());
72845
            oprot.writeI64(_iter275.getValue());
72774
          }
72846
          }
72775
          oprot.writeMapEnd();
72847
          oprot.writeMapEnd();
72776
        }
72848
        }
72777
        oprot.writeFieldEnd();
72849
        oprot.writeFieldEnd();
72778
      }
72850
      }
Line 73066... Line 73138...
73066
        }
73138
        }
73067
        switch (field.id) {
73139
        switch (field.id) {
73068
          case 1: // ITEM_IDS
73140
          case 1: // ITEM_IDS
73069
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
73141
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
73070
              {
73142
              {
73071
                org.apache.thrift.protocol.TList _list252 = iprot.readListBegin();
73143
                org.apache.thrift.protocol.TList _list276 = iprot.readListBegin();
73072
                this.itemIds = new ArrayList<Long>(_list252.size);
73144
                this.itemIds = new ArrayList<Long>(_list276.size);
73073
                for (int _i253 = 0; _i253 < _list252.size; ++_i253)
73145
                for (int _i277 = 0; _i277 < _list276.size; ++_i277)
73074
                {
73146
                {
73075
                  long _elem254; // required
73147
                  long _elem278; // required
73076
                  _elem254 = iprot.readI64();
73148
                  _elem278 = iprot.readI64();
73077
                  this.itemIds.add(_elem254);
73149
                  this.itemIds.add(_elem278);
73078
                }
73150
                }
73079
                iprot.readListEnd();
73151
                iprot.readListEnd();
73080
              }
73152
              }
73081
            } else { 
73153
            } else { 
73082
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
73154
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 73097... Line 73169...
73097
      oprot.writeStructBegin(STRUCT_DESC);
73169
      oprot.writeStructBegin(STRUCT_DESC);
73098
      if (this.itemIds != null) {
73170
      if (this.itemIds != null) {
73099
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
73171
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
73100
        {
73172
        {
73101
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.itemIds.size()));
73173
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.itemIds.size()));
73102
          for (long _iter255 : this.itemIds)
73174
          for (long _iter279 : this.itemIds)
73103
          {
73175
          {
73104
            oprot.writeI64(_iter255);
73176
            oprot.writeI64(_iter279);
73105
          }
73177
          }
73106
          oprot.writeListEnd();
73178
          oprot.writeListEnd();
73107
        }
73179
        }
73108
        oprot.writeFieldEnd();
73180
        oprot.writeFieldEnd();
73109
      }
73181
      }
Line 73397... Line 73469...
73397
        }
73469
        }
73398
        switch (field.id) {
73470
        switch (field.id) {
73399
          case 0: // SUCCESS
73471
          case 0: // SUCCESS
73400
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
73472
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
73401
              {
73473
              {
73402
                org.apache.thrift.protocol.TList _list256 = iprot.readListBegin();
73474
                org.apache.thrift.protocol.TList _list280 = iprot.readListBegin();
73403
                this.success = new ArrayList<Order>(_list256.size);
73475
                this.success = new ArrayList<Order>(_list280.size);
73404
                for (int _i257 = 0; _i257 < _list256.size; ++_i257)
73476
                for (int _i281 = 0; _i281 < _list280.size; ++_i281)
73405
                {
73477
                {
73406
                  Order _elem258; // required
73478
                  Order _elem282; // required
73407
                  _elem258 = new Order();
73479
                  _elem282 = new Order();
73408
                  _elem258.read(iprot);
73480
                  _elem282.read(iprot);
73409
                  this.success.add(_elem258);
73481
                  this.success.add(_elem282);
73410
                }
73482
                }
73411
                iprot.readListEnd();
73483
                iprot.readListEnd();
73412
              }
73484
              }
73413
            } else { 
73485
            } else { 
73414
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
73486
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 73428... Line 73500...
73428
 
73500
 
73429
      if (this.isSetSuccess()) {
73501
      if (this.isSetSuccess()) {
73430
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
73502
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
73431
        {
73503
        {
73432
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
73504
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
73433
          for (Order _iter259 : this.success)
73505
          for (Order _iter283 : this.success)
73434
          {
73506
          {
73435
            _iter259.write(oprot);
73507
            _iter283.write(oprot);
73436
          }
73508
          }
73437
          oprot.writeListEnd();
73509
          oprot.writeListEnd();
73438
        }
73510
        }
73439
        oprot.writeFieldEnd();
73511
        oprot.writeFieldEnd();
73440
      }
73512
      }
Line 81386... Line 81458...
81386
        }
81458
        }
81387
        switch (field.id) {
81459
        switch (field.id) {
81388
          case 0: // SUCCESS
81460
          case 0: // SUCCESS
81389
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
81461
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
81390
              {
81462
              {
81391
                org.apache.thrift.protocol.TMap _map260 = iprot.readMapBegin();
81463
                org.apache.thrift.protocol.TMap _map284 = iprot.readMapBegin();
81392
                this.success = new HashMap<Integer,TimeoutSummary>(2*_map260.size);
81464
                this.success = new HashMap<Integer,TimeoutSummary>(2*_map284.size);
81393
                for (int _i261 = 0; _i261 < _map260.size; ++_i261)
81465
                for (int _i285 = 0; _i285 < _map284.size; ++_i285)
81394
                {
81466
                {
81395
                  int _key262; // required
81467
                  int _key286; // required
81396
                  TimeoutSummary _val263; // required
81468
                  TimeoutSummary _val287; // required
81397
                  _key262 = iprot.readI32();
81469
                  _key286 = iprot.readI32();
81398
                  _val263 = new TimeoutSummary();
81470
                  _val287 = new TimeoutSummary();
81399
                  _val263.read(iprot);
81471
                  _val287.read(iprot);
81400
                  this.success.put(_key262, _val263);
81472
                  this.success.put(_key286, _val287);
81401
                }
81473
                }
81402
                iprot.readMapEnd();
81474
                iprot.readMapEnd();
81403
              }
81475
              }
81404
            } else { 
81476
            } else { 
81405
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
81477
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 81427... Line 81499...
81427
 
81499
 
81428
      if (this.isSetSuccess()) {
81500
      if (this.isSetSuccess()) {
81429
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
81501
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
81430
        {
81502
        {
81431
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I32, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
81503
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I32, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
81432
          for (Map.Entry<Integer, TimeoutSummary> _iter264 : this.success.entrySet())
81504
          for (Map.Entry<Integer, TimeoutSummary> _iter288 : this.success.entrySet())
81433
          {
81505
          {
81434
            oprot.writeI32(_iter264.getKey());
81506
            oprot.writeI32(_iter288.getKey());
81435
            _iter264.getValue().write(oprot);
81507
            _iter288.getValue().write(oprot);
81436
          }
81508
          }
81437
          oprot.writeMapEnd();
81509
          oprot.writeMapEnd();
81438
        }
81510
        }
81439
        oprot.writeFieldEnd();
81511
        oprot.writeFieldEnd();
81440
      } else if (this.isSetEx()) {
81512
      } else if (this.isSetEx()) {
Line 83170... Line 83242...
83170
            }
83242
            }
83171
            break;
83243
            break;
83172
          case 2: // ORDER_STATUS_LIST
83244
          case 2: // ORDER_STATUS_LIST
83173
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
83245
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
83174
              {
83246
              {
83175
                org.apache.thrift.protocol.TList _list265 = iprot.readListBegin();
83247
                org.apache.thrift.protocol.TList _list289 = iprot.readListBegin();
83176
                this.order_status_list = new ArrayList<OrderStatus>(_list265.size);
83248
                this.order_status_list = new ArrayList<OrderStatus>(_list289.size);
83177
                for (int _i266 = 0; _i266 < _list265.size; ++_i266)
83249
                for (int _i290 = 0; _i290 < _list289.size; ++_i290)
83178
                {
83250
                {
83179
                  OrderStatus _elem267; // required
83251
                  OrderStatus _elem291; // required
83180
                  _elem267 = OrderStatus.findByValue(iprot.readI32());
83252
                  _elem291 = OrderStatus.findByValue(iprot.readI32());
83181
                  this.order_status_list.add(_elem267);
83253
                  this.order_status_list.add(_elem291);
83182
                }
83254
                }
83183
                iprot.readListEnd();
83255
                iprot.readListEnd();
83184
              }
83256
              }
83185
            } else { 
83257
            } else { 
83186
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
83258
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 83204... Line 83276...
83204
      oprot.writeFieldEnd();
83276
      oprot.writeFieldEnd();
83205
      if (this.order_status_list != null) {
83277
      if (this.order_status_list != null) {
83206
        oprot.writeFieldBegin(ORDER_STATUS_LIST_FIELD_DESC);
83278
        oprot.writeFieldBegin(ORDER_STATUS_LIST_FIELD_DESC);
83207
        {
83279
        {
83208
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.order_status_list.size()));
83280
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.order_status_list.size()));
83209
          for (OrderStatus _iter268 : this.order_status_list)
83281
          for (OrderStatus _iter292 : this.order_status_list)
83210
          {
83282
          {
83211
            oprot.writeI32(_iter268.getValue());
83283
            oprot.writeI32(_iter292.getValue());
83212
          }
83284
          }
83213
          oprot.writeListEnd();
83285
          oprot.writeListEnd();
83214
        }
83286
        }
83215
        oprot.writeFieldEnd();
83287
        oprot.writeFieldEnd();
83216
      }
83288
      }
Line 83578... Line 83650...
83578
        }
83650
        }
83579
        switch (field.id) {
83651
        switch (field.id) {
83580
          case 0: // SUCCESS
83652
          case 0: // SUCCESS
83581
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
83653
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
83582
              {
83654
              {
83583
                org.apache.thrift.protocol.TList _list269 = iprot.readListBegin();
83655
                org.apache.thrift.protocol.TList _list293 = iprot.readListBegin();
83584
                this.success = new ArrayList<Order>(_list269.size);
83656
                this.success = new ArrayList<Order>(_list293.size);
83585
                for (int _i270 = 0; _i270 < _list269.size; ++_i270)
83657
                for (int _i294 = 0; _i294 < _list293.size; ++_i294)
83586
                {
83658
                {
83587
                  Order _elem271; // required
83659
                  Order _elem295; // required
83588
                  _elem271 = new Order();
83660
                  _elem295 = new Order();
83589
                  _elem271.read(iprot);
83661
                  _elem295.read(iprot);
83590
                  this.success.add(_elem271);
83662
                  this.success.add(_elem295);
83591
                }
83663
                }
83592
                iprot.readListEnd();
83664
                iprot.readListEnd();
83593
              }
83665
              }
83594
            } else { 
83666
            } else { 
83595
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
83667
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 83617... Line 83689...
83617
 
83689
 
83618
      if (this.isSetSuccess()) {
83690
      if (this.isSetSuccess()) {
83619
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
83691
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
83620
        {
83692
        {
83621
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
83693
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
83622
          for (Order _iter272 : this.success)
83694
          for (Order _iter296 : this.success)
83623
          {
83695
          {
83624
            _iter272.write(oprot);
83696
            _iter296.write(oprot);
83625
          }
83697
          }
83626
          oprot.writeListEnd();
83698
          oprot.writeListEnd();
83627
        }
83699
        }
83628
        oprot.writeFieldEnd();
83700
        oprot.writeFieldEnd();
83629
      } else if (this.isSetEx()) {
83701
      } else if (this.isSetEx()) {
Line 84457... Line 84529...
84457
        }
84529
        }
84458
        switch (field.id) {
84530
        switch (field.id) {
84459
          case 0: // SUCCESS
84531
          case 0: // SUCCESS
84460
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
84532
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
84461
              {
84533
              {
84462
                org.apache.thrift.protocol.TList _list273 = iprot.readListBegin();
84534
                org.apache.thrift.protocol.TList _list297 = iprot.readListBegin();
84463
                this.success = new ArrayList<Order>(_list273.size);
84535
                this.success = new ArrayList<Order>(_list297.size);
84464
                for (int _i274 = 0; _i274 < _list273.size; ++_i274)
84536
                for (int _i298 = 0; _i298 < _list297.size; ++_i298)
84465
                {
84537
                {
84466
                  Order _elem275; // required
84538
                  Order _elem299; // required
84467
                  _elem275 = new Order();
84539
                  _elem299 = new Order();
84468
                  _elem275.read(iprot);
84540
                  _elem299.read(iprot);
84469
                  this.success.add(_elem275);
84541
                  this.success.add(_elem299);
84470
                }
84542
                }
84471
                iprot.readListEnd();
84543
                iprot.readListEnd();
84472
              }
84544
              }
84473
            } else { 
84545
            } else { 
84474
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
84546
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 84496... Line 84568...
84496
 
84568
 
84497
      if (this.isSetSuccess()) {
84569
      if (this.isSetSuccess()) {
84498
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
84570
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
84499
        {
84571
        {
84500
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
84572
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
84501
          for (Order _iter276 : this.success)
84573
          for (Order _iter300 : this.success)
84502
          {
84574
          {
84503
            _iter276.write(oprot);
84575
            _iter300.write(oprot);
84504
          }
84576
          }
84505
          oprot.writeListEnd();
84577
          oprot.writeListEnd();
84506
        }
84578
        }
84507
        oprot.writeFieldEnd();
84579
        oprot.writeFieldEnd();
84508
      } else if (this.isSetEx()) {
84580
      } else if (this.isSetEx()) {
Line 85076... Line 85148...
85076
        }
85148
        }
85077
        switch (field.id) {
85149
        switch (field.id) {
85078
          case 0: // SUCCESS
85150
          case 0: // SUCCESS
85079
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85151
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85080
              {
85152
              {
85081
                org.apache.thrift.protocol.TList _list277 = iprot.readListBegin();
85153
                org.apache.thrift.protocol.TList _list301 = iprot.readListBegin();
85082
                this.success = new ArrayList<Order>(_list277.size);
85154
                this.success = new ArrayList<Order>(_list301.size);
85083
                for (int _i278 = 0; _i278 < _list277.size; ++_i278)
85155
                for (int _i302 = 0; _i302 < _list301.size; ++_i302)
85084
                {
85156
                {
85085
                  Order _elem279; // required
85157
                  Order _elem303; // required
85086
                  _elem279 = new Order();
85158
                  _elem303 = new Order();
85087
                  _elem279.read(iprot);
85159
                  _elem303.read(iprot);
85088
                  this.success.add(_elem279);
85160
                  this.success.add(_elem303);
85089
                }
85161
                }
85090
                iprot.readListEnd();
85162
                iprot.readListEnd();
85091
              }
85163
              }
85092
            } else { 
85164
            } else { 
85093
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
85165
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 85115... Line 85187...
85115
 
85187
 
85116
      if (this.isSetSuccess()) {
85188
      if (this.isSetSuccess()) {
85117
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
85189
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
85118
        {
85190
        {
85119
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
85191
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
85120
          for (Order _iter280 : this.success)
85192
          for (Order _iter304 : this.success)
85121
          {
85193
          {
85122
            _iter280.write(oprot);
85194
            _iter304.write(oprot);
85123
          }
85195
          }
85124
          oprot.writeListEnd();
85196
          oprot.writeListEnd();
85125
        }
85197
        }
85126
        oprot.writeFieldEnd();
85198
        oprot.writeFieldEnd();
85127
      } else if (this.isSetEx()) {
85199
      } else if (this.isSetEx()) {
Line 85872... Line 85944...
85872
        }
85944
        }
85873
        switch (field.id) {
85945
        switch (field.id) {
85874
          case 0: // SUCCESS
85946
          case 0: // SUCCESS
85875
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85947
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
85876
              {
85948
              {
85877
                org.apache.thrift.protocol.TList _list281 = iprot.readListBegin();
85949
                org.apache.thrift.protocol.TList _list305 = iprot.readListBegin();
85878
                this.success = new ArrayList<Order>(_list281.size);
85950
                this.success = new ArrayList<Order>(_list305.size);
85879
                for (int _i282 = 0; _i282 < _list281.size; ++_i282)
85951
                for (int _i306 = 0; _i306 < _list305.size; ++_i306)
85880
                {
85952
                {
85881
                  Order _elem283; // required
85953
                  Order _elem307; // required
85882
                  _elem283 = new Order();
85954
                  _elem307 = new Order();
85883
                  _elem283.read(iprot);
85955
                  _elem307.read(iprot);
85884
                  this.success.add(_elem283);
85956
                  this.success.add(_elem307);
85885
                }
85957
                }
85886
                iprot.readListEnd();
85958
                iprot.readListEnd();
85887
              }
85959
              }
85888
            } else { 
85960
            } else { 
85889
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
85961
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 85911... Line 85983...
85911
 
85983
 
85912
      if (this.isSetSuccess()) {
85984
      if (this.isSetSuccess()) {
85913
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
85985
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
85914
        {
85986
        {
85915
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
85987
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
85916
          for (Order _iter284 : this.success)
85988
          for (Order _iter308 : this.success)
85917
          {
85989
          {
85918
            _iter284.write(oprot);
85990
            _iter308.write(oprot);
85919
          }
85991
          }
85920
          oprot.writeListEnd();
85992
          oprot.writeListEnd();
85921
        }
85993
        }
85922
        oprot.writeFieldEnd();
85994
        oprot.writeFieldEnd();
85923
      } else if (this.isSetEx()) {
85995
      } else if (this.isSetEx()) {
Line 86228... Line 86300...
86228
        }
86300
        }
86229
        switch (field.id) {
86301
        switch (field.id) {
86230
          case 1: // MAP_AWBAND_AMOUNT
86302
          case 1: // MAP_AWBAND_AMOUNT
86231
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
86303
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
86232
              {
86304
              {
86233
                org.apache.thrift.protocol.TMap _map285 = iprot.readMapBegin();
86305
                org.apache.thrift.protocol.TMap _map309 = iprot.readMapBegin();
86234
                this.mapAWBAndAmount = new HashMap<Long,Double>(2*_map285.size);
86306
                this.mapAWBAndAmount = new HashMap<Long,Double>(2*_map309.size);
86235
                for (int _i286 = 0; _i286 < _map285.size; ++_i286)
86307
                for (int _i310 = 0; _i310 < _map309.size; ++_i310)
86236
                {
86308
                {
86237
                  long _key287; // required
86309
                  long _key311; // required
86238
                  double _val288; // required
86310
                  double _val312; // required
86239
                  _key287 = iprot.readI64();
86311
                  _key311 = iprot.readI64();
86240
                  _val288 = iprot.readDouble();
86312
                  _val312 = iprot.readDouble();
86241
                  this.mapAWBAndAmount.put(_key287, _val288);
86313
                  this.mapAWBAndAmount.put(_key311, _val312);
86242
                }
86314
                }
86243
                iprot.readMapEnd();
86315
                iprot.readMapEnd();
86244
              }
86316
              }
86245
            } else { 
86317
            } else { 
86246
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
86318
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 86261... Line 86333...
86261
      oprot.writeStructBegin(STRUCT_DESC);
86333
      oprot.writeStructBegin(STRUCT_DESC);
86262
      if (this.mapAWBAndAmount != null) {
86334
      if (this.mapAWBAndAmount != null) {
86263
        oprot.writeFieldBegin(MAP_AWBAND_AMOUNT_FIELD_DESC);
86335
        oprot.writeFieldBegin(MAP_AWBAND_AMOUNT_FIELD_DESC);
86264
        {
86336
        {
86265
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.mapAWBAndAmount.size()));
86337
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.mapAWBAndAmount.size()));
86266
          for (Map.Entry<Long, Double> _iter289 : this.mapAWBAndAmount.entrySet())
86338
          for (Map.Entry<Long, Double> _iter313 : this.mapAWBAndAmount.entrySet())
86267
          {
86339
          {
86268
            oprot.writeI64(_iter289.getKey());
86340
            oprot.writeI64(_iter313.getKey());
86269
            oprot.writeDouble(_iter289.getValue());
86341
            oprot.writeDouble(_iter313.getValue());
86270
          }
86342
          }
86271
          oprot.writeMapEnd();
86343
          oprot.writeMapEnd();
86272
        }
86344
        }
86273
        oprot.writeFieldEnd();
86345
        oprot.writeFieldEnd();
86274
      }
86346
      }
Line 90570... Line 90642...
90570
        }
90642
        }
90571
        switch (field.id) {
90643
        switch (field.id) {
90572
          case 0: // SUCCESS
90644
          case 0: // SUCCESS
90573
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
90645
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
90574
              {
90646
              {
90575
                org.apache.thrift.protocol.TMap _map290 = iprot.readMapBegin();
90647
                org.apache.thrift.protocol.TMap _map314 = iprot.readMapBegin();
90576
                this.success = new HashMap<Long,String>(2*_map290.size);
90648
                this.success = new HashMap<Long,String>(2*_map314.size);
90577
                for (int _i291 = 0; _i291 < _map290.size; ++_i291)
90649
                for (int _i315 = 0; _i315 < _map314.size; ++_i315)
90578
                {
90650
                {
90579
                  long _key292; // required
90651
                  long _key316; // required
90580
                  String _val293; // required
90652
                  String _val317; // required
90581
                  _key292 = iprot.readI64();
90653
                  _key316 = iprot.readI64();
90582
                  _val293 = iprot.readString();
90654
                  _val317 = iprot.readString();
90583
                  this.success.put(_key292, _val293);
90655
                  this.success.put(_key316, _val317);
90584
                }
90656
                }
90585
                iprot.readMapEnd();
90657
                iprot.readMapEnd();
90586
              }
90658
              }
90587
            } else { 
90659
            } else { 
90588
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
90660
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 90610... Line 90682...
90610
 
90682
 
90611
      if (this.isSetSuccess()) {
90683
      if (this.isSetSuccess()) {
90612
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
90684
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
90613
        {
90685
        {
90614
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
90686
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
90615
          for (Map.Entry<Long, String> _iter294 : this.success.entrySet())
90687
          for (Map.Entry<Long, String> _iter318 : this.success.entrySet())
90616
          {
90688
          {
90617
            oprot.writeI64(_iter294.getKey());
90689
            oprot.writeI64(_iter318.getKey());
90618
            oprot.writeString(_iter294.getValue());
90690
            oprot.writeString(_iter318.getValue());
90619
          }
90691
          }
90620
          oprot.writeMapEnd();
90692
          oprot.writeMapEnd();
90621
        }
90693
        }
90622
        oprot.writeFieldEnd();
90694
        oprot.writeFieldEnd();
90623
      } else if (this.isSetEx()) {
90695
      } else if (this.isSetEx()) {
Line 92714... Line 92786...
92714
        }
92786
        }
92715
        switch (field.id) {
92787
        switch (field.id) {
92716
          case 0: // SUCCESS
92788
          case 0: // SUCCESS
92717
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
92789
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
92718
              {
92790
              {
92719
                org.apache.thrift.protocol.TList _list295 = iprot.readListBegin();
92791
                org.apache.thrift.protocol.TList _list319 = iprot.readListBegin();
92720
                this.success = new ArrayList<PaymentSettlement>(_list295.size);
92792
                this.success = new ArrayList<PaymentSettlement>(_list319.size);
92721
                for (int _i296 = 0; _i296 < _list295.size; ++_i296)
92793
                for (int _i320 = 0; _i320 < _list319.size; ++_i320)
92722
                {
92794
                {
92723
                  PaymentSettlement _elem297; // required
92795
                  PaymentSettlement _elem321; // required
92724
                  _elem297 = new PaymentSettlement();
92796
                  _elem321 = new PaymentSettlement();
92725
                  _elem297.read(iprot);
92797
                  _elem321.read(iprot);
92726
                  this.success.add(_elem297);
92798
                  this.success.add(_elem321);
92727
                }
92799
                }
92728
                iprot.readListEnd();
92800
                iprot.readListEnd();
92729
              }
92801
              }
92730
            } else { 
92802
            } else { 
92731
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
92803
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 92753... Line 92825...
92753
 
92825
 
92754
      if (this.isSetSuccess()) {
92826
      if (this.isSetSuccess()) {
92755
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
92827
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
92756
        {
92828
        {
92757
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
92829
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
92758
          for (PaymentSettlement _iter298 : this.success)
92830
          for (PaymentSettlement _iter322 : this.success)
92759
          {
92831
          {
92760
            _iter298.write(oprot);
92832
            _iter322.write(oprot);
92761
          }
92833
          }
92762
          oprot.writeListEnd();
92834
          oprot.writeListEnd();
92763
        }
92835
        }
92764
        oprot.writeFieldEnd();
92836
        oprot.writeFieldEnd();
92765
      } else if (this.isSetEx()) {
92837
      } else if (this.isSetEx()) {
Line 93065... Line 93137...
93065
        }
93137
        }
93066
        switch (field.id) {
93138
        switch (field.id) {
93067
          case 1: // ORDER_IDS
93139
          case 1: // ORDER_IDS
93068
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93140
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93069
              {
93141
              {
93070
                org.apache.thrift.protocol.TList _list299 = iprot.readListBegin();
93142
                org.apache.thrift.protocol.TList _list323 = iprot.readListBegin();
93071
                this.orderIds = new ArrayList<Long>(_list299.size);
93143
                this.orderIds = new ArrayList<Long>(_list323.size);
93072
                for (int _i300 = 0; _i300 < _list299.size; ++_i300)
93144
                for (int _i324 = 0; _i324 < _list323.size; ++_i324)
93073
                {
93145
                {
93074
                  long _elem301; // required
93146
                  long _elem325; // required
93075
                  _elem301 = iprot.readI64();
93147
                  _elem325 = iprot.readI64();
93076
                  this.orderIds.add(_elem301);
93148
                  this.orderIds.add(_elem325);
93077
                }
93149
                }
93078
                iprot.readListEnd();
93150
                iprot.readListEnd();
93079
              }
93151
              }
93080
            } else { 
93152
            } else { 
93081
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
93153
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 93096... Line 93168...
93096
      oprot.writeStructBegin(STRUCT_DESC);
93168
      oprot.writeStructBegin(STRUCT_DESC);
93097
      if (this.orderIds != null) {
93169
      if (this.orderIds != null) {
93098
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
93170
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
93099
        {
93171
        {
93100
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
93172
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
93101
          for (long _iter302 : this.orderIds)
93173
          for (long _iter326 : this.orderIds)
93102
          {
93174
          {
93103
            oprot.writeI64(_iter302);
93175
            oprot.writeI64(_iter326);
93104
          }
93176
          }
93105
          oprot.writeListEnd();
93177
          oprot.writeListEnd();
93106
        }
93178
        }
93107
        oprot.writeFieldEnd();
93179
        oprot.writeFieldEnd();
93108
      }
93180
      }
Line 93464... Line 93536...
93464
        }
93536
        }
93465
        switch (field.id) {
93537
        switch (field.id) {
93466
          case 0: // SUCCESS
93538
          case 0: // SUCCESS
93467
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93539
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93468
              {
93540
              {
93469
                org.apache.thrift.protocol.TList _list303 = iprot.readListBegin();
93541
                org.apache.thrift.protocol.TList _list327 = iprot.readListBegin();
93470
                this.success = new ArrayList<Long>(_list303.size);
93542
                this.success = new ArrayList<Long>(_list327.size);
93471
                for (int _i304 = 0; _i304 < _list303.size; ++_i304)
93543
                for (int _i328 = 0; _i328 < _list327.size; ++_i328)
93472
                {
93544
                {
93473
                  long _elem305; // required
93545
                  long _elem329; // required
93474
                  _elem305 = iprot.readI64();
93546
                  _elem329 = iprot.readI64();
93475
                  this.success.add(_elem305);
93547
                  this.success.add(_elem329);
93476
                }
93548
                }
93477
                iprot.readListEnd();
93549
                iprot.readListEnd();
93478
              }
93550
              }
93479
            } else { 
93551
            } else { 
93480
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
93552
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 93502... Line 93574...
93502
 
93574
 
93503
      if (this.isSetSuccess()) {
93575
      if (this.isSetSuccess()) {
93504
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
93576
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
93505
        {
93577
        {
93506
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
93578
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
93507
          for (long _iter306 : this.success)
93579
          for (long _iter330 : this.success)
93508
          {
93580
          {
93509
            oprot.writeI64(_iter306);
93581
            oprot.writeI64(_iter330);
93510
          }
93582
          }
93511
          oprot.writeListEnd();
93583
          oprot.writeListEnd();
93512
        }
93584
        }
93513
        oprot.writeFieldEnd();
93585
        oprot.writeFieldEnd();
93514
      } else if (this.isSetEx()) {
93586
      } else if (this.isSetEx()) {
Line 94425... Line 94497...
94425
        }
94497
        }
94426
        switch (field.id) {
94498
        switch (field.id) {
94427
          case 0: // SUCCESS
94499
          case 0: // SUCCESS
94428
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
94500
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
94429
              {
94501
              {
94430
                org.apache.thrift.protocol.TList _list307 = iprot.readListBegin();
94502
                org.apache.thrift.protocol.TList _list331 = iprot.readListBegin();
94431
                this.success = new ArrayList<Order>(_list307.size);
94503
                this.success = new ArrayList<Order>(_list331.size);
94432
                for (int _i308 = 0; _i308 < _list307.size; ++_i308)
94504
                for (int _i332 = 0; _i332 < _list331.size; ++_i332)
94433
                {
94505
                {
94434
                  Order _elem309; // required
94506
                  Order _elem333; // required
94435
                  _elem309 = new Order();
94507
                  _elem333 = new Order();
94436
                  _elem309.read(iprot);
94508
                  _elem333.read(iprot);
94437
                  this.success.add(_elem309);
94509
                  this.success.add(_elem333);
94438
                }
94510
                }
94439
                iprot.readListEnd();
94511
                iprot.readListEnd();
94440
              }
94512
              }
94441
            } else { 
94513
            } else { 
94442
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
94514
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 94464... Line 94536...
94464
 
94536
 
94465
      if (this.isSetSuccess()) {
94537
      if (this.isSetSuccess()) {
94466
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
94538
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
94467
        {
94539
        {
94468
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
94540
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
94469
          for (Order _iter310 : this.success)
94541
          for (Order _iter334 : this.success)
94470
          {
94542
          {
94471
            _iter310.write(oprot);
94543
            _iter334.write(oprot);
94472
          }
94544
          }
94473
          oprot.writeListEnd();
94545
          oprot.writeListEnd();
94474
        }
94546
        }
94475
        oprot.writeFieldEnd();
94547
        oprot.writeFieldEnd();
94476
      } else if (this.isSetEx()) {
94548
      } else if (this.isSetEx()) {
Line 95226... Line 95298...
95226
        }
95298
        }
95227
        switch (field.id) {
95299
        switch (field.id) {
95228
          case 0: // SUCCESS
95300
          case 0: // SUCCESS
95229
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
95301
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
95230
              {
95302
              {
95231
                org.apache.thrift.protocol.TMap _map311 = iprot.readMapBegin();
95303
                org.apache.thrift.protocol.TMap _map335 = iprot.readMapBegin();
95232
                this.success = new HashMap<Long,Long>(2*_map311.size);
95304
                this.success = new HashMap<Long,Long>(2*_map335.size);
95233
                for (int _i312 = 0; _i312 < _map311.size; ++_i312)
95305
                for (int _i336 = 0; _i336 < _map335.size; ++_i336)
95234
                {
95306
                {
95235
                  long _key313; // required
95307
                  long _key337; // required
95236
                  long _val314; // required
95308
                  long _val338; // required
95237
                  _key313 = iprot.readI64();
95309
                  _key337 = iprot.readI64();
95238
                  _val314 = iprot.readI64();
95310
                  _val338 = iprot.readI64();
95239
                  this.success.put(_key313, _val314);
95311
                  this.success.put(_key337, _val338);
95240
                }
95312
                }
95241
                iprot.readMapEnd();
95313
                iprot.readMapEnd();
95242
              }
95314
              }
95243
            } else { 
95315
            } else { 
95244
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
95316
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 95266... Line 95338...
95266
 
95338
 
95267
      if (this.isSetSuccess()) {
95339
      if (this.isSetSuccess()) {
95268
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
95340
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
95269
        {
95341
        {
95270
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
95342
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
95271
          for (Map.Entry<Long, Long> _iter315 : this.success.entrySet())
95343
          for (Map.Entry<Long, Long> _iter339 : this.success.entrySet())
95272
          {
95344
          {
95273
            oprot.writeI64(_iter315.getKey());
95345
            oprot.writeI64(_iter339.getKey());
95274
            oprot.writeI64(_iter315.getValue());
95346
            oprot.writeI64(_iter339.getValue());
95275
          }
95347
          }
95276
          oprot.writeMapEnd();
95348
          oprot.writeMapEnd();
95277
        }
95349
        }
95278
        oprot.writeFieldEnd();
95350
        oprot.writeFieldEnd();
95279
      } else if (this.isSetEx()) {
95351
      } else if (this.isSetEx()) {
Line 96107... Line 96179...
96107
        }
96179
        }
96108
        switch (field.id) {
96180
        switch (field.id) {
96109
          case 0: // SUCCESS
96181
          case 0: // SUCCESS
96110
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
96182
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
96111
              {
96183
              {
96112
                org.apache.thrift.protocol.TList _list316 = iprot.readListBegin();
96184
                org.apache.thrift.protocol.TList _list340 = iprot.readListBegin();
96113
                this.success = new ArrayList<Long>(_list316.size);
96185
                this.success = new ArrayList<Long>(_list340.size);
96114
                for (int _i317 = 0; _i317 < _list316.size; ++_i317)
96186
                for (int _i341 = 0; _i341 < _list340.size; ++_i341)
96115
                {
96187
                {
96116
                  long _elem318; // required
96188
                  long _elem342; // required
96117
                  _elem318 = iprot.readI64();
96189
                  _elem342 = iprot.readI64();
96118
                  this.success.add(_elem318);
96190
                  this.success.add(_elem342);
96119
                }
96191
                }
96120
                iprot.readListEnd();
96192
                iprot.readListEnd();
96121
              }
96193
              }
96122
            } else { 
96194
            } else { 
96123
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
96195
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 96145... Line 96217...
96145
 
96217
 
96146
      if (this.isSetSuccess()) {
96218
      if (this.isSetSuccess()) {
96147
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
96219
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
96148
        {
96220
        {
96149
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
96221
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
96150
          for (long _iter319 : this.success)
96222
          for (long _iter343 : this.success)
96151
          {
96223
          {
96152
            oprot.writeI64(_iter319);
96224
            oprot.writeI64(_iter343);
96153
          }
96225
          }
96154
          oprot.writeListEnd();
96226
          oprot.writeListEnd();
96155
        }
96227
        }
96156
        oprot.writeFieldEnd();
96228
        oprot.writeFieldEnd();
96157
      } else if (this.isSetEx()) {
96229
      } else if (this.isSetEx()) {
Line 98577... Line 98649...
98577
        }
98649
        }
98578
        switch (field.id) {
98650
        switch (field.id) {
98579
          case 0: // SUCCESS
98651
          case 0: // SUCCESS
98580
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
98652
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
98581
              {
98653
              {
98582
                org.apache.thrift.protocol.TList _list320 = iprot.readListBegin();
98654
                org.apache.thrift.protocol.TList _list344 = iprot.readListBegin();
98583
                this.success = new ArrayList<Order>(_list320.size);
98655
                this.success = new ArrayList<Order>(_list344.size);
98584
                for (int _i321 = 0; _i321 < _list320.size; ++_i321)
98656
                for (int _i345 = 0; _i345 < _list344.size; ++_i345)
98585
                {
98657
                {
98586
                  Order _elem322; // required
98658
                  Order _elem346; // required
98587
                  _elem322 = new Order();
98659
                  _elem346 = new Order();
98588
                  _elem322.read(iprot);
98660
                  _elem346.read(iprot);
98589
                  this.success.add(_elem322);
98661
                  this.success.add(_elem346);
98590
                }
98662
                }
98591
                iprot.readListEnd();
98663
                iprot.readListEnd();
98592
              }
98664
              }
98593
            } else { 
98665
            } else { 
98594
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
98666
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 98616... Line 98688...
98616
 
98688
 
98617
      if (this.isSetSuccess()) {
98689
      if (this.isSetSuccess()) {
98618
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
98690
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
98619
        {
98691
        {
98620
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
98692
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
98621
          for (Order _iter323 : this.success)
98693
          for (Order _iter347 : this.success)
98622
          {
98694
          {
98623
            _iter323.write(oprot);
98695
            _iter347.write(oprot);
98624
          }
98696
          }
98625
          oprot.writeListEnd();
98697
          oprot.writeListEnd();
98626
        }
98698
        }
98627
        oprot.writeFieldEnd();
98699
        oprot.writeFieldEnd();
98628
      } else if (this.isSetEx()) {
98700
      } else if (this.isSetEx()) {
Line 99305... Line 99377...
99305
        }
99377
        }
99306
        switch (field.id) {
99378
        switch (field.id) {
99307
          case 0: // SUCCESS
99379
          case 0: // SUCCESS
99308
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
99380
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
99309
              {
99381
              {
99310
                org.apache.thrift.protocol.TList _list324 = iprot.readListBegin();
99382
                org.apache.thrift.protocol.TList _list348 = iprot.readListBegin();
99311
                this.success = new ArrayList<CODVerificationAgent>(_list324.size);
99383
                this.success = new ArrayList<CODVerificationAgent>(_list348.size);
99312
                for (int _i325 = 0; _i325 < _list324.size; ++_i325)
99384
                for (int _i349 = 0; _i349 < _list348.size; ++_i349)
99313
                {
99385
                {
99314
                  CODVerificationAgent _elem326; // required
99386
                  CODVerificationAgent _elem350; // required
99315
                  _elem326 = new CODVerificationAgent();
99387
                  _elem350 = new CODVerificationAgent();
99316
                  _elem326.read(iprot);
99388
                  _elem350.read(iprot);
99317
                  this.success.add(_elem326);
99389
                  this.success.add(_elem350);
99318
                }
99390
                }
99319
                iprot.readListEnd();
99391
                iprot.readListEnd();
99320
              }
99392
              }
99321
            } else { 
99393
            } else { 
99322
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
99394
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 99336... Line 99408...
99336
 
99408
 
99337
      if (this.isSetSuccess()) {
99409
      if (this.isSetSuccess()) {
99338
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
99410
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
99339
        {
99411
        {
99340
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
99412
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
99341
          for (CODVerificationAgent _iter327 : this.success)
99413
          for (CODVerificationAgent _iter351 : this.success)
99342
          {
99414
          {
99343
            _iter327.write(oprot);
99415
            _iter351.write(oprot);
99344
          }
99416
          }
99345
          oprot.writeListEnd();
99417
          oprot.writeListEnd();
99346
        }
99418
        }
99347
        oprot.writeFieldEnd();
99419
        oprot.writeFieldEnd();
99348
      }
99420
      }
Line 99930... Line 100002...
99930
        }
100002
        }
99931
        switch (field.id) {
100003
        switch (field.id) {
99932
          case 0: // SUCCESS
100004
          case 0: // SUCCESS
99933
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
100005
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
99934
              {
100006
              {
99935
                org.apache.thrift.protocol.TList _list328 = iprot.readListBegin();
100007
                org.apache.thrift.protocol.TList _list352 = iprot.readListBegin();
99936
                this.success = new ArrayList<Attribute>(_list328.size);
100008
                this.success = new ArrayList<Attribute>(_list352.size);
99937
                for (int _i329 = 0; _i329 < _list328.size; ++_i329)
100009
                for (int _i353 = 0; _i353 < _list352.size; ++_i353)
99938
                {
100010
                {
99939
                  Attribute _elem330; // required
100011
                  Attribute _elem354; // required
99940
                  _elem330 = new Attribute();
100012
                  _elem354 = new Attribute();
99941
                  _elem330.read(iprot);
100013
                  _elem354.read(iprot);
99942
                  this.success.add(_elem330);
100014
                  this.success.add(_elem354);
99943
                }
100015
                }
99944
                iprot.readListEnd();
100016
                iprot.readListEnd();
99945
              }
100017
              }
99946
            } else { 
100018
            } else { 
99947
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
100019
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 99961... Line 100033...
99961
 
100033
 
99962
      if (this.isSetSuccess()) {
100034
      if (this.isSetSuccess()) {
99963
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
100035
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
99964
        {
100036
        {
99965
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
100037
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
99966
          for (Attribute _iter331 : this.success)
100038
          for (Attribute _iter355 : this.success)
99967
          {
100039
          {
99968
            _iter331.write(oprot);
100040
            _iter355.write(oprot);
99969
          }
100041
          }
99970
          oprot.writeListEnd();
100042
          oprot.writeListEnd();
99971
        }
100043
        }
99972
        oprot.writeFieldEnd();
100044
        oprot.writeFieldEnd();
99973
      }
100045
      }
Line 100340... Line 100412...
100340
            }
100412
            }
100341
            break;
100413
            break;
100342
          case -1: // ATTRIBUTES
100414
          case -1: // ATTRIBUTES
100343
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
100415
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
100344
              {
100416
              {
100345
                org.apache.thrift.protocol.TList _list332 = iprot.readListBegin();
100417
                org.apache.thrift.protocol.TList _list356 = iprot.readListBegin();
100346
                this.attributes = new ArrayList<Attribute>(_list332.size);
100418
                this.attributes = new ArrayList<Attribute>(_list356.size);
100347
                for (int _i333 = 0; _i333 < _list332.size; ++_i333)
100419
                for (int _i357 = 0; _i357 < _list356.size; ++_i357)
100348
                {
100420
                {
100349
                  Attribute _elem334; // required
100421
                  Attribute _elem358; // required
100350
                  _elem334 = new Attribute();
100422
                  _elem358 = new Attribute();
100351
                  _elem334.read(iprot);
100423
                  _elem358.read(iprot);
100352
                  this.attributes.add(_elem334);
100424
                  this.attributes.add(_elem358);
100353
                }
100425
                }
100354
                iprot.readListEnd();
100426
                iprot.readListEnd();
100355
              }
100427
              }
100356
            } else { 
100428
            } else { 
100357
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
100429
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 100372... Line 100444...
100372
      oprot.writeStructBegin(STRUCT_DESC);
100444
      oprot.writeStructBegin(STRUCT_DESC);
100373
      if (this.attributes != null) {
100445
      if (this.attributes != null) {
100374
        oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC);
100446
        oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC);
100375
        {
100447
        {
100376
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.attributes.size()));
100448
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.attributes.size()));
100377
          for (Attribute _iter335 : this.attributes)
100449
          for (Attribute _iter359 : this.attributes)
100378
          {
100450
          {
100379
            _iter335.write(oprot);
100451
            _iter359.write(oprot);
100380
          }
100452
          }
100381
          oprot.writeListEnd();
100453
          oprot.writeListEnd();
100382
        }
100454
        }
100383
        oprot.writeFieldEnd();
100455
        oprot.writeFieldEnd();
100384
      }
100456
      }
Line 101756... Line 101828...
101756
        }
101828
        }
101757
        switch (field.id) {
101829
        switch (field.id) {
101758
          case 0: // SUCCESS
101830
          case 0: // SUCCESS
101759
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
101831
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
101760
              {
101832
              {
101761
                org.apache.thrift.protocol.TList _list336 = iprot.readListBegin();
101833
                org.apache.thrift.protocol.TList _list360 = iprot.readListBegin();
101762
                this.success = new ArrayList<Order>(_list336.size);
101834
                this.success = new ArrayList<Order>(_list360.size);
101763
                for (int _i337 = 0; _i337 < _list336.size; ++_i337)
101835
                for (int _i361 = 0; _i361 < _list360.size; ++_i361)
101764
                {
101836
                {
101765
                  Order _elem338; // required
101837
                  Order _elem362; // required
101766
                  _elem338 = new Order();
101838
                  _elem362 = new Order();
101767
                  _elem338.read(iprot);
101839
                  _elem362.read(iprot);
101768
                  this.success.add(_elem338);
101840
                  this.success.add(_elem362);
101769
                }
101841
                }
101770
                iprot.readListEnd();
101842
                iprot.readListEnd();
101771
              }
101843
              }
101772
            } else { 
101844
            } else { 
101773
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
101845
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 101787... Line 101859...
101787
 
101859
 
101788
      if (this.isSetSuccess()) {
101860
      if (this.isSetSuccess()) {
101789
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
101861
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
101790
        {
101862
        {
101791
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
101863
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
101792
          for (Order _iter339 : this.success)
101864
          for (Order _iter363 : this.success)
101793
          {
101865
          {
101794
            _iter339.write(oprot);
101866
            _iter363.write(oprot);
101795
          }
101867
          }
101796
          oprot.writeListEnd();
101868
          oprot.writeListEnd();
101797
        }
101869
        }
101798
        oprot.writeFieldEnd();
101870
        oprot.writeFieldEnd();
101799
      }
101871
      }
Line 102381... Line 102453...
102381
        }
102453
        }
102382
        switch (field.id) {
102454
        switch (field.id) {
102383
          case 0: // SUCCESS
102455
          case 0: // SUCCESS
102384
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
102456
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
102385
              {
102457
              {
102386
                org.apache.thrift.protocol.TList _list340 = iprot.readListBegin();
102458
                org.apache.thrift.protocol.TList _list364 = iprot.readListBegin();
102387
                this.success = new ArrayList<Order>(_list340.size);
102459
                this.success = new ArrayList<Order>(_list364.size);
102388
                for (int _i341 = 0; _i341 < _list340.size; ++_i341)
102460
                for (int _i365 = 0; _i365 < _list364.size; ++_i365)
102389
                {
102461
                {
102390
                  Order _elem342; // required
102462
                  Order _elem366; // required
102391
                  _elem342 = new Order();
102463
                  _elem366 = new Order();
102392
                  _elem342.read(iprot);
102464
                  _elem366.read(iprot);
102393
                  this.success.add(_elem342);
102465
                  this.success.add(_elem366);
102394
                }
102466
                }
102395
                iprot.readListEnd();
102467
                iprot.readListEnd();
102396
              }
102468
              }
102397
            } else { 
102469
            } else { 
102398
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
102470
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 102412... Line 102484...
102412
 
102484
 
102413
      if (this.isSetSuccess()) {
102485
      if (this.isSetSuccess()) {
102414
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
102486
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
102415
        {
102487
        {
102416
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
102488
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
102417
          for (Order _iter343 : this.success)
102489
          for (Order _iter367 : this.success)
102418
          {
102490
          {
102419
            _iter343.write(oprot);
102491
            _iter367.write(oprot);
102420
          }
102492
          }
102421
          oprot.writeListEnd();
102493
          oprot.writeListEnd();
102422
        }
102494
        }
102423
        oprot.writeFieldEnd();
102495
        oprot.writeFieldEnd();
102424
      }
102496
      }
Line 103255... Line 103327...
103255
        }
103327
        }
103256
        switch (field.id) {
103328
        switch (field.id) {
103257
          case 0: // SUCCESS
103329
          case 0: // SUCCESS
103258
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
103330
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
103259
              {
103331
              {
103260
                org.apache.thrift.protocol.TList _list344 = iprot.readListBegin();
103332
                org.apache.thrift.protocol.TList _list368 = iprot.readListBegin();
103261
                this.success = new ArrayList<Order>(_list344.size);
103333
                this.success = new ArrayList<Order>(_list368.size);
103262
                for (int _i345 = 0; _i345 < _list344.size; ++_i345)
103334
                for (int _i369 = 0; _i369 < _list368.size; ++_i369)
103263
                {
103335
                {
103264
                  Order _elem346; // required
103336
                  Order _elem370; // required
103265
                  _elem346 = new Order();
103337
                  _elem370 = new Order();
103266
                  _elem346.read(iprot);
103338
                  _elem370.read(iprot);
103267
                  this.success.add(_elem346);
103339
                  this.success.add(_elem370);
103268
                }
103340
                }
103269
                iprot.readListEnd();
103341
                iprot.readListEnd();
103270
              }
103342
              }
103271
            } else { 
103343
            } else { 
103272
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
103344
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 103286... Line 103358...
103286
 
103358
 
103287
      if (this.isSetSuccess()) {
103359
      if (this.isSetSuccess()) {
103288
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
103360
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
103289
        {
103361
        {
103290
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
103362
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
103291
          for (Order _iter347 : this.success)
103363
          for (Order _iter371 : this.success)
103292
          {
103364
          {
103293
            _iter347.write(oprot);
103365
            _iter371.write(oprot);
103294
          }
103366
          }
103295
          oprot.writeListEnd();
103367
          oprot.writeListEnd();
103296
        }
103368
        }
103297
        oprot.writeFieldEnd();
103369
        oprot.writeFieldEnd();
103298
      }
103370
      }
Line 107903... Line 107975...
107903
        }
107975
        }
107904
        switch (field.id) {
107976
        switch (field.id) {
107905
          case 0: // SUCCESS
107977
          case 0: // SUCCESS
107906
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
107978
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
107907
              {
107979
              {
107908
                org.apache.thrift.protocol.TList _list348 = iprot.readListBegin();
107980
                org.apache.thrift.protocol.TList _list372 = iprot.readListBegin();
107909
                this.success = new ArrayList<RechargeOrder>(_list348.size);
107981
                this.success = new ArrayList<RechargeOrder>(_list372.size);
107910
                for (int _i349 = 0; _i349 < _list348.size; ++_i349)
107982
                for (int _i373 = 0; _i373 < _list372.size; ++_i373)
107911
                {
107983
                {
107912
                  RechargeOrder _elem350; // required
107984
                  RechargeOrder _elem374; // required
107913
                  _elem350 = new RechargeOrder();
107985
                  _elem374 = new RechargeOrder();
107914
                  _elem350.read(iprot);
107986
                  _elem374.read(iprot);
107915
                  this.success.add(_elem350);
107987
                  this.success.add(_elem374);
107916
                }
107988
                }
107917
                iprot.readListEnd();
107989
                iprot.readListEnd();
107918
              }
107990
              }
107919
            } else { 
107991
            } else { 
107920
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
107992
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 107934... Line 108006...
107934
 
108006
 
107935
      if (this.isSetSuccess()) {
108007
      if (this.isSetSuccess()) {
107936
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
108008
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
107937
        {
108009
        {
107938
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
108010
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
107939
          for (RechargeOrder _iter351 : this.success)
108011
          for (RechargeOrder _iter375 : this.success)
107940
          {
108012
          {
107941
            _iter351.write(oprot);
108013
            _iter375.write(oprot);
107942
          }
108014
          }
107943
          oprot.writeListEnd();
108015
          oprot.writeListEnd();
107944
        }
108016
        }
107945
        oprot.writeFieldEnd();
108017
        oprot.writeFieldEnd();
107946
      }
108018
      }
Line 110566... Line 110638...
110566
        }
110638
        }
110567
        switch (field.id) {
110639
        switch (field.id) {
110568
          case 0: // SUCCESS
110640
          case 0: // SUCCESS
110569
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
110641
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
110570
              {
110642
              {
110571
                org.apache.thrift.protocol.TList _list352 = iprot.readListBegin();
110643
                org.apache.thrift.protocol.TList _list376 = iprot.readListBegin();
110572
                this.success = new ArrayList<UserWalletHistory>(_list352.size);
110644
                this.success = new ArrayList<UserWalletHistory>(_list376.size);
110573
                for (int _i353 = 0; _i353 < _list352.size; ++_i353)
110645
                for (int _i377 = 0; _i377 < _list376.size; ++_i377)
110574
                {
110646
                {
110575
                  UserWalletHistory _elem354; // required
110647
                  UserWalletHistory _elem378; // required
110576
                  _elem354 = new UserWalletHistory();
110648
                  _elem378 = new UserWalletHistory();
110577
                  _elem354.read(iprot);
110649
                  _elem378.read(iprot);
110578
                  this.success.add(_elem354);
110650
                  this.success.add(_elem378);
110579
                }
110651
                }
110580
                iprot.readListEnd();
110652
                iprot.readListEnd();
110581
              }
110653
              }
110582
            } else { 
110654
            } else { 
110583
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
110655
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 110597... Line 110669...
110597
 
110669
 
110598
      if (this.isSetSuccess()) {
110670
      if (this.isSetSuccess()) {
110599
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
110671
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
110600
        {
110672
        {
110601
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
110673
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
110602
          for (UserWalletHistory _iter355 : this.success)
110674
          for (UserWalletHistory _iter379 : this.success)
110603
          {
110675
          {
110604
            _iter355.write(oprot);
110676
            _iter379.write(oprot);
110605
          }
110677
          }
110606
          oprot.writeListEnd();
110678
          oprot.writeListEnd();
110607
        }
110679
        }
110608
        oprot.writeFieldEnd();
110680
        oprot.writeFieldEnd();
110609
      }
110681
      }
Line 111884... Line 111956...
111884
        }
111956
        }
111885
        switch (field.id) {
111957
        switch (field.id) {
111886
          case 0: // SUCCESS
111958
          case 0: // SUCCESS
111887
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
111959
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
111888
              {
111960
              {
111889
                org.apache.thrift.protocol.TMap _map356 = iprot.readMapBegin();
111961
                org.apache.thrift.protocol.TMap _map380 = iprot.readMapBegin();
111890
                this.success = new HashMap<Long,String>(2*_map356.size);
111962
                this.success = new HashMap<Long,String>(2*_map380.size);
111891
                for (int _i357 = 0; _i357 < _map356.size; ++_i357)
111963
                for (int _i381 = 0; _i381 < _map380.size; ++_i381)
111892
                {
111964
                {
111893
                  long _key358; // required
111965
                  long _key382; // required
111894
                  String _val359; // required
111966
                  String _val383; // required
111895
                  _key358 = iprot.readI64();
111967
                  _key382 = iprot.readI64();
111896
                  _val359 = iprot.readString();
111968
                  _val383 = iprot.readString();
111897
                  this.success.put(_key358, _val359);
111969
                  this.success.put(_key382, _val383);
111898
                }
111970
                }
111899
                iprot.readMapEnd();
111971
                iprot.readMapEnd();
111900
              }
111972
              }
111901
            } else { 
111973
            } else { 
111902
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
111974
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 111916... Line 111988...
111916
 
111988
 
111917
      if (this.isSetSuccess()) {
111989
      if (this.isSetSuccess()) {
111918
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
111990
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
111919
        {
111991
        {
111920
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
111992
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
111921
          for (Map.Entry<Long, String> _iter360 : this.success.entrySet())
111993
          for (Map.Entry<Long, String> _iter384 : this.success.entrySet())
111922
          {
111994
          {
111923
            oprot.writeI64(_iter360.getKey());
111995
            oprot.writeI64(_iter384.getKey());
111924
            oprot.writeString(_iter360.getValue());
111996
            oprot.writeString(_iter384.getValue());
111925
          }
111997
          }
111926
          oprot.writeMapEnd();
111998
          oprot.writeMapEnd();
111927
        }
111999
        }
111928
        oprot.writeFieldEnd();
112000
        oprot.writeFieldEnd();
111929
      }
112001
      }
Line 113198... Line 113270...
113198
        }
113270
        }
113199
        switch (field.id) {
113271
        switch (field.id) {
113200
          case 0: // SUCCESS
113272
          case 0: // SUCCESS
113201
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
113273
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
113202
              {
113274
              {
113203
                org.apache.thrift.protocol.TList _list361 = iprot.readListBegin();
113275
                org.apache.thrift.protocol.TList _list385 = iprot.readListBegin();
113204
                this.success = new ArrayList<RechargeOrder>(_list361.size);
113276
                this.success = new ArrayList<RechargeOrder>(_list385.size);
113205
                for (int _i362 = 0; _i362 < _list361.size; ++_i362)
113277
                for (int _i386 = 0; _i386 < _list385.size; ++_i386)
113206
                {
113278
                {
113207
                  RechargeOrder _elem363; // required
113279
                  RechargeOrder _elem387; // required
113208
                  _elem363 = new RechargeOrder();
113280
                  _elem387 = new RechargeOrder();
113209
                  _elem363.read(iprot);
113281
                  _elem387.read(iprot);
113210
                  this.success.add(_elem363);
113282
                  this.success.add(_elem387);
113211
                }
113283
                }
113212
                iprot.readListEnd();
113284
                iprot.readListEnd();
113213
              }
113285
              }
113214
            } else { 
113286
            } else { 
113215
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
113287
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 113229... Line 113301...
113229
 
113301
 
113230
      if (this.isSetSuccess()) {
113302
      if (this.isSetSuccess()) {
113231
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
113303
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
113232
        {
113304
        {
113233
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
113305
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
113234
          for (RechargeOrder _iter364 : this.success)
113306
          for (RechargeOrder _iter388 : this.success)
113235
          {
113307
          {
113236
            _iter364.write(oprot);
113308
            _iter388.write(oprot);
113237
          }
113309
          }
113238
          oprot.writeListEnd();
113310
          oprot.writeListEnd();
113239
        }
113311
        }
113240
        oprot.writeFieldEnd();
113312
        oprot.writeFieldEnd();
113241
      }
113313
      }
Line 113938... Line 114010...
113938
      }
114010
      }
113939
    }
114011
    }
113940
 
114012
 
113941
  }
114013
  }
113942
 
114014
 
-
 
114015
  public static class getRechargeStatistics_args implements org.apache.thrift.TBase<getRechargeStatistics_args, getRechargeStatistics_args._Fields>, java.io.Serializable, Cloneable   {
-
 
114016
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getRechargeStatistics_args");
-
 
114017
 
-
 
114018
 
-
 
114019
 
-
 
114020
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
114021
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
114022
;
-
 
114023
 
-
 
114024
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
114025
 
-
 
114026
      static {
-
 
114027
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
114028
          byName.put(field.getFieldName(), field);
-
 
114029
        }
-
 
114030
      }
-
 
114031
 
-
 
114032
      /**
-
 
114033
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
114034
       */
-
 
114035
      public static _Fields findByThriftId(int fieldId) {
-
 
114036
        switch(fieldId) {
-
 
114037
          default:
-
 
114038
            return null;
-
 
114039
        }
-
 
114040
      }
-
 
114041
 
-
 
114042
      /**
-
 
114043
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
114044
       * if it is not found.
-
 
114045
       */
-
 
114046
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
114047
        _Fields fields = findByThriftId(fieldId);
-
 
114048
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
114049
        return fields;
-
 
114050
      }
-
 
114051
 
-
 
114052
      /**
-
 
114053
       * Find the _Fields constant that matches name, or null if its not found.
-
 
114054
       */
-
 
114055
      public static _Fields findByName(String name) {
-
 
114056
        return byName.get(name);
-
 
114057
      }
-
 
114058
 
-
 
114059
      private final short _thriftId;
-
 
114060
      private final String _fieldName;
-
 
114061
 
-
 
114062
      _Fields(short thriftId, String fieldName) {
-
 
114063
        _thriftId = thriftId;
-
 
114064
        _fieldName = fieldName;
-
 
114065
      }
-
 
114066
 
-
 
114067
      public short getThriftFieldId() {
-
 
114068
        return _thriftId;
-
 
114069
      }
-
 
114070
 
-
 
114071
      public String getFieldName() {
-
 
114072
        return _fieldName;
-
 
114073
      }
-
 
114074
    }
-
 
114075
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
114076
    static {
-
 
114077
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
114078
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
114079
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getRechargeStatistics_args.class, metaDataMap);
-
 
114080
    }
-
 
114081
 
-
 
114082
    public getRechargeStatistics_args() {
-
 
114083
    }
-
 
114084
 
-
 
114085
    /**
-
 
114086
     * Performs a deep copy on <i>other</i>.
-
 
114087
     */
-
 
114088
    public getRechargeStatistics_args(getRechargeStatistics_args other) {
-
 
114089
    }
-
 
114090
 
-
 
114091
    public getRechargeStatistics_args deepCopy() {
-
 
114092
      return new getRechargeStatistics_args(this);
-
 
114093
    }
-
 
114094
 
-
 
114095
    @Override
-
 
114096
    public void clear() {
-
 
114097
    }
-
 
114098
 
-
 
114099
    public void setFieldValue(_Fields field, Object value) {
-
 
114100
      switch (field) {
-
 
114101
      }
-
 
114102
    }
-
 
114103
 
-
 
114104
    public Object getFieldValue(_Fields field) {
-
 
114105
      switch (field) {
-
 
114106
      }
-
 
114107
      throw new IllegalStateException();
-
 
114108
    }
-
 
114109
 
-
 
114110
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
114111
    public boolean isSet(_Fields field) {
-
 
114112
      if (field == null) {
-
 
114113
        throw new IllegalArgumentException();
-
 
114114
      }
-
 
114115
 
-
 
114116
      switch (field) {
-
 
114117
      }
-
 
114118
      throw new IllegalStateException();
-
 
114119
    }
-
 
114120
 
-
 
114121
    @Override
-
 
114122
    public boolean equals(Object that) {
-
 
114123
      if (that == null)
-
 
114124
        return false;
-
 
114125
      if (that instanceof getRechargeStatistics_args)
-
 
114126
        return this.equals((getRechargeStatistics_args)that);
-
 
114127
      return false;
-
 
114128
    }
-
 
114129
 
-
 
114130
    public boolean equals(getRechargeStatistics_args that) {
-
 
114131
      if (that == null)
-
 
114132
        return false;
-
 
114133
 
-
 
114134
      return true;
-
 
114135
    }
-
 
114136
 
-
 
114137
    @Override
-
 
114138
    public int hashCode() {
-
 
114139
      return 0;
-
 
114140
    }
-
 
114141
 
-
 
114142
    public int compareTo(getRechargeStatistics_args other) {
-
 
114143
      if (!getClass().equals(other.getClass())) {
-
 
114144
        return getClass().getName().compareTo(other.getClass().getName());
-
 
114145
      }
-
 
114146
 
-
 
114147
      int lastComparison = 0;
-
 
114148
      getRechargeStatistics_args typedOther = (getRechargeStatistics_args)other;
-
 
114149
 
-
 
114150
      return 0;
-
 
114151
    }
-
 
114152
 
-
 
114153
    public _Fields fieldForId(int fieldId) {
-
 
114154
      return _Fields.findByThriftId(fieldId);
-
 
114155
    }
-
 
114156
 
-
 
114157
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
114158
      org.apache.thrift.protocol.TField field;
-
 
114159
      iprot.readStructBegin();
-
 
114160
      while (true)
-
 
114161
      {
-
 
114162
        field = iprot.readFieldBegin();
-
 
114163
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
114164
          break;
-
 
114165
        }
-
 
114166
        switch (field.id) {
-
 
114167
          default:
-
 
114168
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
114169
        }
-
 
114170
        iprot.readFieldEnd();
-
 
114171
      }
-
 
114172
      iprot.readStructEnd();
-
 
114173
      validate();
-
 
114174
    }
-
 
114175
 
-
 
114176
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
114177
      validate();
-
 
114178
 
-
 
114179
      oprot.writeStructBegin(STRUCT_DESC);
-
 
114180
      oprot.writeFieldStop();
-
 
114181
      oprot.writeStructEnd();
-
 
114182
    }
-
 
114183
 
-
 
114184
    @Override
-
 
114185
    public String toString() {
-
 
114186
      StringBuilder sb = new StringBuilder("getRechargeStatistics_args(");
-
 
114187
      boolean first = true;
-
 
114188
 
-
 
114189
      sb.append(")");
-
 
114190
      return sb.toString();
-
 
114191
    }
-
 
114192
 
-
 
114193
    public void validate() throws org.apache.thrift.TException {
-
 
114194
      // check for required fields
-
 
114195
    }
-
 
114196
 
-
 
114197
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
114198
      try {
-
 
114199
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
114200
      } catch (org.apache.thrift.TException te) {
-
 
114201
        throw new java.io.IOException(te);
-
 
114202
      }
-
 
114203
    }
-
 
114204
 
-
 
114205
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
114206
      try {
-
 
114207
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
114208
      } catch (org.apache.thrift.TException te) {
-
 
114209
        throw new java.io.IOException(te);
-
 
114210
      }
-
 
114211
    }
-
 
114212
 
-
 
114213
  }
-
 
114214
 
-
 
114215
  public static class getRechargeStatistics_result implements org.apache.thrift.TBase<getRechargeStatistics_result, getRechargeStatistics_result._Fields>, java.io.Serializable, Cloneable   {
-
 
114216
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getRechargeStatistics_result");
-
 
114217
 
-
 
114218
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRUCT, (short)0);
-
 
114219
 
-
 
114220
    private RechargeStatistics success; // required
-
 
114221
 
-
 
114222
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
114223
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
114224
      SUCCESS((short)0, "success");
-
 
114225
 
-
 
114226
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
114227
 
-
 
114228
      static {
-
 
114229
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
114230
          byName.put(field.getFieldName(), field);
-
 
114231
        }
-
 
114232
      }
-
 
114233
 
-
 
114234
      /**
-
 
114235
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
114236
       */
-
 
114237
      public static _Fields findByThriftId(int fieldId) {
-
 
114238
        switch(fieldId) {
-
 
114239
          case 0: // SUCCESS
-
 
114240
            return SUCCESS;
-
 
114241
          default:
-
 
114242
            return null;
-
 
114243
        }
-
 
114244
      }
-
 
114245
 
-
 
114246
      /**
-
 
114247
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
114248
       * if it is not found.
-
 
114249
       */
-
 
114250
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
114251
        _Fields fields = findByThriftId(fieldId);
-
 
114252
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
114253
        return fields;
-
 
114254
      }
-
 
114255
 
-
 
114256
      /**
-
 
114257
       * Find the _Fields constant that matches name, or null if its not found.
-
 
114258
       */
-
 
114259
      public static _Fields findByName(String name) {
-
 
114260
        return byName.get(name);
-
 
114261
      }
-
 
114262
 
-
 
114263
      private final short _thriftId;
-
 
114264
      private final String _fieldName;
-
 
114265
 
-
 
114266
      _Fields(short thriftId, String fieldName) {
-
 
114267
        _thriftId = thriftId;
-
 
114268
        _fieldName = fieldName;
-
 
114269
      }
-
 
114270
 
-
 
114271
      public short getThriftFieldId() {
-
 
114272
        return _thriftId;
-
 
114273
      }
-
 
114274
 
-
 
114275
      public String getFieldName() {
-
 
114276
        return _fieldName;
-
 
114277
      }
-
 
114278
    }
-
 
114279
 
-
 
114280
    // isset id assignments
-
 
114281
 
-
 
114282
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
114283
    static {
-
 
114284
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
114285
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
114286
          new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, RechargeStatistics.class)));
-
 
114287
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
114288
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getRechargeStatistics_result.class, metaDataMap);
-
 
114289
    }
-
 
114290
 
-
 
114291
    public getRechargeStatistics_result() {
-
 
114292
    }
-
 
114293
 
-
 
114294
    public getRechargeStatistics_result(
-
 
114295
      RechargeStatistics success)
-
 
114296
    {
-
 
114297
      this();
-
 
114298
      this.success = success;
-
 
114299
    }
-
 
114300
 
-
 
114301
    /**
-
 
114302
     * Performs a deep copy on <i>other</i>.
-
 
114303
     */
-
 
114304
    public getRechargeStatistics_result(getRechargeStatistics_result other) {
-
 
114305
      if (other.isSetSuccess()) {
-
 
114306
        this.success = new RechargeStatistics(other.success);
-
 
114307
      }
-
 
114308
    }
-
 
114309
 
-
 
114310
    public getRechargeStatistics_result deepCopy() {
-
 
114311
      return new getRechargeStatistics_result(this);
-
 
114312
    }
-
 
114313
 
-
 
114314
    @Override
-
 
114315
    public void clear() {
-
 
114316
      this.success = null;
-
 
114317
    }
-
 
114318
 
-
 
114319
    public RechargeStatistics getSuccess() {
-
 
114320
      return this.success;
-
 
114321
    }
-
 
114322
 
-
 
114323
    public void setSuccess(RechargeStatistics success) {
-
 
114324
      this.success = success;
-
 
114325
    }
-
 
114326
 
-
 
114327
    public void unsetSuccess() {
-
 
114328
      this.success = null;
-
 
114329
    }
-
 
114330
 
-
 
114331
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
114332
    public boolean isSetSuccess() {
-
 
114333
      return this.success != null;
-
 
114334
    }
-
 
114335
 
-
 
114336
    public void setSuccessIsSet(boolean value) {
-
 
114337
      if (!value) {
-
 
114338
        this.success = null;
-
 
114339
      }
-
 
114340
    }
-
 
114341
 
-
 
114342
    public void setFieldValue(_Fields field, Object value) {
-
 
114343
      switch (field) {
-
 
114344
      case SUCCESS:
-
 
114345
        if (value == null) {
-
 
114346
          unsetSuccess();
-
 
114347
        } else {
-
 
114348
          setSuccess((RechargeStatistics)value);
-
 
114349
        }
-
 
114350
        break;
-
 
114351
 
-
 
114352
      }
-
 
114353
    }
-
 
114354
 
-
 
114355
    public Object getFieldValue(_Fields field) {
-
 
114356
      switch (field) {
-
 
114357
      case SUCCESS:
-
 
114358
        return getSuccess();
-
 
114359
 
-
 
114360
      }
-
 
114361
      throw new IllegalStateException();
-
 
114362
    }
-
 
114363
 
-
 
114364
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
114365
    public boolean isSet(_Fields field) {
-
 
114366
      if (field == null) {
-
 
114367
        throw new IllegalArgumentException();
-
 
114368
      }
-
 
114369
 
-
 
114370
      switch (field) {
-
 
114371
      case SUCCESS:
-
 
114372
        return isSetSuccess();
-
 
114373
      }
-
 
114374
      throw new IllegalStateException();
-
 
114375
    }
-
 
114376
 
-
 
114377
    @Override
-
 
114378
    public boolean equals(Object that) {
-
 
114379
      if (that == null)
-
 
114380
        return false;
-
 
114381
      if (that instanceof getRechargeStatistics_result)
-
 
114382
        return this.equals((getRechargeStatistics_result)that);
-
 
114383
      return false;
-
 
114384
    }
-
 
114385
 
-
 
114386
    public boolean equals(getRechargeStatistics_result that) {
-
 
114387
      if (that == null)
-
 
114388
        return false;
-
 
114389
 
-
 
114390
      boolean this_present_success = true && this.isSetSuccess();
-
 
114391
      boolean that_present_success = true && that.isSetSuccess();
-
 
114392
      if (this_present_success || that_present_success) {
-
 
114393
        if (!(this_present_success && that_present_success))
-
 
114394
          return false;
-
 
114395
        if (!this.success.equals(that.success))
-
 
114396
          return false;
-
 
114397
      }
-
 
114398
 
-
 
114399
      return true;
-
 
114400
    }
-
 
114401
 
-
 
114402
    @Override
-
 
114403
    public int hashCode() {
-
 
114404
      return 0;
-
 
114405
    }
-
 
114406
 
-
 
114407
    public int compareTo(getRechargeStatistics_result other) {
-
 
114408
      if (!getClass().equals(other.getClass())) {
-
 
114409
        return getClass().getName().compareTo(other.getClass().getName());
-
 
114410
      }
-
 
114411
 
-
 
114412
      int lastComparison = 0;
-
 
114413
      getRechargeStatistics_result typedOther = (getRechargeStatistics_result)other;
-
 
114414
 
-
 
114415
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
114416
      if (lastComparison != 0) {
-
 
114417
        return lastComparison;
-
 
114418
      }
-
 
114419
      if (isSetSuccess()) {
-
 
114420
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
114421
        if (lastComparison != 0) {
-
 
114422
          return lastComparison;
-
 
114423
        }
-
 
114424
      }
-
 
114425
      return 0;
-
 
114426
    }
-
 
114427
 
-
 
114428
    public _Fields fieldForId(int fieldId) {
-
 
114429
      return _Fields.findByThriftId(fieldId);
-
 
114430
    }
-
 
114431
 
-
 
114432
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
114433
      org.apache.thrift.protocol.TField field;
-
 
114434
      iprot.readStructBegin();
-
 
114435
      while (true)
-
 
114436
      {
-
 
114437
        field = iprot.readFieldBegin();
-
 
114438
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
114439
          break;
-
 
114440
        }
-
 
114441
        switch (field.id) {
-
 
114442
          case 0: // SUCCESS
-
 
114443
            if (field.type == org.apache.thrift.protocol.TType.STRUCT) {
-
 
114444
              this.success = new RechargeStatistics();
-
 
114445
              this.success.read(iprot);
-
 
114446
            } else { 
-
 
114447
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
114448
            }
-
 
114449
            break;
-
 
114450
          default:
-
 
114451
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
114452
        }
-
 
114453
        iprot.readFieldEnd();
-
 
114454
      }
-
 
114455
      iprot.readStructEnd();
-
 
114456
      validate();
-
 
114457
    }
-
 
114458
 
-
 
114459
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
114460
      oprot.writeStructBegin(STRUCT_DESC);
-
 
114461
 
-
 
114462
      if (this.isSetSuccess()) {
-
 
114463
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
114464
        this.success.write(oprot);
-
 
114465
        oprot.writeFieldEnd();
-
 
114466
      }
-
 
114467
      oprot.writeFieldStop();
-
 
114468
      oprot.writeStructEnd();
-
 
114469
    }
-
 
114470
 
-
 
114471
    @Override
-
 
114472
    public String toString() {
-
 
114473
      StringBuilder sb = new StringBuilder("getRechargeStatistics_result(");
-
 
114474
      boolean first = true;
-
 
114475
 
-
 
114476
      sb.append("success:");
-
 
114477
      if (this.success == null) {
-
 
114478
        sb.append("null");
-
 
114479
      } else {
-
 
114480
        sb.append(this.success);
-
 
114481
      }
-
 
114482
      first = false;
-
 
114483
      sb.append(")");
-
 
114484
      return sb.toString();
-
 
114485
    }
-
 
114486
 
-
 
114487
    public void validate() throws org.apache.thrift.TException {
-
 
114488
      // check for required fields
-
 
114489
    }
-
 
114490
 
-
 
114491
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
114492
      try {
-
 
114493
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
114494
      } catch (org.apache.thrift.TException te) {
-
 
114495
        throw new java.io.IOException(te);
-
 
114496
      }
-
 
114497
    }
-
 
114498
 
-
 
114499
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
114500
      try {
-
 
114501
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
114502
      } catch (org.apache.thrift.TException te) {
-
 
114503
        throw new java.io.IOException(te);
-
 
114504
      }
-
 
114505
    }
-
 
114506
 
-
 
114507
  }
-
 
114508
 
113943
  public static class getRechargeOrdersForStatus_args implements org.apache.thrift.TBase<getRechargeOrdersForStatus_args, getRechargeOrdersForStatus_args._Fields>, java.io.Serializable, Cloneable   {
114509
  public static class getRechargeOrdersForStatus_args implements org.apache.thrift.TBase<getRechargeOrdersForStatus_args, getRechargeOrdersForStatus_args._Fields>, java.io.Serializable, Cloneable   {
113944
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getRechargeOrdersForStatus_args");
114510
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getRechargeOrdersForStatus_args");
113945
 
114511
 
113946
    private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.I64, (short)1);
114512
    private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.I64, (short)1);
113947
 
114513
 
Line 114482... Line 115048...
114482
        }
115048
        }
114483
        switch (field.id) {
115049
        switch (field.id) {
114484
          case 0: // SUCCESS
115050
          case 0: // SUCCESS
114485
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
115051
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
114486
              {
115052
              {
114487
                org.apache.thrift.protocol.TList _list365 = iprot.readListBegin();
115053
                org.apache.thrift.protocol.TList _list389 = iprot.readListBegin();
114488
                this.success = new ArrayList<RechargeOrder>(_list365.size);
115054
                this.success = new ArrayList<RechargeOrder>(_list389.size);
114489
                for (int _i366 = 0; _i366 < _list365.size; ++_i366)
115055
                for (int _i390 = 0; _i390 < _list389.size; ++_i390)
114490
                {
115056
                {
114491
                  RechargeOrder _elem367; // required
115057
                  RechargeOrder _elem391; // required
114492
                  _elem367 = new RechargeOrder();
115058
                  _elem391 = new RechargeOrder();
114493
                  _elem367.read(iprot);
115059
                  _elem391.read(iprot);
114494
                  this.success.add(_elem367);
115060
                  this.success.add(_elem391);
114495
                }
115061
                }
114496
                iprot.readListEnd();
115062
                iprot.readListEnd();
114497
              }
115063
              }
114498
            } else { 
115064
            } else { 
114499
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
115065
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 114513... Line 115079...
114513
 
115079
 
114514
      if (this.isSetSuccess()) {
115080
      if (this.isSetSuccess()) {
114515
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
115081
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
114516
        {
115082
        {
114517
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
115083
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
114518
          for (RechargeOrder _iter368 : this.success)
115084
          for (RechargeOrder _iter392 : this.success)
114519
          {
115085
          {
114520
            _iter368.write(oprot);
115086
            _iter392.write(oprot);
114521
          }
115087
          }
114522
          oprot.writeListEnd();
115088
          oprot.writeListEnd();
114523
        }
115089
        }
114524
        oprot.writeFieldEnd();
115090
        oprot.writeFieldEnd();
114525
      }
115091
      }
Line 115107... Line 115673...
115107
        }
115673
        }
115108
        switch (field.id) {
115674
        switch (field.id) {
115109
          case 0: // SUCCESS
115675
          case 0: // SUCCESS
115110
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
115676
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
115111
              {
115677
              {
115112
                org.apache.thrift.protocol.TList _list369 = iprot.readListBegin();
115678
                org.apache.thrift.protocol.TList _list393 = iprot.readListBegin();
115113
                this.success = new ArrayList<RechargePlan>(_list369.size);
115679
                this.success = new ArrayList<RechargePlan>(_list393.size);
115114
                for (int _i370 = 0; _i370 < _list369.size; ++_i370)
115680
                for (int _i394 = 0; _i394 < _list393.size; ++_i394)
115115
                {
115681
                {
115116
                  RechargePlan _elem371; // required
115682
                  RechargePlan _elem395; // required
115117
                  _elem371 = new RechargePlan();
115683
                  _elem395 = new RechargePlan();
115118
                  _elem371.read(iprot);
115684
                  _elem395.read(iprot);
115119
                  this.success.add(_elem371);
115685
                  this.success.add(_elem395);
115120
                }
115686
                }
115121
                iprot.readListEnd();
115687
                iprot.readListEnd();
115122
              }
115688
              }
115123
            } else { 
115689
            } else { 
115124
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
115690
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 115138... Line 115704...
115138
 
115704
 
115139
      if (this.isSetSuccess()) {
115705
      if (this.isSetSuccess()) {
115140
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
115706
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
115141
        {
115707
        {
115142
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
115708
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
115143
          for (RechargePlan _iter372 : this.success)
115709
          for (RechargePlan _iter396 : this.success)
115144
          {
115710
          {
115145
            _iter372.write(oprot);
115711
            _iter396.write(oprot);
115146
          }
115712
          }
115147
          oprot.writeListEnd();
115713
          oprot.writeListEnd();
115148
        }
115714
        }
115149
        oprot.writeFieldEnd();
115715
        oprot.writeFieldEnd();
115150
      }
115716
      }