Subversion Repositories SmartDukaan

Rev

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

Rev 22719 Rev 23144
Line 622... Line 622...
622
 
622
 
623
    public Map<Long,Map<String,Long>> getWarrantyInfoForItemList(List<Long> catalogItemIds, ItemCondition itemCondition) throws CatalogServiceException, org.apache.thrift.TException;
623
    public Map<Long,Map<String,Long>> getWarrantyInfoForItemList(List<Long> catalogItemIds, ItemCondition itemCondition) throws CatalogServiceException, org.apache.thrift.TException;
624
 
624
 
625
    public StateGstRates getGstRatesByState(long stateId) throws CatalogServiceException, org.apache.thrift.TException;
625
    public StateGstRates getGstRatesByState(long stateId) throws CatalogServiceException, org.apache.thrift.TException;
626
 
626
 
-
 
627
    public Map<Integer,GstRate> getTotalTaxRate(List<Integer> itemIds, int stateId) throws org.apache.thrift.TException;
-
 
628
 
627
    public Map<String,GstRate> getInterStateGstRates() throws CatalogServiceException, org.apache.thrift.TException;
629
    public Map<String,GstRate> getInterStateGstRates() throws CatalogServiceException, org.apache.thrift.TException;
628
 
630
 
629
    public List<CategoryHsnCode> getHsnCodesByCategory(long categoryId) throws CatalogServiceException, org.apache.thrift.TException;
631
    public List<CategoryHsnCode> getHsnCodesByCategory(long categoryId) throws CatalogServiceException, org.apache.thrift.TException;
630
 
632
 
631
    public Map<Long,Double> getAllFofoDeals(List<Long> itemIds, List<Long> tagIds) throws org.apache.thrift.TException;
633
    public Map<Long,Double> getAllFofoDeals(List<Long> itemIds, List<Long> tagIds) throws org.apache.thrift.TException;
Line 1034... Line 1036...
1034
 
1036
 
1035
    public void getWarrantyInfoForItemList(List<Long> catalogItemIds, ItemCondition itemCondition, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getWarrantyInfoForItemList_call> resultHandler) throws org.apache.thrift.TException;
1037
    public void getWarrantyInfoForItemList(List<Long> catalogItemIds, ItemCondition itemCondition, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getWarrantyInfoForItemList_call> resultHandler) throws org.apache.thrift.TException;
1036
 
1038
 
1037
    public void getGstRatesByState(long stateId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getGstRatesByState_call> resultHandler) throws org.apache.thrift.TException;
1039
    public void getGstRatesByState(long stateId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getGstRatesByState_call> resultHandler) throws org.apache.thrift.TException;
1038
 
1040
 
-
 
1041
    public void getTotalTaxRate(List<Integer> itemIds, int stateId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getTotalTaxRate_call> resultHandler) throws org.apache.thrift.TException;
-
 
1042
 
1039
    public void getInterStateGstRates(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getInterStateGstRates_call> resultHandler) throws org.apache.thrift.TException;
1043
    public void getInterStateGstRates(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getInterStateGstRates_call> resultHandler) throws org.apache.thrift.TException;
1040
 
1044
 
1041
    public void getHsnCodesByCategory(long categoryId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getHsnCodesByCategory_call> resultHandler) throws org.apache.thrift.TException;
1045
    public void getHsnCodesByCategory(long categoryId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getHsnCodesByCategory_call> resultHandler) throws org.apache.thrift.TException;
1042
 
1046
 
1043
    public void getAllFofoDeals(List<Long> itemIds, List<Long> tagIds, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAllFofoDeals_call> resultHandler) throws org.apache.thrift.TException;
1047
    public void getAllFofoDeals(List<Long> itemIds, List<Long> tagIds, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAllFofoDeals_call> resultHandler) throws org.apache.thrift.TException;
Line 5811... Line 5815...
5811
        throw result.cex;
5815
        throw result.cex;
5812
      }
5816
      }
5813
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getGstRatesByState failed: unknown result");
5817
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getGstRatesByState failed: unknown result");
5814
    }
5818
    }
5815
 
5819
 
-
 
5820
    public Map<Integer,GstRate> getTotalTaxRate(List<Integer> itemIds, int stateId) throws org.apache.thrift.TException
-
 
5821
    {
-
 
5822
      send_getTotalTaxRate(itemIds, stateId);
-
 
5823
      return recv_getTotalTaxRate();
-
 
5824
    }
-
 
5825
 
-
 
5826
    public void send_getTotalTaxRate(List<Integer> itemIds, int stateId) throws org.apache.thrift.TException
-
 
5827
    {
-
 
5828
      getTotalTaxRate_args args = new getTotalTaxRate_args();
-
 
5829
      args.setItemIds(itemIds);
-
 
5830
      args.setStateId(stateId);
-
 
5831
      sendBase("getTotalTaxRate", args);
-
 
5832
    }
-
 
5833
 
-
 
5834
    public Map<Integer,GstRate> recv_getTotalTaxRate() throws org.apache.thrift.TException
-
 
5835
    {
-
 
5836
      getTotalTaxRate_result result = new getTotalTaxRate_result();
-
 
5837
      receiveBase(result, "getTotalTaxRate");
-
 
5838
      if (result.isSetSuccess()) {
-
 
5839
        return result.success;
-
 
5840
      }
-
 
5841
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getTotalTaxRate failed: unknown result");
-
 
5842
    }
-
 
5843
 
5816
    public Map<String,GstRate> getInterStateGstRates() throws CatalogServiceException, org.apache.thrift.TException
5844
    public Map<String,GstRate> getInterStateGstRates() throws CatalogServiceException, org.apache.thrift.TException
5817
    {
5845
    {
5818
      send_getInterStateGstRates();
5846
      send_getInterStateGstRates();
5819
      return recv_getInterStateGstRates();
5847
      return recv_getInterStateGstRates();
5820
    }
5848
    }
Line 12489... Line 12517...
12489
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
12517
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
12490
        return (new Client(prot)).recv_getGstRatesByState();
12518
        return (new Client(prot)).recv_getGstRatesByState();
12491
      }
12519
      }
12492
    }
12520
    }
12493
 
12521
 
-
 
12522
    public void getTotalTaxRate(List<Integer> itemIds, int stateId, org.apache.thrift.async.AsyncMethodCallback<getTotalTaxRate_call> resultHandler) throws org.apache.thrift.TException {
-
 
12523
      checkReady();
-
 
12524
      getTotalTaxRate_call method_call = new getTotalTaxRate_call(itemIds, stateId, resultHandler, this, ___protocolFactory, ___transport);
-
 
12525
      this.___currentMethod = method_call;
-
 
12526
      ___manager.call(method_call);
-
 
12527
    }
-
 
12528
 
-
 
12529
    public static class getTotalTaxRate_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
12530
      private List<Integer> itemIds;
-
 
12531
      private int stateId;
-
 
12532
      public getTotalTaxRate_call(List<Integer> itemIds, int stateId, org.apache.thrift.async.AsyncMethodCallback<getTotalTaxRate_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 {
-
 
12533
        super(client, protocolFactory, transport, resultHandler, false);
-
 
12534
        this.itemIds = itemIds;
-
 
12535
        this.stateId = stateId;
-
 
12536
      }
-
 
12537
 
-
 
12538
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
12539
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getTotalTaxRate", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
12540
        getTotalTaxRate_args args = new getTotalTaxRate_args();
-
 
12541
        args.setItemIds(itemIds);
-
 
12542
        args.setStateId(stateId);
-
 
12543
        args.write(prot);
-
 
12544
        prot.writeMessageEnd();
-
 
12545
      }
-
 
12546
 
-
 
12547
      public Map<Integer,GstRate> getResult() throws org.apache.thrift.TException {
-
 
12548
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
12549
          throw new IllegalStateException("Method call not finished!");
-
 
12550
        }
-
 
12551
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
12552
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
12553
        return (new Client(prot)).recv_getTotalTaxRate();
-
 
12554
      }
-
 
12555
    }
-
 
12556
 
12494
    public void getInterStateGstRates(org.apache.thrift.async.AsyncMethodCallback<getInterStateGstRates_call> resultHandler) throws org.apache.thrift.TException {
12557
    public void getInterStateGstRates(org.apache.thrift.async.AsyncMethodCallback<getInterStateGstRates_call> resultHandler) throws org.apache.thrift.TException {
12495
      checkReady();
12558
      checkReady();
12496
      getInterStateGstRates_call method_call = new getInterStateGstRates_call(resultHandler, this, ___protocolFactory, ___transport);
12559
      getInterStateGstRates_call method_call = new getInterStateGstRates_call(resultHandler, this, ___protocolFactory, ___transport);
12497
      this.___currentMethod = method_call;
12560
      this.___currentMethod = method_call;
12498
      ___manager.call(method_call);
12561
      ___manager.call(method_call);
Line 12799... Line 12862...
12799
      processMap.put("updateItemPricing", new updateItemPricing());
12862
      processMap.put("updateItemPricing", new updateItemPricing());
12800
      processMap.put("bulkUpdateCatalog", new bulkUpdateCatalog());
12863
      processMap.put("bulkUpdateCatalog", new bulkUpdateCatalog());
12801
      processMap.put("getWarrantyInfoForItem", new getWarrantyInfoForItem());
12864
      processMap.put("getWarrantyInfoForItem", new getWarrantyInfoForItem());
12802
      processMap.put("getWarrantyInfoForItemList", new getWarrantyInfoForItemList());
12865
      processMap.put("getWarrantyInfoForItemList", new getWarrantyInfoForItemList());
12803
      processMap.put("getGstRatesByState", new getGstRatesByState());
12866
      processMap.put("getGstRatesByState", new getGstRatesByState());
-
 
12867
      processMap.put("getTotalTaxRate", new getTotalTaxRate());
12804
      processMap.put("getInterStateGstRates", new getInterStateGstRates());
12868
      processMap.put("getInterStateGstRates", new getInterStateGstRates());
12805
      processMap.put("getHsnCodesByCategory", new getHsnCodesByCategory());
12869
      processMap.put("getHsnCodesByCategory", new getHsnCodesByCategory());
12806
      processMap.put("getAllFofoDeals", new getAllFofoDeals());
12870
      processMap.put("getAllFofoDeals", new getAllFofoDeals());
12807
      return processMap;
12871
      return processMap;
12808
    }
12872
    }
Line 16288... Line 16352...
16288
        }
16352
        }
16289
        return result;
16353
        return result;
16290
      }
16354
      }
16291
    }
16355
    }
16292
 
16356
 
-
 
16357
    private static class getTotalTaxRate<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getTotalTaxRate_args> {
-
 
16358
      public getTotalTaxRate() {
-
 
16359
        super("getTotalTaxRate");
-
 
16360
      }
-
 
16361
 
-
 
16362
      protected getTotalTaxRate_args getEmptyArgsInstance() {
-
 
16363
        return new getTotalTaxRate_args();
-
 
16364
      }
-
 
16365
 
-
 
16366
      protected getTotalTaxRate_result getResult(I iface, getTotalTaxRate_args args) throws org.apache.thrift.TException {
-
 
16367
        getTotalTaxRate_result result = new getTotalTaxRate_result();
-
 
16368
        result.success = iface.getTotalTaxRate(args.itemIds, args.stateId);
-
 
16369
        return result;
-
 
16370
      }
-
 
16371
    }
-
 
16372
 
16293
    private static class getInterStateGstRates<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getInterStateGstRates_args> {
16373
    private static class getInterStateGstRates<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getInterStateGstRates_args> {
16294
      public getInterStateGstRates() {
16374
      public getInterStateGstRates() {
16295
        super("getInterStateGstRates");
16375
        super("getInterStateGstRates");
16296
      }
16376
      }
16297
 
16377
 
Line 17014... Line 17094...
17014
      }
17094
      }
17015
    }
17095
    }
17016
 
17096
 
17017
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17097
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17018
      try {
17098
      try {
-
 
17099
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
17100
        __isset_bit_vector = new BitSet(1);
17019
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17101
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17020
      } catch (org.apache.thrift.TException te) {
17102
      } catch (org.apache.thrift.TException te) {
17021
        throw new java.io.IOException(te);
17103
        throw new java.io.IOException(te);
17022
      }
17104
      }
17023
    }
17105
    }
Line 17690... Line 17772...
17690
      }
17772
      }
17691
    }
17773
    }
17692
 
17774
 
17693
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17775
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
17694
      try {
17776
      try {
-
 
17777
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
17778
        __isset_bit_vector = new BitSet(1);
17695
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17779
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
17696
      } catch (org.apache.thrift.TException te) {
17780
      } catch (org.apache.thrift.TException te) {
17697
        throw new java.io.IOException(te);
17781
        throw new java.io.IOException(te);
17698
      }
17782
      }
17699
    }
17783
    }
Line 27312... Line 27396...
27312
      }
27396
      }
27313
    }
27397
    }
27314
 
27398
 
27315
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
27399
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
27316
      try {
27400
      try {
-
 
27401
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
27402
        __isset_bit_vector = new BitSet(1);
27317
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
27403
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
27318
      } catch (org.apache.thrift.TException te) {
27404
      } catch (org.apache.thrift.TException te) {
27319
        throw new java.io.IOException(te);
27405
        throw new java.io.IOException(te);
27320
      }
27406
      }
27321
    }
27407
    }
Line 28490... Line 28576...
28490
      }
28576
      }
28491
    }
28577
    }
28492
 
28578
 
28493
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
28579
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
28494
      try {
28580
      try {
-
 
28581
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
28582
        __isset_bit_vector = new BitSet(1);
28495
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
28583
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
28496
      } catch (org.apache.thrift.TException te) {
28584
      } catch (org.apache.thrift.TException te) {
28497
        throw new java.io.IOException(te);
28585
        throw new java.io.IOException(te);
28498
      }
28586
      }
28499
    }
28587
    }
Line 29384... Line 29472...
29384
      }
29472
      }
29385
    }
29473
    }
29386
 
29474
 
29387
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
29475
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
29388
      try {
29476
      try {
-
 
29477
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
29478
        __isset_bit_vector = new BitSet(1);
29389
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
29479
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
29390
      } catch (org.apache.thrift.TException te) {
29480
      } catch (org.apache.thrift.TException te) {
29391
        throw new java.io.IOException(te);
29481
        throw new java.io.IOException(te);
29392
      }
29482
      }
29393
    }
29483
    }
Line 30490... Line 30580...
30490
      }
30580
      }
30491
    }
30581
    }
30492
 
30582
 
30493
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
30583
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
30494
      try {
30584
      try {
-
 
30585
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
30586
        __isset_bit_vector = new BitSet(1);
30495
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
30587
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
30496
      } catch (org.apache.thrift.TException te) {
30588
      } catch (org.apache.thrift.TException te) {
30497
        throw new java.io.IOException(te);
30589
        throw new java.io.IOException(te);
30498
      }
30590
      }
30499
    }
30591
    }
Line 32656... Line 32748...
32656
      }
32748
      }
32657
    }
32749
    }
32658
 
32750
 
32659
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
32751
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
32660
      try {
32752
      try {
-
 
32753
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
32754
        __isset_bit_vector = new BitSet(1);
32661
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
32755
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
32662
      } catch (org.apache.thrift.TException te) {
32756
      } catch (org.apache.thrift.TException te) {
32663
        throw new java.io.IOException(te);
32757
        throw new java.io.IOException(te);
32664
      }
32758
      }
32665
    }
32759
    }
Line 34822... Line 34916...
34822
      }
34916
      }
34823
    }
34917
    }
34824
 
34918
 
34825
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
34919
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
34826
      try {
34920
      try {
-
 
34921
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
34922
        __isset_bit_vector = new BitSet(1);
34827
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
34923
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
34828
      } catch (org.apache.thrift.TException te) {
34924
      } catch (org.apache.thrift.TException te) {
34829
        throw new java.io.IOException(te);
34925
        throw new java.io.IOException(te);
34830
      }
34926
      }
34831
    }
34927
    }
Line 36988... Line 37084...
36988
      }
37084
      }
36989
    }
37085
    }
36990
 
37086
 
36991
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
37087
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
36992
      try {
37088
      try {
-
 
37089
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
37090
        __isset_bit_vector = new BitSet(1);
36993
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
37091
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
36994
      } catch (org.apache.thrift.TException te) {
37092
      } catch (org.apache.thrift.TException te) {
36995
        throw new java.io.IOException(te);
37093
        throw new java.io.IOException(te);
36996
      }
37094
      }
36997
    }
37095
    }
Line 38195... Line 38293...
38195
      }
38293
      }
38196
    }
38294
    }
38197
 
38295
 
38198
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
38296
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
38199
      try {
38297
      try {
-
 
38298
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
38299
        __isset_bit_vector = new BitSet(1);
38200
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
38300
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
38201
      } catch (org.apache.thrift.TException te) {
38301
      } catch (org.apache.thrift.TException te) {
38202
        throw new java.io.IOException(te);
38302
        throw new java.io.IOException(te);
38203
      }
38303
      }
38204
    }
38304
    }
Line 39194... Line 39294...
39194
      }
39294
      }
39195
    }
39295
    }
39196
 
39296
 
39197
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39297
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39198
      try {
39298
      try {
-
 
39299
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
39300
        __isset_bit_vector = new BitSet(1);
39199
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39301
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39200
      } catch (org.apache.thrift.TException te) {
39302
      } catch (org.apache.thrift.TException te) {
39201
        throw new java.io.IOException(te);
39303
        throw new java.io.IOException(te);
39202
      }
39304
      }
39203
    }
39305
    }
Line 39687... Line 39789...
39687
      }
39789
      }
39688
    }
39790
    }
39689
 
39791
 
39690
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39792
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
39691
      try {
39793
      try {
-
 
39794
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
39795
        __isset_bit_vector = new BitSet(1);
39692
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39796
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
39693
      } catch (org.apache.thrift.TException te) {
39797
      } catch (org.apache.thrift.TException te) {
39694
        throw new java.io.IOException(te);
39798
        throw new java.io.IOException(te);
39695
      }
39799
      }
39696
    }
39800
    }
Line 40275... Line 40379...
40275
      }
40379
      }
40276
    }
40380
    }
40277
 
40381
 
40278
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
40382
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
40279
      try {
40383
      try {
-
 
40384
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
40385
        __isset_bit_vector = new BitSet(1);
40280
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
40386
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
40281
      } catch (org.apache.thrift.TException te) {
40387
      } catch (org.apache.thrift.TException te) {
40282
        throw new java.io.IOException(te);
40388
        throw new java.io.IOException(te);
40283
      }
40389
      }
40284
    }
40390
    }
Line 40567... Line 40673...
40567
      }
40673
      }
40568
    }
40674
    }
40569
 
40675
 
40570
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
40676
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
40571
      try {
40677
      try {
40572
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
40573
        __isset_bit_vector = new BitSet(1);
-
 
40574
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
40678
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
40575
      } catch (org.apache.thrift.TException te) {
40679
      } catch (org.apache.thrift.TException te) {
40576
        throw new java.io.IOException(te);
40680
        throw new java.io.IOException(te);
40577
      }
40681
      }
40578
    }
40682
    }
Line 43453... Line 43557...
43453
      }
43557
      }
43454
    }
43558
    }
43455
 
43559
 
43456
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
43560
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
43457
      try {
43561
      try {
-
 
43562
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
43563
        __isset_bit_vector = new BitSet(1);
43458
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
43564
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
43459
      } catch (org.apache.thrift.TException te) {
43565
      } catch (org.apache.thrift.TException te) {
43460
        throw new java.io.IOException(te);
43566
        throw new java.io.IOException(te);
43461
      }
43567
      }
43462
    }
43568
    }
Line 44128... Line 44234...
44128
      }
44234
      }
44129
    }
44235
    }
44130
 
44236
 
44131
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
44237
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
44132
      try {
44238
      try {
-
 
44239
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
44240
        __isset_bit_vector = new BitSet(1);
44133
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
44241
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
44134
      } catch (org.apache.thrift.TException te) {
44242
      } catch (org.apache.thrift.TException te) {
44135
        throw new java.io.IOException(te);
44243
        throw new java.io.IOException(te);
44136
      }
44244
      }
44137
    }
44245
    }
Line 44715... Line 44823...
44715
      }
44823
      }
44716
    }
44824
    }
44717
 
44825
 
44718
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
44826
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
44719
      try {
44827
      try {
-
 
44828
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
44829
        __isset_bit_vector = new BitSet(1);
44720
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
44830
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
44721
      } catch (org.apache.thrift.TException te) {
44831
      } catch (org.apache.thrift.TException te) {
44722
        throw new java.io.IOException(te);
44832
        throw new java.io.IOException(te);
44723
      }
44833
      }
44724
    }
44834
    }
Line 47016... Line 47126...
47016
      }
47126
      }
47017
    }
47127
    }
47018
 
47128
 
47019
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
47129
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
47020
      try {
47130
      try {
-
 
47131
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
47132
        __isset_bit_vector = new BitSet(1);
47021
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
47133
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
47022
      } catch (org.apache.thrift.TException te) {
47134
      } catch (org.apache.thrift.TException te) {
47023
        throw new java.io.IOException(te);
47135
        throw new java.io.IOException(te);
47024
      }
47136
      }
47025
    }
47137
    }
Line 47604... Line 47716...
47604
      }
47716
      }
47605
    }
47717
    }
47606
 
47718
 
47607
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
47719
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
47608
      try {
47720
      try {
-
 
47721
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
47722
        __isset_bit_vector = new BitSet(1);
47609
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
47723
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
47610
      } catch (org.apache.thrift.TException te) {
47724
      } catch (org.apache.thrift.TException te) {
47611
        throw new java.io.IOException(te);
47725
        throw new java.io.IOException(te);
47612
      }
47726
      }
47613
    }
47727
    }
Line 48822... Line 48936...
48822
      }
48936
      }
48823
    }
48937
    }
48824
 
48938
 
48825
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
48939
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
48826
      try {
48940
      try {
-
 
48941
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
48942
        __isset_bit_vector = new BitSet(1);
48827
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
48943
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
48828
      } catch (org.apache.thrift.TException te) {
48944
      } catch (org.apache.thrift.TException te) {
48829
        throw new java.io.IOException(te);
48945
        throw new java.io.IOException(te);
48830
      }
48946
      }
48831
    }
48947
    }
Line 50695... Line 50811...
50695
      }
50811
      }
50696
    }
50812
    }
50697
 
50813
 
50698
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
50814
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
50699
      try {
50815
      try {
-
 
50816
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
50817
        __isset_bit_vector = new BitSet(1);
50700
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
50818
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
50701
      } catch (org.apache.thrift.TException te) {
50819
      } catch (org.apache.thrift.TException te) {
50702
        throw new java.io.IOException(te);
50820
        throw new java.io.IOException(te);
50703
      }
50821
      }
50704
    }
50822
    }
Line 51283... Line 51401...
51283
      }
51401
      }
51284
    }
51402
    }
51285
 
51403
 
51286
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
51404
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
51287
      try {
51405
      try {
-
 
51406
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
51407
        __isset_bit_vector = new BitSet(1);
51288
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
51408
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
51289
      } catch (org.apache.thrift.TException te) {
51409
      } catch (org.apache.thrift.TException te) {
51290
        throw new java.io.IOException(te);
51410
        throw new java.io.IOException(te);
51291
      }
51411
      }
51292
    }
51412
    }
Line 51870... Line 51990...
51870
      }
51990
      }
51871
    }
51991
    }
51872
 
51992
 
51873
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
51993
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
51874
      try {
51994
      try {
-
 
51995
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
51996
        __isset_bit_vector = new BitSet(1);
51875
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
51997
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
51876
      } catch (org.apache.thrift.TException te) {
51998
      } catch (org.apache.thrift.TException te) {
51877
        throw new java.io.IOException(te);
51999
        throw new java.io.IOException(te);
51878
      }
52000
      }
51879
    }
52001
    }
Line 57311... Line 57433...
57311
      }
57433
      }
57312
    }
57434
    }
57313
 
57435
 
57314
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
57436
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
57315
      try {
57437
      try {
-
 
57438
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
57439
        __isset_bit_vector = new BitSet(1);
57316
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
57440
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
57317
      } catch (org.apache.thrift.TException te) {
57441
      } catch (org.apache.thrift.TException te) {
57318
        throw new java.io.IOException(te);
57442
        throw new java.io.IOException(te);
57319
      }
57443
      }
57320
    }
57444
    }
Line 58162... Line 58286...
58162
      }
58286
      }
58163
    }
58287
    }
58164
 
58288
 
58165
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
58289
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
58166
      try {
58290
      try {
-
 
58291
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
58292
        __isset_bit_vector = new BitSet(1);
58167
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
58293
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
58168
      } catch (org.apache.thrift.TException te) {
58294
      } catch (org.apache.thrift.TException te) {
58169
        throw new java.io.IOException(te);
58295
        throw new java.io.IOException(te);
58170
      }
58296
      }
58171
    }
58297
    }
Line 59030... Line 59156...
59030
      }
59156
      }
59031
    }
59157
    }
59032
 
59158
 
59033
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
59159
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
59034
      try {
59160
      try {
-
 
59161
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
59162
        __isset_bit_vector = new BitSet(1);
59035
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
59163
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
59036
      } catch (org.apache.thrift.TException te) {
59164
      } catch (org.apache.thrift.TException te) {
59037
        throw new java.io.IOException(te);
59165
        throw new java.io.IOException(te);
59038
      }
59166
      }
59039
    }
59167
    }
Line 60931... Line 61059...
60931
      }
61059
      }
60932
    }
61060
    }
60933
 
61061
 
60934
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
61062
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
60935
      try {
61063
      try {
-
 
61064
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
61065
        __isset_bit_vector = new BitSet(1);
60936
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
61066
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
60937
      } catch (org.apache.thrift.TException te) {
61067
      } catch (org.apache.thrift.TException te) {
60938
        throw new java.io.IOException(te);
61068
        throw new java.io.IOException(te);
60939
      }
61069
      }
60940
    }
61070
    }
Line 61936... Line 62066...
61936
      }
62066
      }
61937
    }
62067
    }
61938
 
62068
 
61939
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
62069
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
61940
      try {
62070
      try {
-
 
62071
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
62072
        __isset_bit_vector = new BitSet(1);
61941
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
62073
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
61942
      } catch (org.apache.thrift.TException te) {
62074
      } catch (org.apache.thrift.TException te) {
61943
        throw new java.io.IOException(te);
62075
        throw new java.io.IOException(te);
61944
      }
62076
      }
61945
    }
62077
    }
Line 62429... Line 62561...
62429
      }
62561
      }
62430
    }
62562
    }
62431
 
62563
 
62432
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
62564
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
62433
      try {
62565
      try {
-
 
62566
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
62567
        __isset_bit_vector = new BitSet(1);
62434
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
62568
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
62435
      } catch (org.apache.thrift.TException te) {
62569
      } catch (org.apache.thrift.TException te) {
62436
        throw new java.io.IOException(te);
62570
        throw new java.io.IOException(te);
62437
      }
62571
      }
62438
    }
62572
    }
Line 64489... Line 64623...
64489
      }
64623
      }
64490
    }
64624
    }
64491
 
64625
 
64492
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
64626
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
64493
      try {
64627
      try {
-
 
64628
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
64629
        __isset_bit_vector = new BitSet(1);
64494
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
64630
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
64495
      } catch (org.apache.thrift.TException te) {
64631
      } catch (org.apache.thrift.TException te) {
64496
        throw new java.io.IOException(te);
64632
        throw new java.io.IOException(te);
64497
      }
64633
      }
64498
    }
64634
    }
Line 67428... Line 67564...
67428
      }
67564
      }
67429
    }
67565
    }
67430
 
67566
 
67431
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
67567
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
67432
      try {
67568
      try {
-
 
67569
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
67570
        __isset_bit_vector = new BitSet(1);
67433
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
67571
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
67434
      } catch (org.apache.thrift.TException te) {
67572
      } catch (org.apache.thrift.TException te) {
67435
        throw new java.io.IOException(te);
67573
        throw new java.io.IOException(te);
67436
      }
67574
      }
67437
    }
67575
    }
Line 68383... Line 68521...
68383
      }
68521
      }
68384
    }
68522
    }
68385
 
68523
 
68386
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
68524
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
68387
      try {
68525
      try {
-
 
68526
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
68527
        __isset_bit_vector = new BitSet(1);
68388
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
68528
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
68389
      } catch (org.apache.thrift.TException te) {
68529
      } catch (org.apache.thrift.TException te) {
68390
        throw new java.io.IOException(te);
68530
        throw new java.io.IOException(te);
68391
      }
68531
      }
68392
    }
68532
    }
Line 70565... Line 70705...
70565
      }
70705
      }
70566
    }
70706
    }
70567
 
70707
 
70568
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
70708
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
70569
      try {
70709
      try {
-
 
70710
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
70711
        __isset_bit_vector = new BitSet(1);
70570
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
70712
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
70571
      } catch (org.apache.thrift.TException te) {
70713
      } catch (org.apache.thrift.TException te) {
70572
        throw new java.io.IOException(te);
70714
        throw new java.io.IOException(te);
70573
      }
70715
      }
70574
    }
70716
    }
Line 71406... Line 71548...
71406
      }
71548
      }
71407
    }
71549
    }
71408
 
71550
 
71409
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
71551
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
71410
      try {
71552
      try {
-
 
71553
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
71554
        __isset_bit_vector = new BitSet(1);
71411
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
71555
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
71412
      } catch (org.apache.thrift.TException te) {
71556
      } catch (org.apache.thrift.TException te) {
71413
        throw new java.io.IOException(te);
71557
        throw new java.io.IOException(te);
71414
      }
71558
      }
71415
    }
71559
    }
Line 72164... Line 72308...
72164
      }
72308
      }
72165
    }
72309
    }
72166
 
72310
 
72167
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72311
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72168
      try {
72312
      try {
-
 
72313
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
72314
        __isset_bit_vector = new BitSet(1);
72169
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72315
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72170
      } catch (org.apache.thrift.TException te) {
72316
      } catch (org.apache.thrift.TException te) {
72171
        throw new java.io.IOException(te);
72317
        throw new java.io.IOException(te);
72172
      }
72318
      }
72173
    }
72319
    }
Line 72834... Line 72980...
72834
      }
72980
      }
72835
    }
72981
    }
72836
 
72982
 
72837
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72983
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
72838
      try {
72984
      try {
-
 
72985
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
72986
        __isset_bit_vector = new BitSet(1);
72839
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72987
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
72840
      } catch (org.apache.thrift.TException te) {
72988
      } catch (org.apache.thrift.TException te) {
72841
        throw new java.io.IOException(te);
72989
        throw new java.io.IOException(te);
72842
      }
72990
      }
72843
    }
72991
    }
Line 74046... Line 74194...
74046
      }
74194
      }
74047
    }
74195
    }
74048
 
74196
 
74049
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
74197
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
74050
      try {
74198
      try {
-
 
74199
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
74200
        __isset_bit_vector = new BitSet(1);
74051
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
74201
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
74052
      } catch (org.apache.thrift.TException te) {
74202
      } catch (org.apache.thrift.TException te) {
74053
        throw new java.io.IOException(te);
74203
        throw new java.io.IOException(te);
74054
      }
74204
      }
74055
    }
74205
    }
Line 74887... Line 75037...
74887
      }
75037
      }
74888
    }
75038
    }
74889
 
75039
 
74890
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
75040
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
74891
      try {
75041
      try {
-
 
75042
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
75043
        __isset_bit_vector = new BitSet(1);
74892
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
75044
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
74893
      } catch (org.apache.thrift.TException te) {
75045
      } catch (org.apache.thrift.TException te) {
74894
        throw new java.io.IOException(te);
75046
        throw new java.io.IOException(te);
74895
      }
75047
      }
74896
    }
75048
    }
Line 75557... Line 75709...
75557
      }
75709
      }
75558
    }
75710
    }
75559
 
75711
 
75560
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
75712
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
75561
      try {
75713
      try {
-
 
75714
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
75715
        __isset_bit_vector = new BitSet(1);
75562
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
75716
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
75563
      } catch (org.apache.thrift.TException te) {
75717
      } catch (org.apache.thrift.TException te) {
75564
        throw new java.io.IOException(te);
75718
        throw new java.io.IOException(te);
75565
      }
75719
      }
75566
    }
75720
    }
Line 77630... Line 77784...
77630
      }
77784
      }
77631
    }
77785
    }
77632
 
77786
 
77633
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
77787
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
77634
      try {
77788
      try {
-
 
77789
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
77790
        __isset_bit_vector = new BitSet(1);
77635
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
77791
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
77636
      } catch (org.apache.thrift.TException te) {
77792
      } catch (org.apache.thrift.TException te) {
77637
        throw new java.io.IOException(te);
77793
        throw new java.io.IOException(te);
77638
      }
77794
      }
77639
    }
77795
    }
Line 79912... Line 80068...
79912
      }
80068
      }
79913
    }
80069
    }
79914
 
80070
 
79915
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
80071
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
79916
      try {
80072
      try {
-
 
80073
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
80074
        __isset_bit_vector = new BitSet(1);
79917
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
80075
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
79918
      } catch (org.apache.thrift.TException te) {
80076
      } catch (org.apache.thrift.TException te) {
79919
        throw new java.io.IOException(te);
80077
        throw new java.io.IOException(te);
79920
      }
80078
      }
79921
    }
80079
    }
Line 85259... Line 85417...
85259
      }
85417
      }
85260
    }
85418
    }
85261
 
85419
 
85262
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
85420
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
85263
      try {
85421
      try {
-
 
85422
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
85423
        __isset_bit_vector = new BitSet(1);
85264
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
85424
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
85265
      } catch (org.apache.thrift.TException te) {
85425
      } catch (org.apache.thrift.TException te) {
85266
        throw new java.io.IOException(te);
85426
        throw new java.io.IOException(te);
85267
      }
85427
      }
85268
    }
85428
    }
Line 85752... Line 85912...
85752
      }
85912
      }
85753
    }
85913
    }
85754
 
85914
 
85755
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
85915
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
85756
      try {
85916
      try {
-
 
85917
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
85918
        __isset_bit_vector = new BitSet(1);
85757
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
85919
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
85758
      } catch (org.apache.thrift.TException te) {
85920
      } catch (org.apache.thrift.TException te) {
85759
        throw new java.io.IOException(te);
85921
        throw new java.io.IOException(te);
85760
      }
85922
      }
85761
    }
85923
    }
Line 89674... Line 89836...
89674
      }
89836
      }
89675
    }
89837
    }
89676
 
89838
 
89677
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
89839
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
89678
      try {
89840
      try {
-
 
89841
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
89842
        __isset_bit_vector = new BitSet(1);
89679
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
89843
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
89680
      } catch (org.apache.thrift.TException te) {
89844
      } catch (org.apache.thrift.TException te) {
89681
        throw new java.io.IOException(te);
89845
        throw new java.io.IOException(te);
89682
      }
89846
      }
89683
    }
89847
    }
Line 90474... Line 90638...
90474
      }
90638
      }
90475
    }
90639
    }
90476
 
90640
 
90477
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
90641
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
90478
      try {
90642
      try {
-
 
90643
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
90644
        __isset_bit_vector = new BitSet(1);
90479
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
90645
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
90480
      } catch (org.apache.thrift.TException te) {
90646
      } catch (org.apache.thrift.TException te) {
90481
        throw new java.io.IOException(te);
90647
        throw new java.io.IOException(te);
90482
      }
90648
      }
90483
    }
90649
    }
Line 94910... Line 95076...
94910
      }
95076
      }
94911
    }
95077
    }
94912
 
95078
 
94913
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
95079
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
94914
      try {
95080
      try {
-
 
95081
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
95082
        __isset_bit_vector = new BitSet(1);
94915
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
95083
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
94916
      } catch (org.apache.thrift.TException te) {
95084
      } catch (org.apache.thrift.TException te) {
94917
        throw new java.io.IOException(te);
95085
        throw new java.io.IOException(te);
94918
      }
95086
      }
94919
    }
95087
    }
Line 97099... Line 97267...
97099
      }
97267
      }
97100
    }
97268
    }
97101
 
97269
 
97102
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
97270
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
97103
      try {
97271
      try {
-
 
97272
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
97273
        __isset_bit_vector = new BitSet(1);
97104
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
97274
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
97105
      } catch (org.apache.thrift.TException te) {
97275
      } catch (org.apache.thrift.TException te) {
97106
        throw new java.io.IOException(te);
97276
        throw new java.io.IOException(te);
97107
      }
97277
      }
97108
    }
97278
    }
Line 100014... Line 100184...
100014
      }
100184
      }
100015
    }
100185
    }
100016
 
100186
 
100017
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
100187
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
100018
      try {
100188
      try {
-
 
100189
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
100190
        __isset_bit_vector = new BitSet(1);
100019
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
100191
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
100020
      } catch (org.apache.thrift.TException te) {
100192
      } catch (org.apache.thrift.TException te) {
100021
        throw new java.io.IOException(te);
100193
        throw new java.io.IOException(te);
100022
      }
100194
      }
100023
    }
100195
    }
Line 100838... Line 101010...
100838
      }
101010
      }
100839
    }
101011
    }
100840
 
101012
 
100841
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
101013
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
100842
      try {
101014
      try {
-
 
101015
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
101016
        __isset_bit_vector = new BitSet(1);
100843
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
101017
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
100844
      } catch (org.apache.thrift.TException te) {
101018
      } catch (org.apache.thrift.TException te) {
100845
        throw new java.io.IOException(te);
101019
        throw new java.io.IOException(te);
100846
      }
101020
      }
100847
    }
101021
    }
Line 101462... Line 101636...
101462
      }
101636
      }
101463
    }
101637
    }
101464
 
101638
 
101465
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
101639
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
101466
      try {
101640
      try {
-
 
101641
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
101642
        __isset_bit_vector = new BitSet(1);
101467
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
101643
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
101468
      } catch (org.apache.thrift.TException te) {
101644
      } catch (org.apache.thrift.TException te) {
101469
        throw new java.io.IOException(te);
101645
        throw new java.io.IOException(te);
101470
      }
101646
      }
101471
    }
101647
    }
Line 102149... Line 102325...
102149
      }
102325
      }
102150
    }
102326
    }
102151
 
102327
 
102152
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
102328
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
102153
      try {
102329
      try {
-
 
102330
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
102331
        __isset_bit_vector = new BitSet(1);
102154
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
102332
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
102155
      } catch (org.apache.thrift.TException te) {
102333
      } catch (org.apache.thrift.TException te) {
102156
        throw new java.io.IOException(te);
102334
        throw new java.io.IOException(te);
102157
      }
102335
      }
102158
    }
102336
    }
Line 105440... Line 105618...
105440
      }
105618
      }
105441
    }
105619
    }
105442
 
105620
 
105443
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
105621
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
105444
      try {
105622
      try {
-
 
105623
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
105624
        __isset_bit_vector = new BitSet(1);
105445
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
105625
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
105446
      } catch (org.apache.thrift.TException te) {
105626
      } catch (org.apache.thrift.TException te) {
105447
        throw new java.io.IOException(te);
105627
        throw new java.io.IOException(te);
105448
      }
105628
      }
105449
    }
105629
    }
Line 107318... Line 107498...
107318
      }
107498
      }
107319
    }
107499
    }
107320
 
107500
 
107321
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
107501
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
107322
      try {
107502
      try {
-
 
107503
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
107504
        __isset_bit_vector = new BitSet(1);
107323
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
107505
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
107324
      } catch (org.apache.thrift.TException te) {
107506
      } catch (org.apache.thrift.TException te) {
107325
        throw new java.io.IOException(te);
107507
        throw new java.io.IOException(te);
107326
      }
107508
      }
107327
    }
107509
    }
Line 111631... Line 111813...
111631
      }
111813
      }
111632
    }
111814
    }
111633
 
111815
 
111634
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
111816
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
111635
      try {
111817
      try {
-
 
111818
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
111819
        __isset_bit_vector = new BitSet(1);
111636
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
111820
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
111637
      } catch (org.apache.thrift.TException te) {
111821
      } catch (org.apache.thrift.TException te) {
111638
        throw new java.io.IOException(te);
111822
        throw new java.io.IOException(te);
111639
      }
111823
      }
111640
    }
111824
    }
Line 114841... Line 115025...
114841
      }
115025
      }
114842
    }
115026
    }
114843
 
115027
 
114844
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
115028
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
114845
      try {
115029
      try {
-
 
115030
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
115031
        __isset_bit_vector = new BitSet(1);
114846
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
115032
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
114847
      } catch (org.apache.thrift.TException te) {
115033
      } catch (org.apache.thrift.TException te) {
114848
        throw new java.io.IOException(te);
115034
        throw new java.io.IOException(te);
114849
      }
115035
      }
114850
    }
115036
    }
Line 115465... Line 115651...
115465
      }
115651
      }
115466
    }
115652
    }
115467
 
115653
 
115468
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
115654
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
115469
      try {
115655
      try {
-
 
115656
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
115657
        __isset_bit_vector = new BitSet(1);
115470
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
115658
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
115471
      } catch (org.apache.thrift.TException te) {
115659
      } catch (org.apache.thrift.TException te) {
115472
        throw new java.io.IOException(te);
115660
        throw new java.io.IOException(te);
115473
      }
115661
      }
115474
    }
115662
    }
Line 119107... Line 119295...
119107
      }
119295
      }
119108
    }
119296
    }
119109
 
119297
 
119110
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
119298
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
119111
      try {
119299
      try {
-
 
119300
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
119301
        __isset_bit_vector = new BitSet(1);
119112
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
119302
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
119113
      } catch (org.apache.thrift.TException te) {
119303
      } catch (org.apache.thrift.TException te) {
119114
        throw new java.io.IOException(te);
119304
        throw new java.io.IOException(te);
119115
      }
119305
      }
119116
    }
119306
    }
Line 122789... Line 122979...
122789
      }
122979
      }
122790
    }
122980
    }
122791
 
122981
 
122792
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
122982
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
122793
      try {
122983
      try {
-
 
122984
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
122985
        __isset_bit_vector = new BitSet(1);
122794
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
122986
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
122795
      } catch (org.apache.thrift.TException te) {
122987
      } catch (org.apache.thrift.TException te) {
122796
        throw new java.io.IOException(te);
122988
        throw new java.io.IOException(te);
122797
      }
122989
      }
122798
    }
122990
    }
Line 124077... Line 124269...
124077
      }
124269
      }
124078
    }
124270
    }
124079
 
124271
 
124080
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
124272
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
124081
      try {
124273
      try {
-
 
124274
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
124275
        __isset_bit_vector = new BitSet(1);
124082
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
124276
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
124083
      } catch (org.apache.thrift.TException te) {
124277
      } catch (org.apache.thrift.TException te) {
124084
        throw new java.io.IOException(te);
124278
        throw new java.io.IOException(te);
124085
      }
124279
      }
124086
    }
124280
    }
Line 130138... Line 130332...
130138
      }
130332
      }
130139
    }
130333
    }
130140
 
130334
 
130141
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
130335
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
130142
      try {
130336
      try {
-
 
130337
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
130338
        __isset_bit_vector = new BitSet(1);
130143
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
130339
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
130144
      } catch (org.apache.thrift.TException te) {
130340
      } catch (org.apache.thrift.TException te) {
130145
        throw new java.io.IOException(te);
130341
        throw new java.io.IOException(te);
130146
      }
130342
      }
130147
    }
130343
    }
Line 130808... Line 131004...
130808
      }
131004
      }
130809
    }
131005
    }
130810
 
131006
 
130811
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
131007
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
130812
      try {
131008
      try {
-
 
131009
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
131010
        __isset_bit_vector = new BitSet(1);
130813
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
131011
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
130814
      } catch (org.apache.thrift.TException te) {
131012
      } catch (org.apache.thrift.TException te) {
130815
        throw new java.io.IOException(te);
131013
        throw new java.io.IOException(te);
130816
      }
131014
      }
130817
    }
131015
    }
Line 131528... Line 131726...
131528
      }
131726
      }
131529
    }
131727
    }
131530
 
131728
 
131531
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
131729
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
131532
      try {
131730
      try {
-
 
131731
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
131732
        __isset_bit_vector = new BitSet(1);
131533
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
131733
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
131534
      } catch (org.apache.thrift.TException te) {
131734
      } catch (org.apache.thrift.TException te) {
131535
        throw new java.io.IOException(te);
131735
        throw new java.io.IOException(te);
131536
      }
131736
      }
131537
    }
131737
    }
Line 139090... Line 139290...
139090
      }
139290
      }
139091
    }
139291
    }
139092
 
139292
 
139093
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
139293
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
139094
      try {
139294
      try {
-
 
139295
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
139296
        __isset_bit_vector = new BitSet(1);
139095
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
139297
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
139096
      } catch (org.apache.thrift.TException te) {
139298
      } catch (org.apache.thrift.TException te) {
139097
        throw new java.io.IOException(te);
139299
        throw new java.io.IOException(te);
139098
      }
139300
      }
139099
    }
139301
    }
Line 139677... Line 139879...
139677
      }
139879
      }
139678
    }
139880
    }
139679
 
139881
 
139680
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
139882
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
139681
      try {
139883
      try {
-
 
139884
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
139885
        __isset_bit_vector = new BitSet(1);
139682
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
139886
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
139683
      } catch (org.apache.thrift.TException te) {
139887
      } catch (org.apache.thrift.TException te) {
139684
        throw new java.io.IOException(te);
139888
        throw new java.io.IOException(te);
139685
      }
139889
      }
139686
    }
139890
    }
Line 142301... Line 142505...
142301
      }
142505
      }
142302
    }
142506
    }
142303
 
142507
 
142304
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
142508
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
142305
      try {
142509
      try {
-
 
142510
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
142511
        __isset_bit_vector = new BitSet(1);
142306
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
142512
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
142307
      } catch (org.apache.thrift.TException te) {
142513
      } catch (org.apache.thrift.TException te) {
142308
        throw new java.io.IOException(te);
142514
        throw new java.io.IOException(te);
142309
      }
142515
      }
142310
    }
142516
    }
Line 145321... Line 145527...
145321
      }
145527
      }
145322
    }
145528
    }
145323
 
145529
 
145324
  }
145530
  }
145325
 
145531
 
-
 
145532
  public static class getTotalTaxRate_args implements org.apache.thrift.TBase<getTotalTaxRate_args, getTotalTaxRate_args._Fields>, java.io.Serializable, Cloneable   {
-
 
145533
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getTotalTaxRate_args");
-
 
145534
 
-
 
145535
    private static final org.apache.thrift.protocol.TField ITEM_IDS_FIELD_DESC = new org.apache.thrift.protocol.TField("itemIds", org.apache.thrift.protocol.TType.LIST, (short)1);
-
 
145536
    private static final org.apache.thrift.protocol.TField STATE_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("stateId", org.apache.thrift.protocol.TType.I32, (short)2);
-
 
145537
 
-
 
145538
    private List<Integer> itemIds; // required
-
 
145539
    private int stateId; // required
-
 
145540
 
-
 
145541
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
145542
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
145543
      ITEM_IDS((short)1, "itemIds"),
-
 
145544
      STATE_ID((short)2, "stateId");
-
 
145545
 
-
 
145546
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
145547
 
-
 
145548
      static {
-
 
145549
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
145550
          byName.put(field.getFieldName(), field);
-
 
145551
        }
-
 
145552
      }
-
 
145553
 
-
 
145554
      /**
-
 
145555
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
145556
       */
-
 
145557
      public static _Fields findByThriftId(int fieldId) {
-
 
145558
        switch(fieldId) {
-
 
145559
          case 1: // ITEM_IDS
-
 
145560
            return ITEM_IDS;
-
 
145561
          case 2: // STATE_ID
-
 
145562
            return STATE_ID;
-
 
145563
          default:
-
 
145564
            return null;
-
 
145565
        }
-
 
145566
      }
-
 
145567
 
-
 
145568
      /**
-
 
145569
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
145570
       * if it is not found.
-
 
145571
       */
-
 
145572
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
145573
        _Fields fields = findByThriftId(fieldId);
-
 
145574
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
145575
        return fields;
-
 
145576
      }
-
 
145577
 
-
 
145578
      /**
-
 
145579
       * Find the _Fields constant that matches name, or null if its not found.
-
 
145580
       */
-
 
145581
      public static _Fields findByName(String name) {
-
 
145582
        return byName.get(name);
-
 
145583
      }
-
 
145584
 
-
 
145585
      private final short _thriftId;
-
 
145586
      private final String _fieldName;
-
 
145587
 
-
 
145588
      _Fields(short thriftId, String fieldName) {
-
 
145589
        _thriftId = thriftId;
-
 
145590
        _fieldName = fieldName;
-
 
145591
      }
-
 
145592
 
-
 
145593
      public short getThriftFieldId() {
-
 
145594
        return _thriftId;
-
 
145595
      }
-
 
145596
 
-
 
145597
      public String getFieldName() {
-
 
145598
        return _fieldName;
-
 
145599
      }
-
 
145600
    }
-
 
145601
 
-
 
145602
    // isset id assignments
-
 
145603
    private static final int __STATEID_ISSET_ID = 0;
-
 
145604
    private BitSet __isset_bit_vector = new BitSet(1);
-
 
145605
 
-
 
145606
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
145607
    static {
-
 
145608
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
145609
      tmpMap.put(_Fields.ITEM_IDS, new org.apache.thrift.meta_data.FieldMetaData("itemIds", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
145610
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
-
 
145611
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32))));
-
 
145612
      tmpMap.put(_Fields.STATE_ID, new org.apache.thrift.meta_data.FieldMetaData("stateId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
145613
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
-
 
145614
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
145615
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getTotalTaxRate_args.class, metaDataMap);
-
 
145616
    }
-
 
145617
 
-
 
145618
    public getTotalTaxRate_args() {
-
 
145619
    }
-
 
145620
 
-
 
145621
    public getTotalTaxRate_args(
-
 
145622
      List<Integer> itemIds,
-
 
145623
      int stateId)
-
 
145624
    {
-
 
145625
      this();
-
 
145626
      this.itemIds = itemIds;
-
 
145627
      this.stateId = stateId;
-
 
145628
      setStateIdIsSet(true);
-
 
145629
    }
-
 
145630
 
-
 
145631
    /**
-
 
145632
     * Performs a deep copy on <i>other</i>.
-
 
145633
     */
-
 
145634
    public getTotalTaxRate_args(getTotalTaxRate_args other) {
-
 
145635
      __isset_bit_vector.clear();
-
 
145636
      __isset_bit_vector.or(other.__isset_bit_vector);
-
 
145637
      if (other.isSetItemIds()) {
-
 
145638
        List<Integer> __this__itemIds = new ArrayList<Integer>();
-
 
145639
        for (Integer other_element : other.itemIds) {
-
 
145640
          __this__itemIds.add(other_element);
-
 
145641
        }
-
 
145642
        this.itemIds = __this__itemIds;
-
 
145643
      }
-
 
145644
      this.stateId = other.stateId;
-
 
145645
    }
-
 
145646
 
-
 
145647
    public getTotalTaxRate_args deepCopy() {
-
 
145648
      return new getTotalTaxRate_args(this);
-
 
145649
    }
-
 
145650
 
-
 
145651
    @Override
-
 
145652
    public void clear() {
-
 
145653
      this.itemIds = null;
-
 
145654
      setStateIdIsSet(false);
-
 
145655
      this.stateId = 0;
-
 
145656
    }
-
 
145657
 
-
 
145658
    public int getItemIdsSize() {
-
 
145659
      return (this.itemIds == null) ? 0 : this.itemIds.size();
-
 
145660
    }
-
 
145661
 
-
 
145662
    public java.util.Iterator<Integer> getItemIdsIterator() {
-
 
145663
      return (this.itemIds == null) ? null : this.itemIds.iterator();
-
 
145664
    }
-
 
145665
 
-
 
145666
    public void addToItemIds(int elem) {
-
 
145667
      if (this.itemIds == null) {
-
 
145668
        this.itemIds = new ArrayList<Integer>();
-
 
145669
      }
-
 
145670
      this.itemIds.add(elem);
-
 
145671
    }
-
 
145672
 
-
 
145673
    public List<Integer> getItemIds() {
-
 
145674
      return this.itemIds;
-
 
145675
    }
-
 
145676
 
-
 
145677
    public void setItemIds(List<Integer> itemIds) {
-
 
145678
      this.itemIds = itemIds;
-
 
145679
    }
-
 
145680
 
-
 
145681
    public void unsetItemIds() {
-
 
145682
      this.itemIds = null;
-
 
145683
    }
-
 
145684
 
-
 
145685
    /** Returns true if field itemIds is set (has been assigned a value) and false otherwise */
-
 
145686
    public boolean isSetItemIds() {
-
 
145687
      return this.itemIds != null;
-
 
145688
    }
-
 
145689
 
-
 
145690
    public void setItemIdsIsSet(boolean value) {
-
 
145691
      if (!value) {
-
 
145692
        this.itemIds = null;
-
 
145693
      }
-
 
145694
    }
-
 
145695
 
-
 
145696
    public int getStateId() {
-
 
145697
      return this.stateId;
-
 
145698
    }
-
 
145699
 
-
 
145700
    public void setStateId(int stateId) {
-
 
145701
      this.stateId = stateId;
-
 
145702
      setStateIdIsSet(true);
-
 
145703
    }
-
 
145704
 
-
 
145705
    public void unsetStateId() {
-
 
145706
      __isset_bit_vector.clear(__STATEID_ISSET_ID);
-
 
145707
    }
-
 
145708
 
-
 
145709
    /** Returns true if field stateId is set (has been assigned a value) and false otherwise */
-
 
145710
    public boolean isSetStateId() {
-
 
145711
      return __isset_bit_vector.get(__STATEID_ISSET_ID);
-
 
145712
    }
-
 
145713
 
-
 
145714
    public void setStateIdIsSet(boolean value) {
-
 
145715
      __isset_bit_vector.set(__STATEID_ISSET_ID, value);
-
 
145716
    }
-
 
145717
 
-
 
145718
    public void setFieldValue(_Fields field, Object value) {
-
 
145719
      switch (field) {
-
 
145720
      case ITEM_IDS:
-
 
145721
        if (value == null) {
-
 
145722
          unsetItemIds();
-
 
145723
        } else {
-
 
145724
          setItemIds((List<Integer>)value);
-
 
145725
        }
-
 
145726
        break;
-
 
145727
 
-
 
145728
      case STATE_ID:
-
 
145729
        if (value == null) {
-
 
145730
          unsetStateId();
-
 
145731
        } else {
-
 
145732
          setStateId((Integer)value);
-
 
145733
        }
-
 
145734
        break;
-
 
145735
 
-
 
145736
      }
-
 
145737
    }
-
 
145738
 
-
 
145739
    public Object getFieldValue(_Fields field) {
-
 
145740
      switch (field) {
-
 
145741
      case ITEM_IDS:
-
 
145742
        return getItemIds();
-
 
145743
 
-
 
145744
      case STATE_ID:
-
 
145745
        return Integer.valueOf(getStateId());
-
 
145746
 
-
 
145747
      }
-
 
145748
      throw new IllegalStateException();
-
 
145749
    }
-
 
145750
 
-
 
145751
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
145752
    public boolean isSet(_Fields field) {
-
 
145753
      if (field == null) {
-
 
145754
        throw new IllegalArgumentException();
-
 
145755
      }
-
 
145756
 
-
 
145757
      switch (field) {
-
 
145758
      case ITEM_IDS:
-
 
145759
        return isSetItemIds();
-
 
145760
      case STATE_ID:
-
 
145761
        return isSetStateId();
-
 
145762
      }
-
 
145763
      throw new IllegalStateException();
-
 
145764
    }
-
 
145765
 
-
 
145766
    @Override
-
 
145767
    public boolean equals(Object that) {
-
 
145768
      if (that == null)
-
 
145769
        return false;
-
 
145770
      if (that instanceof getTotalTaxRate_args)
-
 
145771
        return this.equals((getTotalTaxRate_args)that);
-
 
145772
      return false;
-
 
145773
    }
-
 
145774
 
-
 
145775
    public boolean equals(getTotalTaxRate_args that) {
-
 
145776
      if (that == null)
-
 
145777
        return false;
-
 
145778
 
-
 
145779
      boolean this_present_itemIds = true && this.isSetItemIds();
-
 
145780
      boolean that_present_itemIds = true && that.isSetItemIds();
-
 
145781
      if (this_present_itemIds || that_present_itemIds) {
-
 
145782
        if (!(this_present_itemIds && that_present_itemIds))
-
 
145783
          return false;
-
 
145784
        if (!this.itemIds.equals(that.itemIds))
-
 
145785
          return false;
-
 
145786
      }
-
 
145787
 
-
 
145788
      boolean this_present_stateId = true;
-
 
145789
      boolean that_present_stateId = true;
-
 
145790
      if (this_present_stateId || that_present_stateId) {
-
 
145791
        if (!(this_present_stateId && that_present_stateId))
-
 
145792
          return false;
-
 
145793
        if (this.stateId != that.stateId)
-
 
145794
          return false;
-
 
145795
      }
-
 
145796
 
-
 
145797
      return true;
-
 
145798
    }
-
 
145799
 
-
 
145800
    @Override
-
 
145801
    public int hashCode() {
-
 
145802
      return 0;
-
 
145803
    }
-
 
145804
 
-
 
145805
    public int compareTo(getTotalTaxRate_args other) {
-
 
145806
      if (!getClass().equals(other.getClass())) {
-
 
145807
        return getClass().getName().compareTo(other.getClass().getName());
-
 
145808
      }
-
 
145809
 
-
 
145810
      int lastComparison = 0;
-
 
145811
      getTotalTaxRate_args typedOther = (getTotalTaxRate_args)other;
-
 
145812
 
-
 
145813
      lastComparison = Boolean.valueOf(isSetItemIds()).compareTo(typedOther.isSetItemIds());
-
 
145814
      if (lastComparison != 0) {
-
 
145815
        return lastComparison;
-
 
145816
      }
-
 
145817
      if (isSetItemIds()) {
-
 
145818
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.itemIds, typedOther.itemIds);
-
 
145819
        if (lastComparison != 0) {
-
 
145820
          return lastComparison;
-
 
145821
        }
-
 
145822
      }
-
 
145823
      lastComparison = Boolean.valueOf(isSetStateId()).compareTo(typedOther.isSetStateId());
-
 
145824
      if (lastComparison != 0) {
-
 
145825
        return lastComparison;
-
 
145826
      }
-
 
145827
      if (isSetStateId()) {
-
 
145828
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.stateId, typedOther.stateId);
-
 
145829
        if (lastComparison != 0) {
-
 
145830
          return lastComparison;
-
 
145831
        }
-
 
145832
      }
-
 
145833
      return 0;
-
 
145834
    }
-
 
145835
 
-
 
145836
    public _Fields fieldForId(int fieldId) {
-
 
145837
      return _Fields.findByThriftId(fieldId);
-
 
145838
    }
-
 
145839
 
-
 
145840
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
145841
      org.apache.thrift.protocol.TField field;
-
 
145842
      iprot.readStructBegin();
-
 
145843
      while (true)
-
 
145844
      {
-
 
145845
        field = iprot.readFieldBegin();
-
 
145846
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
145847
          break;
-
 
145848
        }
-
 
145849
        switch (field.id) {
-
 
145850
          case 1: // ITEM_IDS
-
 
145851
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
-
 
145852
              {
-
 
145853
                org.apache.thrift.protocol.TList _list558 = iprot.readListBegin();
-
 
145854
                this.itemIds = new ArrayList<Integer>(_list558.size);
-
 
145855
                for (int _i559 = 0; _i559 < _list558.size; ++_i559)
-
 
145856
                {
-
 
145857
                  int _elem560; // required
-
 
145858
                  _elem560 = iprot.readI32();
-
 
145859
                  this.itemIds.add(_elem560);
-
 
145860
                }
-
 
145861
                iprot.readListEnd();
-
 
145862
              }
-
 
145863
            } else { 
-
 
145864
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
145865
            }
-
 
145866
            break;
-
 
145867
          case 2: // STATE_ID
-
 
145868
            if (field.type == org.apache.thrift.protocol.TType.I32) {
-
 
145869
              this.stateId = iprot.readI32();
-
 
145870
              setStateIdIsSet(true);
-
 
145871
            } else { 
-
 
145872
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
145873
            }
-
 
145874
            break;
-
 
145875
          default:
-
 
145876
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
145877
        }
-
 
145878
        iprot.readFieldEnd();
-
 
145879
      }
-
 
145880
      iprot.readStructEnd();
-
 
145881
      validate();
-
 
145882
    }
-
 
145883
 
-
 
145884
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
145885
      validate();
-
 
145886
 
-
 
145887
      oprot.writeStructBegin(STRUCT_DESC);
-
 
145888
      if (this.itemIds != null) {
-
 
145889
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
-
 
145890
        {
-
 
145891
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.itemIds.size()));
-
 
145892
          for (int _iter561 : this.itemIds)
-
 
145893
          {
-
 
145894
            oprot.writeI32(_iter561);
-
 
145895
          }
-
 
145896
          oprot.writeListEnd();
-
 
145897
        }
-
 
145898
        oprot.writeFieldEnd();
-
 
145899
      }
-
 
145900
      oprot.writeFieldBegin(STATE_ID_FIELD_DESC);
-
 
145901
      oprot.writeI32(this.stateId);
-
 
145902
      oprot.writeFieldEnd();
-
 
145903
      oprot.writeFieldStop();
-
 
145904
      oprot.writeStructEnd();
-
 
145905
    }
-
 
145906
 
-
 
145907
    @Override
-
 
145908
    public String toString() {
-
 
145909
      StringBuilder sb = new StringBuilder("getTotalTaxRate_args(");
-
 
145910
      boolean first = true;
-
 
145911
 
-
 
145912
      sb.append("itemIds:");
-
 
145913
      if (this.itemIds == null) {
-
 
145914
        sb.append("null");
-
 
145915
      } else {
-
 
145916
        sb.append(this.itemIds);
-
 
145917
      }
-
 
145918
      first = false;
-
 
145919
      if (!first) sb.append(", ");
-
 
145920
      sb.append("stateId:");
-
 
145921
      sb.append(this.stateId);
-
 
145922
      first = false;
-
 
145923
      sb.append(")");
-
 
145924
      return sb.toString();
-
 
145925
    }
-
 
145926
 
-
 
145927
    public void validate() throws org.apache.thrift.TException {
-
 
145928
      // check for required fields
-
 
145929
    }
-
 
145930
 
-
 
145931
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
145932
      try {
-
 
145933
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
145934
      } catch (org.apache.thrift.TException te) {
-
 
145935
        throw new java.io.IOException(te);
-
 
145936
      }
-
 
145937
    }
-
 
145938
 
-
 
145939
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
145940
      try {
-
 
145941
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
145942
        __isset_bit_vector = new BitSet(1);
-
 
145943
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
145944
      } catch (org.apache.thrift.TException te) {
-
 
145945
        throw new java.io.IOException(te);
-
 
145946
      }
-
 
145947
    }
-
 
145948
 
-
 
145949
  }
-
 
145950
 
-
 
145951
  public static class getTotalTaxRate_result implements org.apache.thrift.TBase<getTotalTaxRate_result, getTotalTaxRate_result._Fields>, java.io.Serializable, Cloneable   {
-
 
145952
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getTotalTaxRate_result");
-
 
145953
 
-
 
145954
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0);
-
 
145955
 
-
 
145956
    private Map<Integer,GstRate> success; // required
-
 
145957
 
-
 
145958
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
145959
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
145960
      SUCCESS((short)0, "success");
-
 
145961
 
-
 
145962
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
145963
 
-
 
145964
      static {
-
 
145965
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
145966
          byName.put(field.getFieldName(), field);
-
 
145967
        }
-
 
145968
      }
-
 
145969
 
-
 
145970
      /**
-
 
145971
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
145972
       */
-
 
145973
      public static _Fields findByThriftId(int fieldId) {
-
 
145974
        switch(fieldId) {
-
 
145975
          case 0: // SUCCESS
-
 
145976
            return SUCCESS;
-
 
145977
          default:
-
 
145978
            return null;
-
 
145979
        }
-
 
145980
      }
-
 
145981
 
-
 
145982
      /**
-
 
145983
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
145984
       * if it is not found.
-
 
145985
       */
-
 
145986
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
145987
        _Fields fields = findByThriftId(fieldId);
-
 
145988
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
145989
        return fields;
-
 
145990
      }
-
 
145991
 
-
 
145992
      /**
-
 
145993
       * Find the _Fields constant that matches name, or null if its not found.
-
 
145994
       */
-
 
145995
      public static _Fields findByName(String name) {
-
 
145996
        return byName.get(name);
-
 
145997
      }
-
 
145998
 
-
 
145999
      private final short _thriftId;
-
 
146000
      private final String _fieldName;
-
 
146001
 
-
 
146002
      _Fields(short thriftId, String fieldName) {
-
 
146003
        _thriftId = thriftId;
-
 
146004
        _fieldName = fieldName;
-
 
146005
      }
-
 
146006
 
-
 
146007
      public short getThriftFieldId() {
-
 
146008
        return _thriftId;
-
 
146009
      }
-
 
146010
 
-
 
146011
      public String getFieldName() {
-
 
146012
        return _fieldName;
-
 
146013
      }
-
 
146014
    }
-
 
146015
 
-
 
146016
    // isset id assignments
-
 
146017
 
-
 
146018
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
146019
    static {
-
 
146020
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
146021
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
146022
          new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, 
-
 
146023
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32), 
-
 
146024
              new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, GstRate.class))));
-
 
146025
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
146026
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getTotalTaxRate_result.class, metaDataMap);
-
 
146027
    }
-
 
146028
 
-
 
146029
    public getTotalTaxRate_result() {
-
 
146030
    }
-
 
146031
 
-
 
146032
    public getTotalTaxRate_result(
-
 
146033
      Map<Integer,GstRate> success)
-
 
146034
    {
-
 
146035
      this();
-
 
146036
      this.success = success;
-
 
146037
    }
-
 
146038
 
-
 
146039
    /**
-
 
146040
     * Performs a deep copy on <i>other</i>.
-
 
146041
     */
-
 
146042
    public getTotalTaxRate_result(getTotalTaxRate_result other) {
-
 
146043
      if (other.isSetSuccess()) {
-
 
146044
        Map<Integer,GstRate> __this__success = new HashMap<Integer,GstRate>();
-
 
146045
        for (Map.Entry<Integer, GstRate> other_element : other.success.entrySet()) {
-
 
146046
 
-
 
146047
          Integer other_element_key = other_element.getKey();
-
 
146048
          GstRate other_element_value = other_element.getValue();
-
 
146049
 
-
 
146050
          Integer __this__success_copy_key = other_element_key;
-
 
146051
 
-
 
146052
          GstRate __this__success_copy_value = new GstRate(other_element_value);
-
 
146053
 
-
 
146054
          __this__success.put(__this__success_copy_key, __this__success_copy_value);
-
 
146055
        }
-
 
146056
        this.success = __this__success;
-
 
146057
      }
-
 
146058
    }
-
 
146059
 
-
 
146060
    public getTotalTaxRate_result deepCopy() {
-
 
146061
      return new getTotalTaxRate_result(this);
-
 
146062
    }
-
 
146063
 
-
 
146064
    @Override
-
 
146065
    public void clear() {
-
 
146066
      this.success = null;
-
 
146067
    }
-
 
146068
 
-
 
146069
    public int getSuccessSize() {
-
 
146070
      return (this.success == null) ? 0 : this.success.size();
-
 
146071
    }
-
 
146072
 
-
 
146073
    public void putToSuccess(int key, GstRate val) {
-
 
146074
      if (this.success == null) {
-
 
146075
        this.success = new HashMap<Integer,GstRate>();
-
 
146076
      }
-
 
146077
      this.success.put(key, val);
-
 
146078
    }
-
 
146079
 
-
 
146080
    public Map<Integer,GstRate> getSuccess() {
-
 
146081
      return this.success;
-
 
146082
    }
-
 
146083
 
-
 
146084
    public void setSuccess(Map<Integer,GstRate> success) {
-
 
146085
      this.success = success;
-
 
146086
    }
-
 
146087
 
-
 
146088
    public void unsetSuccess() {
-
 
146089
      this.success = null;
-
 
146090
    }
-
 
146091
 
-
 
146092
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
146093
    public boolean isSetSuccess() {
-
 
146094
      return this.success != null;
-
 
146095
    }
-
 
146096
 
-
 
146097
    public void setSuccessIsSet(boolean value) {
-
 
146098
      if (!value) {
-
 
146099
        this.success = null;
-
 
146100
      }
-
 
146101
    }
-
 
146102
 
-
 
146103
    public void setFieldValue(_Fields field, Object value) {
-
 
146104
      switch (field) {
-
 
146105
      case SUCCESS:
-
 
146106
        if (value == null) {
-
 
146107
          unsetSuccess();
-
 
146108
        } else {
-
 
146109
          setSuccess((Map<Integer,GstRate>)value);
-
 
146110
        }
-
 
146111
        break;
-
 
146112
 
-
 
146113
      }
-
 
146114
    }
-
 
146115
 
-
 
146116
    public Object getFieldValue(_Fields field) {
-
 
146117
      switch (field) {
-
 
146118
      case SUCCESS:
-
 
146119
        return getSuccess();
-
 
146120
 
-
 
146121
      }
-
 
146122
      throw new IllegalStateException();
-
 
146123
    }
-
 
146124
 
-
 
146125
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
146126
    public boolean isSet(_Fields field) {
-
 
146127
      if (field == null) {
-
 
146128
        throw new IllegalArgumentException();
-
 
146129
      }
-
 
146130
 
-
 
146131
      switch (field) {
-
 
146132
      case SUCCESS:
-
 
146133
        return isSetSuccess();
-
 
146134
      }
-
 
146135
      throw new IllegalStateException();
-
 
146136
    }
-
 
146137
 
-
 
146138
    @Override
-
 
146139
    public boolean equals(Object that) {
-
 
146140
      if (that == null)
-
 
146141
        return false;
-
 
146142
      if (that instanceof getTotalTaxRate_result)
-
 
146143
        return this.equals((getTotalTaxRate_result)that);
-
 
146144
      return false;
-
 
146145
    }
-
 
146146
 
-
 
146147
    public boolean equals(getTotalTaxRate_result that) {
-
 
146148
      if (that == null)
-
 
146149
        return false;
-
 
146150
 
-
 
146151
      boolean this_present_success = true && this.isSetSuccess();
-
 
146152
      boolean that_present_success = true && that.isSetSuccess();
-
 
146153
      if (this_present_success || that_present_success) {
-
 
146154
        if (!(this_present_success && that_present_success))
-
 
146155
          return false;
-
 
146156
        if (!this.success.equals(that.success))
-
 
146157
          return false;
-
 
146158
      }
-
 
146159
 
-
 
146160
      return true;
-
 
146161
    }
-
 
146162
 
-
 
146163
    @Override
-
 
146164
    public int hashCode() {
-
 
146165
      return 0;
-
 
146166
    }
-
 
146167
 
-
 
146168
    public int compareTo(getTotalTaxRate_result other) {
-
 
146169
      if (!getClass().equals(other.getClass())) {
-
 
146170
        return getClass().getName().compareTo(other.getClass().getName());
-
 
146171
      }
-
 
146172
 
-
 
146173
      int lastComparison = 0;
-
 
146174
      getTotalTaxRate_result typedOther = (getTotalTaxRate_result)other;
-
 
146175
 
-
 
146176
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
146177
      if (lastComparison != 0) {
-
 
146178
        return lastComparison;
-
 
146179
      }
-
 
146180
      if (isSetSuccess()) {
-
 
146181
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
146182
        if (lastComparison != 0) {
-
 
146183
          return lastComparison;
-
 
146184
        }
-
 
146185
      }
-
 
146186
      return 0;
-
 
146187
    }
-
 
146188
 
-
 
146189
    public _Fields fieldForId(int fieldId) {
-
 
146190
      return _Fields.findByThriftId(fieldId);
-
 
146191
    }
-
 
146192
 
-
 
146193
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
146194
      org.apache.thrift.protocol.TField field;
-
 
146195
      iprot.readStructBegin();
-
 
146196
      while (true)
-
 
146197
      {
-
 
146198
        field = iprot.readFieldBegin();
-
 
146199
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
146200
          break;
-
 
146201
        }
-
 
146202
        switch (field.id) {
-
 
146203
          case 0: // SUCCESS
-
 
146204
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
-
 
146205
              {
-
 
146206
                org.apache.thrift.protocol.TMap _map562 = iprot.readMapBegin();
-
 
146207
                this.success = new HashMap<Integer,GstRate>(2*_map562.size);
-
 
146208
                for (int _i563 = 0; _i563 < _map562.size; ++_i563)
-
 
146209
                {
-
 
146210
                  int _key564; // required
-
 
146211
                  GstRate _val565; // required
-
 
146212
                  _key564 = iprot.readI32();
-
 
146213
                  _val565 = new GstRate();
-
 
146214
                  _val565.read(iprot);
-
 
146215
                  this.success.put(_key564, _val565);
-
 
146216
                }
-
 
146217
                iprot.readMapEnd();
-
 
146218
              }
-
 
146219
            } else { 
-
 
146220
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
146221
            }
-
 
146222
            break;
-
 
146223
          default:
-
 
146224
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
146225
        }
-
 
146226
        iprot.readFieldEnd();
-
 
146227
      }
-
 
146228
      iprot.readStructEnd();
-
 
146229
      validate();
-
 
146230
    }
-
 
146231
 
-
 
146232
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
146233
      oprot.writeStructBegin(STRUCT_DESC);
-
 
146234
 
-
 
146235
      if (this.isSetSuccess()) {
-
 
146236
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
146237
        {
-
 
146238
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I32, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
-
 
146239
          for (Map.Entry<Integer, GstRate> _iter566 : this.success.entrySet())
-
 
146240
          {
-
 
146241
            oprot.writeI32(_iter566.getKey());
-
 
146242
            _iter566.getValue().write(oprot);
-
 
146243
          }
-
 
146244
          oprot.writeMapEnd();
-
 
146245
        }
-
 
146246
        oprot.writeFieldEnd();
-
 
146247
      }
-
 
146248
      oprot.writeFieldStop();
-
 
146249
      oprot.writeStructEnd();
-
 
146250
    }
-
 
146251
 
-
 
146252
    @Override
-
 
146253
    public String toString() {
-
 
146254
      StringBuilder sb = new StringBuilder("getTotalTaxRate_result(");
-
 
146255
      boolean first = true;
-
 
146256
 
-
 
146257
      sb.append("success:");
-
 
146258
      if (this.success == null) {
-
 
146259
        sb.append("null");
-
 
146260
      } else {
-
 
146261
        sb.append(this.success);
-
 
146262
      }
-
 
146263
      first = false;
-
 
146264
      sb.append(")");
-
 
146265
      return sb.toString();
-
 
146266
    }
-
 
146267
 
-
 
146268
    public void validate() throws org.apache.thrift.TException {
-
 
146269
      // check for required fields
-
 
146270
    }
-
 
146271
 
-
 
146272
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
146273
      try {
-
 
146274
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
146275
      } catch (org.apache.thrift.TException te) {
-
 
146276
        throw new java.io.IOException(te);
-
 
146277
      }
-
 
146278
    }
-
 
146279
 
-
 
146280
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
146281
      try {
-
 
146282
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
146283
      } catch (org.apache.thrift.TException te) {
-
 
146284
        throw new java.io.IOException(te);
-
 
146285
      }
-
 
146286
    }
-
 
146287
 
-
 
146288
  }
-
 
146289
 
145326
  public static class getInterStateGstRates_args implements org.apache.thrift.TBase<getInterStateGstRates_args, getInterStateGstRates_args._Fields>, java.io.Serializable, Cloneable   {
146290
  public static class getInterStateGstRates_args implements org.apache.thrift.TBase<getInterStateGstRates_args, getInterStateGstRates_args._Fields>, java.io.Serializable, Cloneable   {
145327
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getInterStateGstRates_args");
146291
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getInterStateGstRates_args");
145328
 
146292
 
145329
 
146293
 
145330
 
146294
 
Line 145844... Line 146808...
145844
        }
146808
        }
145845
        switch (field.id) {
146809
        switch (field.id) {
145846
          case 0: // SUCCESS
146810
          case 0: // SUCCESS
145847
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
146811
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
145848
              {
146812
              {
145849
                org.apache.thrift.protocol.TMap _map558 = iprot.readMapBegin();
146813
                org.apache.thrift.protocol.TMap _map567 = iprot.readMapBegin();
145850
                this.success = new HashMap<String,GstRate>(2*_map558.size);
146814
                this.success = new HashMap<String,GstRate>(2*_map567.size);
145851
                for (int _i559 = 0; _i559 < _map558.size; ++_i559)
146815
                for (int _i568 = 0; _i568 < _map567.size; ++_i568)
145852
                {
146816
                {
145853
                  String _key560; // required
146817
                  String _key569; // required
145854
                  GstRate _val561; // required
146818
                  GstRate _val570; // required
145855
                  _key560 = iprot.readString();
146819
                  _key569 = iprot.readString();
145856
                  _val561 = new GstRate();
146820
                  _val570 = new GstRate();
145857
                  _val561.read(iprot);
146821
                  _val570.read(iprot);
145858
                  this.success.put(_key560, _val561);
146822
                  this.success.put(_key569, _val570);
145859
                }
146823
                }
145860
                iprot.readMapEnd();
146824
                iprot.readMapEnd();
145861
              }
146825
              }
145862
            } else { 
146826
            } else { 
145863
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
146827
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 145885... Line 146849...
145885
 
146849
 
145886
      if (this.isSetSuccess()) {
146850
      if (this.isSetSuccess()) {
145887
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
146851
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
145888
        {
146852
        {
145889
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
146853
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
145890
          for (Map.Entry<String, GstRate> _iter562 : this.success.entrySet())
146854
          for (Map.Entry<String, GstRate> _iter571 : this.success.entrySet())
145891
          {
146855
          {
145892
            oprot.writeString(_iter562.getKey());
146856
            oprot.writeString(_iter571.getKey());
145893
            _iter562.getValue().write(oprot);
146857
            _iter571.getValue().write(oprot);
145894
          }
146858
          }
145895
          oprot.writeMapEnd();
146859
          oprot.writeMapEnd();
145896
        }
146860
        }
145897
        oprot.writeFieldEnd();
146861
        oprot.writeFieldEnd();
145898
      } else if (this.isSetCex()) {
146862
      } else if (this.isSetCex()) {
Line 146560... Line 147524...
146560
        }
147524
        }
146561
        switch (field.id) {
147525
        switch (field.id) {
146562
          case 0: // SUCCESS
147526
          case 0: // SUCCESS
146563
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
147527
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
146564
              {
147528
              {
146565
                org.apache.thrift.protocol.TList _list563 = iprot.readListBegin();
147529
                org.apache.thrift.protocol.TList _list572 = iprot.readListBegin();
146566
                this.success = new ArrayList<CategoryHsnCode>(_list563.size);
147530
                this.success = new ArrayList<CategoryHsnCode>(_list572.size);
146567
                for (int _i564 = 0; _i564 < _list563.size; ++_i564)
147531
                for (int _i573 = 0; _i573 < _list572.size; ++_i573)
146568
                {
147532
                {
146569
                  CategoryHsnCode _elem565; // required
147533
                  CategoryHsnCode _elem574; // required
146570
                  _elem565 = new CategoryHsnCode();
147534
                  _elem574 = new CategoryHsnCode();
146571
                  _elem565.read(iprot);
147535
                  _elem574.read(iprot);
146572
                  this.success.add(_elem565);
147536
                  this.success.add(_elem574);
146573
                }
147537
                }
146574
                iprot.readListEnd();
147538
                iprot.readListEnd();
146575
              }
147539
              }
146576
            } else { 
147540
            } else { 
146577
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
147541
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 146599... Line 147563...
146599
 
147563
 
146600
      if (this.isSetSuccess()) {
147564
      if (this.isSetSuccess()) {
146601
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
147565
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
146602
        {
147566
        {
146603
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
147567
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
146604
          for (CategoryHsnCode _iter566 : this.success)
147568
          for (CategoryHsnCode _iter575 : this.success)
146605
          {
147569
          {
146606
            _iter566.write(oprot);
147570
            _iter575.write(oprot);
146607
          }
147571
          }
146608
          oprot.writeListEnd();
147572
          oprot.writeListEnd();
146609
        }
147573
        }
146610
        oprot.writeFieldEnd();
147574
        oprot.writeFieldEnd();
146611
      } else if (this.isSetCex()) {
147575
      } else if (this.isSetCex()) {
Line 146999... Line 147963...
146999
        }
147963
        }
147000
        switch (field.id) {
147964
        switch (field.id) {
147001
          case -1: // ITEM_IDS
147965
          case -1: // ITEM_IDS
147002
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
147966
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
147003
              {
147967
              {
147004
                org.apache.thrift.protocol.TList _list567 = iprot.readListBegin();
147968
                org.apache.thrift.protocol.TList _list576 = iprot.readListBegin();
147005
                this.itemIds = new ArrayList<Long>(_list567.size);
147969
                this.itemIds = new ArrayList<Long>(_list576.size);
147006
                for (int _i568 = 0; _i568 < _list567.size; ++_i568)
147970
                for (int _i577 = 0; _i577 < _list576.size; ++_i577)
147007
                {
147971
                {
147008
                  long _elem569; // required
147972
                  long _elem578; // required
147009
                  _elem569 = iprot.readI64();
147973
                  _elem578 = iprot.readI64();
147010
                  this.itemIds.add(_elem569);
147974
                  this.itemIds.add(_elem578);
147011
                }
147975
                }
147012
                iprot.readListEnd();
147976
                iprot.readListEnd();
147013
              }
147977
              }
147014
            } else { 
147978
            } else { 
147015
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
147979
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
147016
            }
147980
            }
147017
            break;
147981
            break;
147018
          case -2: // TAG_IDS
147982
          case -2: // TAG_IDS
147019
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
147983
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
147020
              {
147984
              {
147021
                org.apache.thrift.protocol.TList _list570 = iprot.readListBegin();
147985
                org.apache.thrift.protocol.TList _list579 = iprot.readListBegin();
147022
                this.tagIds = new ArrayList<Long>(_list570.size);
147986
                this.tagIds = new ArrayList<Long>(_list579.size);
147023
                for (int _i571 = 0; _i571 < _list570.size; ++_i571)
147987
                for (int _i580 = 0; _i580 < _list579.size; ++_i580)
147024
                {
147988
                {
147025
                  long _elem572; // required
147989
                  long _elem581; // required
147026
                  _elem572 = iprot.readI64();
147990
                  _elem581 = iprot.readI64();
147027
                  this.tagIds.add(_elem572);
147991
                  this.tagIds.add(_elem581);
147028
                }
147992
                }
147029
                iprot.readListEnd();
147993
                iprot.readListEnd();
147030
              }
147994
              }
147031
            } else { 
147995
            } else { 
147032
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
147996
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 147047... Line 148011...
147047
      oprot.writeStructBegin(STRUCT_DESC);
148011
      oprot.writeStructBegin(STRUCT_DESC);
147048
      if (this.tagIds != null) {
148012
      if (this.tagIds != null) {
147049
        oprot.writeFieldBegin(TAG_IDS_FIELD_DESC);
148013
        oprot.writeFieldBegin(TAG_IDS_FIELD_DESC);
147050
        {
148014
        {
147051
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.tagIds.size()));
148015
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.tagIds.size()));
147052
          for (long _iter573 : this.tagIds)
148016
          for (long _iter582 : this.tagIds)
147053
          {
148017
          {
147054
            oprot.writeI64(_iter573);
148018
            oprot.writeI64(_iter582);
147055
          }
148019
          }
147056
          oprot.writeListEnd();
148020
          oprot.writeListEnd();
147057
        }
148021
        }
147058
        oprot.writeFieldEnd();
148022
        oprot.writeFieldEnd();
147059
      }
148023
      }
147060
      if (this.itemIds != null) {
148024
      if (this.itemIds != null) {
147061
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
148025
        oprot.writeFieldBegin(ITEM_IDS_FIELD_DESC);
147062
        {
148026
        {
147063
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.itemIds.size()));
148027
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.itemIds.size()));
147064
          for (long _iter574 : this.itemIds)
148028
          for (long _iter583 : this.itemIds)
147065
          {
148029
          {
147066
            oprot.writeI64(_iter574);
148030
            oprot.writeI64(_iter583);
147067
          }
148031
          }
147068
          oprot.writeListEnd();
148032
          oprot.writeListEnd();
147069
        }
148033
        }
147070
        oprot.writeFieldEnd();
148034
        oprot.writeFieldEnd();
147071
      }
148035
      }
Line 147372... Line 148336...
147372
        }
148336
        }
147373
        switch (field.id) {
148337
        switch (field.id) {
147374
          case 0: // SUCCESS
148338
          case 0: // SUCCESS
147375
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
148339
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
147376
              {
148340
              {
147377
                org.apache.thrift.protocol.TMap _map575 = iprot.readMapBegin();
148341
                org.apache.thrift.protocol.TMap _map584 = iprot.readMapBegin();
147378
                this.success = new HashMap<Long,Double>(2*_map575.size);
148342
                this.success = new HashMap<Long,Double>(2*_map584.size);
147379
                for (int _i576 = 0; _i576 < _map575.size; ++_i576)
148343
                for (int _i585 = 0; _i585 < _map584.size; ++_i585)
147380
                {
148344
                {
147381
                  long _key577; // required
148345
                  long _key586; // required
147382
                  double _val578; // required
148346
                  double _val587; // required
147383
                  _key577 = iprot.readI64();
148347
                  _key586 = iprot.readI64();
147384
                  _val578 = iprot.readDouble();
148348
                  _val587 = iprot.readDouble();
147385
                  this.success.put(_key577, _val578);
148349
                  this.success.put(_key586, _val587);
147386
                }
148350
                }
147387
                iprot.readMapEnd();
148351
                iprot.readMapEnd();
147388
              }
148352
              }
147389
            } else { 
148353
            } else { 
147390
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
148354
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 147404... Line 148368...
147404
 
148368
 
147405
      if (this.isSetSuccess()) {
148369
      if (this.isSetSuccess()) {
147406
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
148370
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
147407
        {
148371
        {
147408
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
148372
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
147409
          for (Map.Entry<Long, Double> _iter579 : this.success.entrySet())
148373
          for (Map.Entry<Long, Double> _iter588 : this.success.entrySet())
147410
          {
148374
          {
147411
            oprot.writeI64(_iter579.getKey());
148375
            oprot.writeI64(_iter588.getKey());
147412
            oprot.writeDouble(_iter579.getValue());
148376
            oprot.writeDouble(_iter588.getValue());
147413
          }
148377
          }
147414
          oprot.writeMapEnd();
148378
          oprot.writeMapEnd();
147415
        }
148379
        }
147416
        oprot.writeFieldEnd();
148380
        oprot.writeFieldEnd();
147417
      }
148381
      }