Subversion Repositories SmartDukaan

Rev

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

Rev 13154 Rev 13276
Line 471... Line 471...
471
     * Throws an exception if the order with the given id couldn't be found.
471
     * Throws an exception if the order with the given id couldn't be found.
472
     * 
472
     * 
473
     * @param orderId
473
     * @param orderId
474
     * @param receiveCondition
474
     * @param receiveCondition
475
     * @param receiveFreebie
475
     * @param receiveFreebie
-
 
476
     * @param serialNumbers
476
     */
477
     */
477
    public boolean receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie) throws TransactionServiceException, org.apache.thrift.TException;
478
    public boolean receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, String serialNumbers) throws TransactionServiceException, org.apache.thrift.TException;
478
 
479
 
479
    /**
480
    /**
480
     * Used to validate the DOA certificate for an order in the DOA_RECEIVED_PRESTINE state. If the certificate is valid,
481
     * Used to validate the DOA certificate for an order in the DOA_RECEIVED_PRESTINE state. If the certificate is valid,
481
     * the order state is changed to DOA_CERT_VALID. If the certificate is invalid, the order state is changed to DOA_CERT_INVALID.
482
     * the order state is changed to DOA_CERT_VALID. If the certificate is invalid, the order state is changed to DOA_CERT_INVALID.
482
     * If the order is in any other state, it returns false.
483
     * If the order is in any other state, it returns false.
Line 739... Line 740...
739
    /**
740
    /**
740
     * Returns the order corresponding to an AWB number
741
     * Returns the order corresponding to an AWB number
741
     * 
742
     * 
742
     * @param awb
743
     * @param awb
743
     */
744
     */
744
    public Order getOrderForAwb(String awb) throws TransactionServiceException, org.apache.thrift.TException;
745
    public List<Order> getOrderForAwb(String awb) throws TransactionServiceException, org.apache.thrift.TException;
745
 
746
 
746
    /**
747
    /**
747
     * Returns the order corresponding to a logistics provider id for a given list of order status
748
     * Returns the order corresponding to a logistics provider id for a given list of order status
748
     * 
749
     * 
749
     * @param logistics_provider_id
750
     * @param logistics_provider_id
Line 1054... Line 1055...
1054
 
1055
 
1055
    public void updateFlipkartOrderDatesAndAWB(String flipkartOrderId, String flipkartSubOrderId, long date, String awb) throws org.apache.thrift.TException;
1056
    public void updateFlipkartOrderDatesAndAWB(String flipkartOrderId, String flipkartSubOrderId, long date, String awb) throws org.apache.thrift.TException;
1056
 
1057
 
1057
    public Map<Long,Long> getOrdersCreatedAfterTimestampForSource(long timestamp, long source) throws org.apache.thrift.TException;
1058
    public Map<Long,Long> getOrdersCreatedAfterTimestampForSource(long timestamp, long source) throws org.apache.thrift.TException;
1058
 
1059
 
1059
    public Order getOrderForAirwayBillNo(String airwaybillNo) throws TransactionServiceException, org.apache.thrift.TException;
1060
    public List<Order> getOrderForAirwayBillNo(String airwaybillNo) throws TransactionServiceException, org.apache.thrift.TException;
1060
 
1061
 
1061
    public long getMinCreatedTimeStampUndeliveredOrdersForSource(int source) throws org.apache.thrift.TException;
1062
    public long getMinCreatedTimeStampUndeliveredOrdersForSource(int source) throws org.apache.thrift.TException;
1062
 
1063
 
1063
    public void updateSnapdealOrdersStatus(Map<String,List<List<String>>> orders) throws TransactionServiceException, org.apache.thrift.TException;
1064
    public void updateSnapdealOrdersStatus(Map<String,List<List<String>>> orders) throws TransactionServiceException, org.apache.thrift.TException;
1064
 
1065
 
Line 1104... Line 1105...
1104
 
1105
 
1105
    public boolean acceptPackageOrders(List<Long> orders) throws TransactionServiceException, org.apache.thrift.TException;
1106
    public boolean acceptPackageOrders(List<Long> orders) throws TransactionServiceException, org.apache.thrift.TException;
1106
 
1107
 
1107
    public List<Order> getGroupOrdersByLogisticsTxnId(String logisticsTxnId) throws TransactionServiceException, org.apache.thrift.TException;
1108
    public List<Order> getGroupOrdersByLogisticsTxnId(String logisticsTxnId) throws TransactionServiceException, org.apache.thrift.TException;
1108
 
1109
 
1109
    public boolean addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize) throws TransactionServiceException, org.apache.thrift.TException;
1110
    public boolean addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, String invoiceType) throws TransactionServiceException, org.apache.thrift.TException;
-
 
1111
 
-
 
1112
    public String getInvoiceFormatLogisticsTxnId(long transactionId, long shipementSeq) throws TransactionServiceException, org.apache.thrift.TException;
1110
 
1113
 
1111
  }
1114
  }
1112
 
1115
 
1113
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
1116
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
1114
 
1117
 
Line 1238... Line 1241...
1238
 
1241
 
1239
    public void markReturnOrdersAsPickedUp(long providerId, Map<String,String> pickupDetails, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.markReturnOrdersAsPickedUp_call> resultHandler) throws org.apache.thrift.TException;
1242
    public void markReturnOrdersAsPickedUp(long providerId, Map<String,String> pickupDetails, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.markReturnOrdersAsPickedUp_call> resultHandler) throws org.apache.thrift.TException;
1240
 
1243
 
1241
    public void getReturnOrdersNotPickedUp(long providerId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrdersNotPickedUp_call> resultHandler) throws org.apache.thrift.TException;
1244
    public void getReturnOrdersNotPickedUp(long providerId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getReturnOrdersNotPickedUp_call> resultHandler) throws org.apache.thrift.TException;
1242
 
1245
 
1243
    public void receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.receiveReturn_call> resultHandler) throws org.apache.thrift.TException;
1246
    public void receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, String serialNumbers, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.receiveReturn_call> resultHandler) throws org.apache.thrift.TException;
1244
 
1247
 
1245
    public void validateDoa(long orderId, boolean isValid, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.validateDoa_call> resultHandler) throws org.apache.thrift.TException;
1248
    public void validateDoa(long orderId, boolean isValid, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.validateDoa_call> resultHandler) throws org.apache.thrift.TException;
1246
 
1249
 
1247
    public void validateReturnProduct(long orderId, boolean isUsable, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.validateReturnProduct_call> resultHandler) throws org.apache.thrift.TException;
1250
    public void validateReturnProduct(long orderId, boolean isUsable, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.validateReturnProduct_call> resultHandler) throws org.apache.thrift.TException;
1248
 
1251
 
Line 1596... Line 1599...
1596
 
1599
 
1597
    public void acceptPackageOrders(List<Long> orders, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.acceptPackageOrders_call> resultHandler) throws org.apache.thrift.TException;
1600
    public void acceptPackageOrders(List<Long> orders, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.acceptPackageOrders_call> resultHandler) throws org.apache.thrift.TException;
1598
 
1601
 
1599
    public void getGroupOrdersByLogisticsTxnId(String logisticsTxnId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getGroupOrdersByLogisticsTxnId_call> resultHandler) throws org.apache.thrift.TException;
1602
    public void getGroupOrdersByLogisticsTxnId(String logisticsTxnId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getGroupOrdersByLogisticsTxnId_call> resultHandler) throws org.apache.thrift.TException;
1600
 
1603
 
1601
    public void addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addBillingDetailsForGrouppedOrders_call> resultHandler) throws org.apache.thrift.TException;
1604
    public void addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, String invoiceType, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addBillingDetailsForGrouppedOrders_call> resultHandler) throws org.apache.thrift.TException;
-
 
1605
 
-
 
1606
    public void getInvoiceFormatLogisticsTxnId(long transactionId, long shipementSeq, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getInvoiceFormatLogisticsTxnId_call> resultHandler) throws org.apache.thrift.TException;
1602
 
1607
 
1603
  }
1608
  }
1604
 
1609
 
1605
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
1610
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
1606
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
1611
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
Line 3261... Line 3266...
3261
        return result.success;
3266
        return result.success;
3262
      }
3267
      }
3263
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getReturnOrdersNotPickedUp failed: unknown result");
3268
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getReturnOrdersNotPickedUp failed: unknown result");
3264
    }
3269
    }
3265
 
3270
 
3266
    public boolean receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie) throws TransactionServiceException, org.apache.thrift.TException
3271
    public boolean receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, String serialNumbers) throws TransactionServiceException, org.apache.thrift.TException
3267
    {
3272
    {
3268
      send_receiveReturn(orderId, receiveCondition, receiveFreebie);
3273
      send_receiveReturn(orderId, receiveCondition, receiveFreebie, serialNumbers);
3269
      return recv_receiveReturn();
3274
      return recv_receiveReturn();
3270
    }
3275
    }
3271
 
3276
 
3272
    public void send_receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie) throws org.apache.thrift.TException
3277
    public void send_receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, String serialNumbers) throws org.apache.thrift.TException
3273
    {
3278
    {
3274
      receiveReturn_args args = new receiveReturn_args();
3279
      receiveReturn_args args = new receiveReturn_args();
3275
      args.setOrderId(orderId);
3280
      args.setOrderId(orderId);
3276
      args.setReceiveCondition(receiveCondition);
3281
      args.setReceiveCondition(receiveCondition);
3277
      args.setReceiveFreebie(receiveFreebie);
3282
      args.setReceiveFreebie(receiveFreebie);
-
 
3283
      args.setSerialNumbers(serialNumbers);
3278
      sendBase("receiveReturn", args);
3284
      sendBase("receiveReturn", args);
3279
    }
3285
    }
3280
 
3286
 
3281
    public boolean recv_receiveReturn() throws TransactionServiceException, org.apache.thrift.TException
3287
    public boolean recv_receiveReturn() throws TransactionServiceException, org.apache.thrift.TException
3282
    {
3288
    {
Line 4052... Line 4058...
4052
        throw result.ex;
4058
        throw result.ex;
4053
      }
4059
      }
4054
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "markOrderAsLostInTransit failed: unknown result");
4060
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "markOrderAsLostInTransit failed: unknown result");
4055
    }
4061
    }
4056
 
4062
 
4057
    public Order getOrderForAwb(String awb) throws TransactionServiceException, org.apache.thrift.TException
4063
    public List<Order> getOrderForAwb(String awb) throws TransactionServiceException, org.apache.thrift.TException
4058
    {
4064
    {
4059
      send_getOrderForAwb(awb);
4065
      send_getOrderForAwb(awb);
4060
      return recv_getOrderForAwb();
4066
      return recv_getOrderForAwb();
4061
    }
4067
    }
4062
 
4068
 
Line 4065... Line 4071...
4065
      getOrderForAwb_args args = new getOrderForAwb_args();
4071
      getOrderForAwb_args args = new getOrderForAwb_args();
4066
      args.setAwb(awb);
4072
      args.setAwb(awb);
4067
      sendBase("getOrderForAwb", args);
4073
      sendBase("getOrderForAwb", args);
4068
    }
4074
    }
4069
 
4075
 
4070
    public Order recv_getOrderForAwb() throws TransactionServiceException, org.apache.thrift.TException
4076
    public List<Order> recv_getOrderForAwb() throws TransactionServiceException, org.apache.thrift.TException
4071
    {
4077
    {
4072
      getOrderForAwb_result result = new getOrderForAwb_result();
4078
      getOrderForAwb_result result = new getOrderForAwb_result();
4073
      receiveBase(result, "getOrderForAwb");
4079
      receiveBase(result, "getOrderForAwb");
4074
      if (result.isSetSuccess()) {
4080
      if (result.isSetSuccess()) {
4075
        return result.success;
4081
        return result.success;
Line 6997... Line 7003...
6997
        return result.success;
7003
        return result.success;
6998
      }
7004
      }
6999
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOrdersCreatedAfterTimestampForSource failed: unknown result");
7005
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOrdersCreatedAfterTimestampForSource failed: unknown result");
7000
    }
7006
    }
7001
 
7007
 
7002
    public Order getOrderForAirwayBillNo(String airwaybillNo) throws TransactionServiceException, org.apache.thrift.TException
7008
    public List<Order> getOrderForAirwayBillNo(String airwaybillNo) throws TransactionServiceException, org.apache.thrift.TException
7003
    {
7009
    {
7004
      send_getOrderForAirwayBillNo(airwaybillNo);
7010
      send_getOrderForAirwayBillNo(airwaybillNo);
7005
      return recv_getOrderForAirwayBillNo();
7011
      return recv_getOrderForAirwayBillNo();
7006
    }
7012
    }
7007
 
7013
 
Line 7010... Line 7016...
7010
      getOrderForAirwayBillNo_args args = new getOrderForAirwayBillNo_args();
7016
      getOrderForAirwayBillNo_args args = new getOrderForAirwayBillNo_args();
7011
      args.setAirwaybillNo(airwaybillNo);
7017
      args.setAirwaybillNo(airwaybillNo);
7012
      sendBase("getOrderForAirwayBillNo", args);
7018
      sendBase("getOrderForAirwayBillNo", args);
7013
    }
7019
    }
7014
 
7020
 
7015
    public Order recv_getOrderForAirwayBillNo() throws TransactionServiceException, org.apache.thrift.TException
7021
    public List<Order> recv_getOrderForAirwayBillNo() throws TransactionServiceException, org.apache.thrift.TException
7016
    {
7022
    {
7017
      getOrderForAirwayBillNo_result result = new getOrderForAirwayBillNo_result();
7023
      getOrderForAirwayBillNo_result result = new getOrderForAirwayBillNo_result();
7018
      receiveBase(result, "getOrderForAirwayBillNo");
7024
      receiveBase(result, "getOrderForAirwayBillNo");
7019
      if (result.isSetSuccess()) {
7025
      if (result.isSetSuccess()) {
7020
        return result.success;
7026
        return result.success;
Line 7609... Line 7615...
7609
        throw result.ex;
7615
        throw result.ex;
7610
      }
7616
      }
7611
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getGroupOrdersByLogisticsTxnId failed: unknown result");
7617
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getGroupOrdersByLogisticsTxnId failed: unknown result");
7612
    }
7618
    }
7613
 
7619
 
7614
    public boolean addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize) throws TransactionServiceException, org.apache.thrift.TException
7620
    public boolean addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, String invoiceType) throws TransactionServiceException, org.apache.thrift.TException
7615
    {
7621
    {
7616
      send_addBillingDetailsForGrouppedOrders(order_ids, invoice_number, itemNumbersMap, serialNumbersMap, freebieWarehouseIdMap, billed_by, jacketNumber, billingType, authorize);
7622
      send_addBillingDetailsForGrouppedOrders(order_ids, invoice_number, itemNumbersMap, serialNumbersMap, freebieWarehouseIdMap, billed_by, jacketNumber, billingType, authorize, invoiceType);
7617
      return recv_addBillingDetailsForGrouppedOrders();
7623
      return recv_addBillingDetailsForGrouppedOrders();
7618
    }
7624
    }
7619
 
7625
 
7620
    public void send_addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize) throws org.apache.thrift.TException
7626
    public void send_addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, String invoiceType) throws org.apache.thrift.TException
7621
    {
7627
    {
7622
      addBillingDetailsForGrouppedOrders_args args = new addBillingDetailsForGrouppedOrders_args();
7628
      addBillingDetailsForGrouppedOrders_args args = new addBillingDetailsForGrouppedOrders_args();
7623
      args.setOrder_ids(order_ids);
7629
      args.setOrder_ids(order_ids);
7624
      args.setInvoice_number(invoice_number);
7630
      args.setInvoice_number(invoice_number);
7625
      args.setItemNumbersMap(itemNumbersMap);
7631
      args.setItemNumbersMap(itemNumbersMap);
Line 7627... Line 7633...
7627
      args.setFreebieWarehouseIdMap(freebieWarehouseIdMap);
7633
      args.setFreebieWarehouseIdMap(freebieWarehouseIdMap);
7628
      args.setBilled_by(billed_by);
7634
      args.setBilled_by(billed_by);
7629
      args.setJacketNumber(jacketNumber);
7635
      args.setJacketNumber(jacketNumber);
7630
      args.setBillingType(billingType);
7636
      args.setBillingType(billingType);
7631
      args.setAuthorize(authorize);
7637
      args.setAuthorize(authorize);
-
 
7638
      args.setInvoiceType(invoiceType);
7632
      sendBase("addBillingDetailsForGrouppedOrders", args);
7639
      sendBase("addBillingDetailsForGrouppedOrders", args);
7633
    }
7640
    }
7634
 
7641
 
7635
    public boolean recv_addBillingDetailsForGrouppedOrders() throws TransactionServiceException, org.apache.thrift.TException
7642
    public boolean recv_addBillingDetailsForGrouppedOrders() throws TransactionServiceException, org.apache.thrift.TException
7636
    {
7643
    {
Line 7643... Line 7650...
7643
        throw result.ex;
7650
        throw result.ex;
7644
      }
7651
      }
7645
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "addBillingDetailsForGrouppedOrders failed: unknown result");
7652
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "addBillingDetailsForGrouppedOrders failed: unknown result");
7646
    }
7653
    }
7647
 
7654
 
-
 
7655
    public String getInvoiceFormatLogisticsTxnId(long transactionId, long shipementSeq) throws TransactionServiceException, org.apache.thrift.TException
-
 
7656
    {
-
 
7657
      send_getInvoiceFormatLogisticsTxnId(transactionId, shipementSeq);
-
 
7658
      return recv_getInvoiceFormatLogisticsTxnId();
-
 
7659
    }
-
 
7660
 
-
 
7661
    public void send_getInvoiceFormatLogisticsTxnId(long transactionId, long shipementSeq) throws org.apache.thrift.TException
-
 
7662
    {
-
 
7663
      getInvoiceFormatLogisticsTxnId_args args = new getInvoiceFormatLogisticsTxnId_args();
-
 
7664
      args.setTransactionId(transactionId);
-
 
7665
      args.setShipementSeq(shipementSeq);
-
 
7666
      sendBase("getInvoiceFormatLogisticsTxnId", args);
-
 
7667
    }
-
 
7668
 
-
 
7669
    public String recv_getInvoiceFormatLogisticsTxnId() throws TransactionServiceException, org.apache.thrift.TException
-
 
7670
    {
-
 
7671
      getInvoiceFormatLogisticsTxnId_result result = new getInvoiceFormatLogisticsTxnId_result();
-
 
7672
      receiveBase(result, "getInvoiceFormatLogisticsTxnId");
-
 
7673
      if (result.isSetSuccess()) {
-
 
7674
        return result.success;
-
 
7675
      }
-
 
7676
      if (result.ex != null) {
-
 
7677
        throw result.ex;
-
 
7678
      }
-
 
7679
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getInvoiceFormatLogisticsTxnId failed: unknown result");
-
 
7680
    }
-
 
7681
 
7648
  }
7682
  }
7649
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
7683
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
7650
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
7684
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
7651
      private org.apache.thrift.async.TAsyncClientManager clientManager;
7685
      private org.apache.thrift.async.TAsyncClientManager clientManager;
7652
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
7686
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
Line 9937... Line 9971...
9937
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
9971
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
9938
        return (new Client(prot)).recv_getReturnOrdersNotPickedUp();
9972
        return (new Client(prot)).recv_getReturnOrdersNotPickedUp();
9939
      }
9973
      }
9940
    }
9974
    }
9941
 
9975
 
9942
    public void receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, org.apache.thrift.async.AsyncMethodCallback<receiveReturn_call> resultHandler) throws org.apache.thrift.TException {
9976
    public void receiveReturn(long orderId, long receiveCondition, boolean receiveFreebie, String serialNumbers, org.apache.thrift.async.AsyncMethodCallback<receiveReturn_call> resultHandler) throws org.apache.thrift.TException {
9943
      checkReady();
9977
      checkReady();
9944
      receiveReturn_call method_call = new receiveReturn_call(orderId, receiveCondition, receiveFreebie, resultHandler, this, ___protocolFactory, ___transport);
9978
      receiveReturn_call method_call = new receiveReturn_call(orderId, receiveCondition, receiveFreebie, serialNumbers, resultHandler, this, ___protocolFactory, ___transport);
9945
      this.___currentMethod = method_call;
9979
      this.___currentMethod = method_call;
9946
      ___manager.call(method_call);
9980
      ___manager.call(method_call);
9947
    }
9981
    }
9948
 
9982
 
9949
    public static class receiveReturn_call extends org.apache.thrift.async.TAsyncMethodCall {
9983
    public static class receiveReturn_call extends org.apache.thrift.async.TAsyncMethodCall {
9950
      private long orderId;
9984
      private long orderId;
9951
      private long receiveCondition;
9985
      private long receiveCondition;
9952
      private boolean receiveFreebie;
9986
      private boolean receiveFreebie;
-
 
9987
      private String serialNumbers;
9953
      public receiveReturn_call(long orderId, long receiveCondition, boolean receiveFreebie, org.apache.thrift.async.AsyncMethodCallback<receiveReturn_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 {
9988
      public receiveReturn_call(long orderId, long receiveCondition, boolean receiveFreebie, String serialNumbers, org.apache.thrift.async.AsyncMethodCallback<receiveReturn_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 {
9954
        super(client, protocolFactory, transport, resultHandler, false);
9989
        super(client, protocolFactory, transport, resultHandler, false);
9955
        this.orderId = orderId;
9990
        this.orderId = orderId;
9956
        this.receiveCondition = receiveCondition;
9991
        this.receiveCondition = receiveCondition;
9957
        this.receiveFreebie = receiveFreebie;
9992
        this.receiveFreebie = receiveFreebie;
-
 
9993
        this.serialNumbers = serialNumbers;
9958
      }
9994
      }
9959
 
9995
 
9960
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
9996
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
9961
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("receiveReturn", org.apache.thrift.protocol.TMessageType.CALL, 0));
9997
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("receiveReturn", org.apache.thrift.protocol.TMessageType.CALL, 0));
9962
        receiveReturn_args args = new receiveReturn_args();
9998
        receiveReturn_args args = new receiveReturn_args();
9963
        args.setOrderId(orderId);
9999
        args.setOrderId(orderId);
9964
        args.setReceiveCondition(receiveCondition);
10000
        args.setReceiveCondition(receiveCondition);
9965
        args.setReceiveFreebie(receiveFreebie);
10001
        args.setReceiveFreebie(receiveFreebie);
-
 
10002
        args.setSerialNumbers(serialNumbers);
9966
        args.write(prot);
10003
        args.write(prot);
9967
        prot.writeMessageEnd();
10004
        prot.writeMessageEnd();
9968
      }
10005
      }
9969
 
10006
 
9970
      public boolean getResult() throws TransactionServiceException, org.apache.thrift.TException {
10007
      public boolean getResult() throws TransactionServiceException, org.apache.thrift.TException {
Line 11059... Line 11096...
11059
        args.setAwb(awb);
11096
        args.setAwb(awb);
11060
        args.write(prot);
11097
        args.write(prot);
11061
        prot.writeMessageEnd();
11098
        prot.writeMessageEnd();
11062
      }
11099
      }
11063
 
11100
 
11064
      public Order getResult() throws TransactionServiceException, org.apache.thrift.TException {
11101
      public List<Order> getResult() throws TransactionServiceException, org.apache.thrift.TException {
11065
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
11102
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
11066
          throw new IllegalStateException("Method call not finished!");
11103
          throw new IllegalStateException("Method call not finished!");
11067
        }
11104
        }
11068
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
11105
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
11069
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
11106
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
Line 15271... Line 15308...
15271
        args.setAirwaybillNo(airwaybillNo);
15308
        args.setAirwaybillNo(airwaybillNo);
15272
        args.write(prot);
15309
        args.write(prot);
15273
        prot.writeMessageEnd();
15310
        prot.writeMessageEnd();
15274
      }
15311
      }
15275
 
15312
 
15276
      public Order getResult() throws TransactionServiceException, org.apache.thrift.TException {
15313
      public List<Order> getResult() throws TransactionServiceException, org.apache.thrift.TException {
15277
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
15314
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
15278
          throw new IllegalStateException("Method call not finished!");
15315
          throw new IllegalStateException("Method call not finished!");
15279
        }
15316
        }
15280
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
15317
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
15281
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
15318
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
Line 16088... Line 16125...
16088
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
16125
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
16089
        return (new Client(prot)).recv_getGroupOrdersByLogisticsTxnId();
16126
        return (new Client(prot)).recv_getGroupOrdersByLogisticsTxnId();
16090
      }
16127
      }
16091
    }
16128
    }
16092
 
16129
 
16093
    public void addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, org.apache.thrift.async.AsyncMethodCallback<addBillingDetailsForGrouppedOrders_call> resultHandler) throws org.apache.thrift.TException {
16130
    public void addBillingDetailsForGrouppedOrders(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, String invoiceType, org.apache.thrift.async.AsyncMethodCallback<addBillingDetailsForGrouppedOrders_call> resultHandler) throws org.apache.thrift.TException {
16094
      checkReady();
16131
      checkReady();
16095
      addBillingDetailsForGrouppedOrders_call method_call = new addBillingDetailsForGrouppedOrders_call(order_ids, invoice_number, itemNumbersMap, serialNumbersMap, freebieWarehouseIdMap, billed_by, jacketNumber, billingType, authorize, resultHandler, this, ___protocolFactory, ___transport);
16132
      addBillingDetailsForGrouppedOrders_call method_call = new addBillingDetailsForGrouppedOrders_call(order_ids, invoice_number, itemNumbersMap, serialNumbersMap, freebieWarehouseIdMap, billed_by, jacketNumber, billingType, authorize, invoiceType, resultHandler, this, ___protocolFactory, ___transport);
16096
      this.___currentMethod = method_call;
16133
      this.___currentMethod = method_call;
16097
      ___manager.call(method_call);
16134
      ___manager.call(method_call);
16098
    }
16135
    }
16099
 
16136
 
16100
    public static class addBillingDetailsForGrouppedOrders_call extends org.apache.thrift.async.TAsyncMethodCall {
16137
    public static class addBillingDetailsForGrouppedOrders_call extends org.apache.thrift.async.TAsyncMethodCall {
Line 16105... Line 16142...
16105
      private Map<Long,List<Long>> freebieWarehouseIdMap;
16142
      private Map<Long,List<Long>> freebieWarehouseIdMap;
16106
      private String billed_by;
16143
      private String billed_by;
16107
      private long jacketNumber;
16144
      private long jacketNumber;
16108
      private long billingType;
16145
      private long billingType;
16109
      private boolean authorize;
16146
      private boolean authorize;
-
 
16147
      private String invoiceType;
16110
      public addBillingDetailsForGrouppedOrders_call(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, org.apache.thrift.async.AsyncMethodCallback<addBillingDetailsForGrouppedOrders_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 {
16148
      public addBillingDetailsForGrouppedOrders_call(List<Long> order_ids, String invoice_number, Map<Long,List<String>> itemNumbersMap, Map<Long,List<String>> serialNumbersMap, Map<Long,List<Long>> freebieWarehouseIdMap, String billed_by, long jacketNumber, long billingType, boolean authorize, String invoiceType, org.apache.thrift.async.AsyncMethodCallback<addBillingDetailsForGrouppedOrders_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 {
16111
        super(client, protocolFactory, transport, resultHandler, false);
16149
        super(client, protocolFactory, transport, resultHandler, false);
16112
        this.order_ids = order_ids;
16150
        this.order_ids = order_ids;
16113
        this.invoice_number = invoice_number;
16151
        this.invoice_number = invoice_number;
16114
        this.itemNumbersMap = itemNumbersMap;
16152
        this.itemNumbersMap = itemNumbersMap;
16115
        this.serialNumbersMap = serialNumbersMap;
16153
        this.serialNumbersMap = serialNumbersMap;
16116
        this.freebieWarehouseIdMap = freebieWarehouseIdMap;
16154
        this.freebieWarehouseIdMap = freebieWarehouseIdMap;
16117
        this.billed_by = billed_by;
16155
        this.billed_by = billed_by;
16118
        this.jacketNumber = jacketNumber;
16156
        this.jacketNumber = jacketNumber;
16119
        this.billingType = billingType;
16157
        this.billingType = billingType;
16120
        this.authorize = authorize;
16158
        this.authorize = authorize;
-
 
16159
        this.invoiceType = invoiceType;
16121
      }
16160
      }
16122
 
16161
 
16123
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
16162
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
16124
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("addBillingDetailsForGrouppedOrders", org.apache.thrift.protocol.TMessageType.CALL, 0));
16163
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("addBillingDetailsForGrouppedOrders", org.apache.thrift.protocol.TMessageType.CALL, 0));
16125
        addBillingDetailsForGrouppedOrders_args args = new addBillingDetailsForGrouppedOrders_args();
16164
        addBillingDetailsForGrouppedOrders_args args = new addBillingDetailsForGrouppedOrders_args();
Line 16130... Line 16169...
16130
        args.setFreebieWarehouseIdMap(freebieWarehouseIdMap);
16169
        args.setFreebieWarehouseIdMap(freebieWarehouseIdMap);
16131
        args.setBilled_by(billed_by);
16170
        args.setBilled_by(billed_by);
16132
        args.setJacketNumber(jacketNumber);
16171
        args.setJacketNumber(jacketNumber);
16133
        args.setBillingType(billingType);
16172
        args.setBillingType(billingType);
16134
        args.setAuthorize(authorize);
16173
        args.setAuthorize(authorize);
-
 
16174
        args.setInvoiceType(invoiceType);
16135
        args.write(prot);
16175
        args.write(prot);
16136
        prot.writeMessageEnd();
16176
        prot.writeMessageEnd();
16137
      }
16177
      }
16138
 
16178
 
16139
      public boolean getResult() throws TransactionServiceException, org.apache.thrift.TException {
16179
      public boolean getResult() throws TransactionServiceException, org.apache.thrift.TException {
Line 16144... Line 16184...
16144
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
16184
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
16145
        return (new Client(prot)).recv_addBillingDetailsForGrouppedOrders();
16185
        return (new Client(prot)).recv_addBillingDetailsForGrouppedOrders();
16146
      }
16186
      }
16147
    }
16187
    }
16148
 
16188
 
-
 
16189
    public void getInvoiceFormatLogisticsTxnId(long transactionId, long shipementSeq, org.apache.thrift.async.AsyncMethodCallback<getInvoiceFormatLogisticsTxnId_call> resultHandler) throws org.apache.thrift.TException {
-
 
16190
      checkReady();
-
 
16191
      getInvoiceFormatLogisticsTxnId_call method_call = new getInvoiceFormatLogisticsTxnId_call(transactionId, shipementSeq, resultHandler, this, ___protocolFactory, ___transport);
-
 
16192
      this.___currentMethod = method_call;
-
 
16193
      ___manager.call(method_call);
-
 
16194
    }
-
 
16195
 
-
 
16196
    public static class getInvoiceFormatLogisticsTxnId_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
16197
      private long transactionId;
-
 
16198
      private long shipementSeq;
-
 
16199
      public getInvoiceFormatLogisticsTxnId_call(long transactionId, long shipementSeq, org.apache.thrift.async.AsyncMethodCallback<getInvoiceFormatLogisticsTxnId_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 {
-
 
16200
        super(client, protocolFactory, transport, resultHandler, false);
-
 
16201
        this.transactionId = transactionId;
-
 
16202
        this.shipementSeq = shipementSeq;
-
 
16203
      }
-
 
16204
 
-
 
16205
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
16206
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getInvoiceFormatLogisticsTxnId", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
16207
        getInvoiceFormatLogisticsTxnId_args args = new getInvoiceFormatLogisticsTxnId_args();
-
 
16208
        args.setTransactionId(transactionId);
-
 
16209
        args.setShipementSeq(shipementSeq);
-
 
16210
        args.write(prot);
-
 
16211
        prot.writeMessageEnd();
-
 
16212
      }
-
 
16213
 
-
 
16214
      public String getResult() throws TransactionServiceException, org.apache.thrift.TException {
-
 
16215
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
16216
          throw new IllegalStateException("Method call not finished!");
-
 
16217
        }
-
 
16218
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
16219
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
16220
        return (new Client(prot)).recv_getInvoiceFormatLogisticsTxnId();
-
 
16221
      }
-
 
16222
    }
-
 
16223
 
16149
  }
16224
  }
16150
 
16225
 
16151
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
16226
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
16152
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
16227
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
16153
    public Processor(I iface) {
16228
    public Processor(I iface) {
Line 16401... Line 16476...
16401
      processMap.put("getFlipkartFaSalesSnapshotForDays", new getFlipkartFaSalesSnapshotForDays());
16476
      processMap.put("getFlipkartFaSalesSnapshotForDays", new getFlipkartFaSalesSnapshotForDays());
16402
      processMap.put("getFlipkartFaSalesSnapshotBySkuAndSaleDate", new getFlipkartFaSalesSnapshotBySkuAndSaleDate());
16477
      processMap.put("getFlipkartFaSalesSnapshotBySkuAndSaleDate", new getFlipkartFaSalesSnapshotBySkuAndSaleDate());
16403
      processMap.put("acceptPackageOrders", new acceptPackageOrders());
16478
      processMap.put("acceptPackageOrders", new acceptPackageOrders());
16404
      processMap.put("getGroupOrdersByLogisticsTxnId", new getGroupOrdersByLogisticsTxnId());
16479
      processMap.put("getGroupOrdersByLogisticsTxnId", new getGroupOrdersByLogisticsTxnId());
16405
      processMap.put("addBillingDetailsForGrouppedOrders", new addBillingDetailsForGrouppedOrders());
16480
      processMap.put("addBillingDetailsForGrouppedOrders", new addBillingDetailsForGrouppedOrders());
-
 
16481
      processMap.put("getInvoiceFormatLogisticsTxnId", new getInvoiceFormatLogisticsTxnId());
16406
      return processMap;
16482
      return processMap;
16407
    }
16483
    }
16408
 
16484
 
16409
    private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
16485
    private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
16410
      public createTransaction() {
16486
      public createTransaction() {
Line 17641... Line 17717...
17641
      }
17717
      }
17642
 
17718
 
17643
      protected receiveReturn_result getResult(I iface, receiveReturn_args args) throws org.apache.thrift.TException {
17719
      protected receiveReturn_result getResult(I iface, receiveReturn_args args) throws org.apache.thrift.TException {
17644
        receiveReturn_result result = new receiveReturn_result();
17720
        receiveReturn_result result = new receiveReturn_result();
17645
        try {
17721
        try {
17646
          result.success = iface.receiveReturn(args.orderId, args.receiveCondition, args.receiveFreebie);
17722
          result.success = iface.receiveReturn(args.orderId, args.receiveCondition, args.receiveFreebie, args.serialNumbers);
17647
          result.setSuccessIsSet(true);
17723
          result.setSuccessIsSet(true);
17648
        } catch (TransactionServiceException ex) {
17724
        } catch (TransactionServiceException ex) {
17649
          result.ex = ex;
17725
          result.ex = ex;
17650
        }
17726
        }
17651
        return result;
17727
        return result;
Line 20820... Line 20896...
20820
      }
20896
      }
20821
 
20897
 
20822
      protected addBillingDetailsForGrouppedOrders_result getResult(I iface, addBillingDetailsForGrouppedOrders_args args) throws org.apache.thrift.TException {
20898
      protected addBillingDetailsForGrouppedOrders_result getResult(I iface, addBillingDetailsForGrouppedOrders_args args) throws org.apache.thrift.TException {
20823
        addBillingDetailsForGrouppedOrders_result result = new addBillingDetailsForGrouppedOrders_result();
20899
        addBillingDetailsForGrouppedOrders_result result = new addBillingDetailsForGrouppedOrders_result();
20824
        try {
20900
        try {
20825
          result.success = iface.addBillingDetailsForGrouppedOrders(args.order_ids, args.invoice_number, args.itemNumbersMap, args.serialNumbersMap, args.freebieWarehouseIdMap, args.billed_by, args.jacketNumber, args.billingType, args.authorize);
20901
          result.success = iface.addBillingDetailsForGrouppedOrders(args.order_ids, args.invoice_number, args.itemNumbersMap, args.serialNumbersMap, args.freebieWarehouseIdMap, args.billed_by, args.jacketNumber, args.billingType, args.authorize, args.invoiceType);
20826
          result.setSuccessIsSet(true);
20902
          result.setSuccessIsSet(true);
20827
        } catch (TransactionServiceException ex) {
20903
        } catch (TransactionServiceException ex) {
20828
          result.ex = ex;
20904
          result.ex = ex;
20829
        }
20905
        }
20830
        return result;
20906
        return result;
20831
      }
20907
      }
20832
    }
20908
    }
20833
 
20909
 
-
 
20910
    private static class getInvoiceFormatLogisticsTxnId<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getInvoiceFormatLogisticsTxnId_args> {
-
 
20911
      public getInvoiceFormatLogisticsTxnId() {
-
 
20912
        super("getInvoiceFormatLogisticsTxnId");
-
 
20913
      }
-
 
20914
 
-
 
20915
      protected getInvoiceFormatLogisticsTxnId_args getEmptyArgsInstance() {
-
 
20916
        return new getInvoiceFormatLogisticsTxnId_args();
-
 
20917
      }
-
 
20918
 
-
 
20919
      protected getInvoiceFormatLogisticsTxnId_result getResult(I iface, getInvoiceFormatLogisticsTxnId_args args) throws org.apache.thrift.TException {
-
 
20920
        getInvoiceFormatLogisticsTxnId_result result = new getInvoiceFormatLogisticsTxnId_result();
-
 
20921
        try {
-
 
20922
          result.success = iface.getInvoiceFormatLogisticsTxnId(args.transactionId, args.shipementSeq);
-
 
20923
        } catch (TransactionServiceException ex) {
-
 
20924
          result.ex = ex;
-
 
20925
        }
-
 
20926
        return result;
-
 
20927
      }
-
 
20928
    }
-
 
20929
 
20834
  }
20930
  }
20835
 
20931
 
20836
  public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable   {
20932
  public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable   {
20837
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
20933
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
20838
 
20934
 
Line 69349... Line 69445...
69349
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("receiveReturn_args");
69445
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("receiveReturn_args");
69350
 
69446
 
69351
    private static final org.apache.thrift.protocol.TField ORDER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("orderId", org.apache.thrift.protocol.TType.I64, (short)1);
69447
    private static final org.apache.thrift.protocol.TField ORDER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("orderId", org.apache.thrift.protocol.TType.I64, (short)1);
69352
    private static final org.apache.thrift.protocol.TField RECEIVE_CONDITION_FIELD_DESC = new org.apache.thrift.protocol.TField("receiveCondition", org.apache.thrift.protocol.TType.I64, (short)2);
69448
    private static final org.apache.thrift.protocol.TField RECEIVE_CONDITION_FIELD_DESC = new org.apache.thrift.protocol.TField("receiveCondition", org.apache.thrift.protocol.TType.I64, (short)2);
69353
    private static final org.apache.thrift.protocol.TField RECEIVE_FREEBIE_FIELD_DESC = new org.apache.thrift.protocol.TField("receiveFreebie", org.apache.thrift.protocol.TType.BOOL, (short)3);
69449
    private static final org.apache.thrift.protocol.TField RECEIVE_FREEBIE_FIELD_DESC = new org.apache.thrift.protocol.TField("receiveFreebie", org.apache.thrift.protocol.TType.BOOL, (short)3);
-
 
69450
    private static final org.apache.thrift.protocol.TField SERIAL_NUMBERS_FIELD_DESC = new org.apache.thrift.protocol.TField("serialNumbers", org.apache.thrift.protocol.TType.STRING, (short)4);
69354
 
69451
 
69355
    private long orderId; // required
69452
    private long orderId; // required
69356
    private long receiveCondition; // required
69453
    private long receiveCondition; // required
69357
    private boolean receiveFreebie; // required
69454
    private boolean receiveFreebie; // required
-
 
69455
    private String serialNumbers; // required
69358
 
69456
 
69359
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
69457
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
69360
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
69458
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
69361
      ORDER_ID((short)1, "orderId"),
69459
      ORDER_ID((short)1, "orderId"),
69362
      RECEIVE_CONDITION((short)2, "receiveCondition"),
69460
      RECEIVE_CONDITION((short)2, "receiveCondition"),
69363
      RECEIVE_FREEBIE((short)3, "receiveFreebie");
69461
      RECEIVE_FREEBIE((short)3, "receiveFreebie"),
-
 
69462
      SERIAL_NUMBERS((short)4, "serialNumbers");
69364
 
69463
 
69365
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
69464
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
69366
 
69465
 
69367
      static {
69466
      static {
69368
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
69467
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
Line 69379... Line 69478...
69379
            return ORDER_ID;
69478
            return ORDER_ID;
69380
          case 2: // RECEIVE_CONDITION
69479
          case 2: // RECEIVE_CONDITION
69381
            return RECEIVE_CONDITION;
69480
            return RECEIVE_CONDITION;
69382
          case 3: // RECEIVE_FREEBIE
69481
          case 3: // RECEIVE_FREEBIE
69383
            return RECEIVE_FREEBIE;
69482
            return RECEIVE_FREEBIE;
-
 
69483
          case 4: // SERIAL_NUMBERS
-
 
69484
            return SERIAL_NUMBERS;
69384
          default:
69485
          default:
69385
            return null;
69486
            return null;
69386
        }
69487
        }
69387
      }
69488
      }
69388
 
69489
 
Line 69433... Line 69534...
69433
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
69534
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
69434
      tmpMap.put(_Fields.RECEIVE_CONDITION, new org.apache.thrift.meta_data.FieldMetaData("receiveCondition", org.apache.thrift.TFieldRequirementType.DEFAULT, 
69535
      tmpMap.put(_Fields.RECEIVE_CONDITION, new org.apache.thrift.meta_data.FieldMetaData("receiveCondition", org.apache.thrift.TFieldRequirementType.DEFAULT, 
69435
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
69536
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
69436
      tmpMap.put(_Fields.RECEIVE_FREEBIE, new org.apache.thrift.meta_data.FieldMetaData("receiveFreebie", org.apache.thrift.TFieldRequirementType.DEFAULT, 
69537
      tmpMap.put(_Fields.RECEIVE_FREEBIE, new org.apache.thrift.meta_data.FieldMetaData("receiveFreebie", org.apache.thrift.TFieldRequirementType.DEFAULT, 
69437
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
69538
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-
 
69539
      tmpMap.put(_Fields.SERIAL_NUMBERS, new org.apache.thrift.meta_data.FieldMetaData("serialNumbers", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
69540
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
69438
      metaDataMap = Collections.unmodifiableMap(tmpMap);
69541
      metaDataMap = Collections.unmodifiableMap(tmpMap);
69439
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(receiveReturn_args.class, metaDataMap);
69542
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(receiveReturn_args.class, metaDataMap);
69440
    }
69543
    }
69441
 
69544
 
69442
    public receiveReturn_args() {
69545
    public receiveReturn_args() {
69443
    }
69546
    }
69444
 
69547
 
69445
    public receiveReturn_args(
69548
    public receiveReturn_args(
69446
      long orderId,
69549
      long orderId,
69447
      long receiveCondition,
69550
      long receiveCondition,
69448
      boolean receiveFreebie)
69551
      boolean receiveFreebie,
-
 
69552
      String serialNumbers)
69449
    {
69553
    {
69450
      this();
69554
      this();
69451
      this.orderId = orderId;
69555
      this.orderId = orderId;
69452
      setOrderIdIsSet(true);
69556
      setOrderIdIsSet(true);
69453
      this.receiveCondition = receiveCondition;
69557
      this.receiveCondition = receiveCondition;
69454
      setReceiveConditionIsSet(true);
69558
      setReceiveConditionIsSet(true);
69455
      this.receiveFreebie = receiveFreebie;
69559
      this.receiveFreebie = receiveFreebie;
69456
      setReceiveFreebieIsSet(true);
69560
      setReceiveFreebieIsSet(true);
-
 
69561
      this.serialNumbers = serialNumbers;
69457
    }
69562
    }
69458
 
69563
 
69459
    /**
69564
    /**
69460
     * Performs a deep copy on <i>other</i>.
69565
     * Performs a deep copy on <i>other</i>.
69461
     */
69566
     */
Line 69463... Line 69568...
69463
      __isset_bit_vector.clear();
69568
      __isset_bit_vector.clear();
69464
      __isset_bit_vector.or(other.__isset_bit_vector);
69569
      __isset_bit_vector.or(other.__isset_bit_vector);
69465
      this.orderId = other.orderId;
69570
      this.orderId = other.orderId;
69466
      this.receiveCondition = other.receiveCondition;
69571
      this.receiveCondition = other.receiveCondition;
69467
      this.receiveFreebie = other.receiveFreebie;
69572
      this.receiveFreebie = other.receiveFreebie;
-
 
69573
      if (other.isSetSerialNumbers()) {
-
 
69574
        this.serialNumbers = other.serialNumbers;
-
 
69575
      }
69468
    }
69576
    }
69469
 
69577
 
69470
    public receiveReturn_args deepCopy() {
69578
    public receiveReturn_args deepCopy() {
69471
      return new receiveReturn_args(this);
69579
      return new receiveReturn_args(this);
69472
    }
69580
    }
Line 69477... Line 69585...
69477
      this.orderId = 0;
69585
      this.orderId = 0;
69478
      setReceiveConditionIsSet(false);
69586
      setReceiveConditionIsSet(false);
69479
      this.receiveCondition = 0;
69587
      this.receiveCondition = 0;
69480
      setReceiveFreebieIsSet(false);
69588
      setReceiveFreebieIsSet(false);
69481
      this.receiveFreebie = false;
69589
      this.receiveFreebie = false;
-
 
69590
      this.serialNumbers = null;
69482
    }
69591
    }
69483
 
69592
 
69484
    public long getOrderId() {
69593
    public long getOrderId() {
69485
      return this.orderId;
69594
      return this.orderId;
69486
    }
69595
    }
Line 69545... Line 69654...
69545
 
69654
 
69546
    public void setReceiveFreebieIsSet(boolean value) {
69655
    public void setReceiveFreebieIsSet(boolean value) {
69547
      __isset_bit_vector.set(__RECEIVEFREEBIE_ISSET_ID, value);
69656
      __isset_bit_vector.set(__RECEIVEFREEBIE_ISSET_ID, value);
69548
    }
69657
    }
69549
 
69658
 
-
 
69659
    public String getSerialNumbers() {
-
 
69660
      return this.serialNumbers;
-
 
69661
    }
-
 
69662
 
-
 
69663
    public void setSerialNumbers(String serialNumbers) {
-
 
69664
      this.serialNumbers = serialNumbers;
-
 
69665
    }
-
 
69666
 
-
 
69667
    public void unsetSerialNumbers() {
-
 
69668
      this.serialNumbers = null;
-
 
69669
    }
-
 
69670
 
-
 
69671
    /** Returns true if field serialNumbers is set (has been assigned a value) and false otherwise */
-
 
69672
    public boolean isSetSerialNumbers() {
-
 
69673
      return this.serialNumbers != null;
-
 
69674
    }
-
 
69675
 
-
 
69676
    public void setSerialNumbersIsSet(boolean value) {
-
 
69677
      if (!value) {
-
 
69678
        this.serialNumbers = null;
-
 
69679
      }
-
 
69680
    }
-
 
69681
 
69550
    public void setFieldValue(_Fields field, Object value) {
69682
    public void setFieldValue(_Fields field, Object value) {
69551
      switch (field) {
69683
      switch (field) {
69552
      case ORDER_ID:
69684
      case ORDER_ID:
69553
        if (value == null) {
69685
        if (value == null) {
69554
          unsetOrderId();
69686
          unsetOrderId();
Line 69571... Line 69703...
69571
        } else {
69703
        } else {
69572
          setReceiveFreebie((Boolean)value);
69704
          setReceiveFreebie((Boolean)value);
69573
        }
69705
        }
69574
        break;
69706
        break;
69575
 
69707
 
-
 
69708
      case SERIAL_NUMBERS:
-
 
69709
        if (value == null) {
-
 
69710
          unsetSerialNumbers();
-
 
69711
        } else {
-
 
69712
          setSerialNumbers((String)value);
-
 
69713
        }
-
 
69714
        break;
-
 
69715
 
69576
      }
69716
      }
69577
    }
69717
    }
69578
 
69718
 
69579
    public Object getFieldValue(_Fields field) {
69719
    public Object getFieldValue(_Fields field) {
69580
      switch (field) {
69720
      switch (field) {
Line 69585... Line 69725...
69585
        return Long.valueOf(getReceiveCondition());
69725
        return Long.valueOf(getReceiveCondition());
69586
 
69726
 
69587
      case RECEIVE_FREEBIE:
69727
      case RECEIVE_FREEBIE:
69588
        return Boolean.valueOf(isReceiveFreebie());
69728
        return Boolean.valueOf(isReceiveFreebie());
69589
 
69729
 
-
 
69730
      case SERIAL_NUMBERS:
-
 
69731
        return getSerialNumbers();
-
 
69732
 
69590
      }
69733
      }
69591
      throw new IllegalStateException();
69734
      throw new IllegalStateException();
69592
    }
69735
    }
69593
 
69736
 
69594
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
69737
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
Line 69602... Line 69745...
69602
        return isSetOrderId();
69745
        return isSetOrderId();
69603
      case RECEIVE_CONDITION:
69746
      case RECEIVE_CONDITION:
69604
        return isSetReceiveCondition();
69747
        return isSetReceiveCondition();
69605
      case RECEIVE_FREEBIE:
69748
      case RECEIVE_FREEBIE:
69606
        return isSetReceiveFreebie();
69749
        return isSetReceiveFreebie();
-
 
69750
      case SERIAL_NUMBERS:
-
 
69751
        return isSetSerialNumbers();
69607
      }
69752
      }
69608
      throw new IllegalStateException();
69753
      throw new IllegalStateException();
69609
    }
69754
    }
69610
 
69755
 
69611
    @Override
69756
    @Override
Line 69646... Line 69791...
69646
          return false;
69791
          return false;
69647
        if (this.receiveFreebie != that.receiveFreebie)
69792
        if (this.receiveFreebie != that.receiveFreebie)
69648
          return false;
69793
          return false;
69649
      }
69794
      }
69650
 
69795
 
-
 
69796
      boolean this_present_serialNumbers = true && this.isSetSerialNumbers();
-
 
69797
      boolean that_present_serialNumbers = true && that.isSetSerialNumbers();
-
 
69798
      if (this_present_serialNumbers || that_present_serialNumbers) {
-
 
69799
        if (!(this_present_serialNumbers && that_present_serialNumbers))
-
 
69800
          return false;
-
 
69801
        if (!this.serialNumbers.equals(that.serialNumbers))
-
 
69802
          return false;
-
 
69803
      }
-
 
69804
 
69651
      return true;
69805
      return true;
69652
    }
69806
    }
69653
 
69807
 
69654
    @Override
69808
    @Override
69655
    public int hashCode() {
69809
    public int hashCode() {
Line 69692... Line 69846...
69692
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.receiveFreebie, typedOther.receiveFreebie);
69846
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.receiveFreebie, typedOther.receiveFreebie);
69693
        if (lastComparison != 0) {
69847
        if (lastComparison != 0) {
69694
          return lastComparison;
69848
          return lastComparison;
69695
        }
69849
        }
69696
      }
69850
      }
-
 
69851
      lastComparison = Boolean.valueOf(isSetSerialNumbers()).compareTo(typedOther.isSetSerialNumbers());
-
 
69852
      if (lastComparison != 0) {
-
 
69853
        return lastComparison;
-
 
69854
      }
-
 
69855
      if (isSetSerialNumbers()) {
-
 
69856
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.serialNumbers, typedOther.serialNumbers);
-
 
69857
        if (lastComparison != 0) {
-
 
69858
          return lastComparison;
-
 
69859
        }
-
 
69860
      }
69697
      return 0;
69861
      return 0;
69698
    }
69862
    }
69699
 
69863
 
69700
    public _Fields fieldForId(int fieldId) {
69864
    public _Fields fieldForId(int fieldId) {
69701
      return _Fields.findByThriftId(fieldId);
69865
      return _Fields.findByThriftId(fieldId);
Line 69733... Line 69897...
69733
              setReceiveFreebieIsSet(true);
69897
              setReceiveFreebieIsSet(true);
69734
            } else { 
69898
            } else { 
69735
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
69899
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
69736
            }
69900
            }
69737
            break;
69901
            break;
-
 
69902
          case 4: // SERIAL_NUMBERS
-
 
69903
            if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
69904
              this.serialNumbers = iprot.readString();
-
 
69905
            } else { 
-
 
69906
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
69907
            }
-
 
69908
            break;
69738
          default:
69909
          default:
69739
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
69910
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
69740
        }
69911
        }
69741
        iprot.readFieldEnd();
69912
        iprot.readFieldEnd();
69742
      }
69913
      }
Line 69755... Line 69926...
69755
      oprot.writeI64(this.receiveCondition);
69926
      oprot.writeI64(this.receiveCondition);
69756
      oprot.writeFieldEnd();
69927
      oprot.writeFieldEnd();
69757
      oprot.writeFieldBegin(RECEIVE_FREEBIE_FIELD_DESC);
69928
      oprot.writeFieldBegin(RECEIVE_FREEBIE_FIELD_DESC);
69758
      oprot.writeBool(this.receiveFreebie);
69929
      oprot.writeBool(this.receiveFreebie);
69759
      oprot.writeFieldEnd();
69930
      oprot.writeFieldEnd();
-
 
69931
      if (this.serialNumbers != null) {
-
 
69932
        oprot.writeFieldBegin(SERIAL_NUMBERS_FIELD_DESC);
-
 
69933
        oprot.writeString(this.serialNumbers);
-
 
69934
        oprot.writeFieldEnd();
-
 
69935
      }
69760
      oprot.writeFieldStop();
69936
      oprot.writeFieldStop();
69761
      oprot.writeStructEnd();
69937
      oprot.writeStructEnd();
69762
    }
69938
    }
69763
 
69939
 
69764
    @Override
69940
    @Override
Line 69775... Line 69951...
69775
      first = false;
69951
      first = false;
69776
      if (!first) sb.append(", ");
69952
      if (!first) sb.append(", ");
69777
      sb.append("receiveFreebie:");
69953
      sb.append("receiveFreebie:");
69778
      sb.append(this.receiveFreebie);
69954
      sb.append(this.receiveFreebie);
69779
      first = false;
69955
      first = false;
-
 
69956
      if (!first) sb.append(", ");
-
 
69957
      sb.append("serialNumbers:");
-
 
69958
      if (this.serialNumbers == null) {
-
 
69959
        sb.append("null");
-
 
69960
      } else {
-
 
69961
        sb.append(this.serialNumbers);
-
 
69962
      }
-
 
69963
      first = false;
69780
      sb.append(")");
69964
      sb.append(")");
69781
      return sb.toString();
69965
      return sb.toString();
69782
    }
69966
    }
69783
 
69967
 
69784
    public void validate() throws org.apache.thrift.TException {
69968
    public void validate() throws org.apache.thrift.TException {
Line 92472... Line 92656...
92472
  }
92656
  }
92473
 
92657
 
92474
  public static class getOrderForAwb_result implements org.apache.thrift.TBase<getOrderForAwb_result, getOrderForAwb_result._Fields>, java.io.Serializable, Cloneable   {
92658
  public static class getOrderForAwb_result implements org.apache.thrift.TBase<getOrderForAwb_result, getOrderForAwb_result._Fields>, java.io.Serializable, Cloneable   {
92475
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOrderForAwb_result");
92659
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOrderForAwb_result");
92476
 
92660
 
92477
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRUCT, (short)0);
92661
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0);
92478
    private static final org.apache.thrift.protocol.TField EX_FIELD_DESC = new org.apache.thrift.protocol.TField("ex", org.apache.thrift.protocol.TType.STRUCT, (short)1);
92662
    private static final org.apache.thrift.protocol.TField EX_FIELD_DESC = new org.apache.thrift.protocol.TField("ex", org.apache.thrift.protocol.TType.STRUCT, (short)1);
92479
 
92663
 
92480
    private Order success; // required
92664
    private List<Order> success; // required
92481
    private TransactionServiceException ex; // required
92665
    private TransactionServiceException ex; // required
92482
 
92666
 
92483
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
92667
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
92484
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
92668
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
92485
      SUCCESS((short)0, "success"),
92669
      SUCCESS((short)0, "success"),
Line 92545... Line 92729...
92545
 
92729
 
92546
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
92730
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
92547
    static {
92731
    static {
92548
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
92732
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
92549
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
92733
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
92734
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
92550
          new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Order.class)));
92735
              new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Order.class))));
92551
      tmpMap.put(_Fields.EX, new org.apache.thrift.meta_data.FieldMetaData("ex", org.apache.thrift.TFieldRequirementType.DEFAULT, 
92736
      tmpMap.put(_Fields.EX, new org.apache.thrift.meta_data.FieldMetaData("ex", org.apache.thrift.TFieldRequirementType.DEFAULT, 
92552
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT)));
92737
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT)));
92553
      metaDataMap = Collections.unmodifiableMap(tmpMap);
92738
      metaDataMap = Collections.unmodifiableMap(tmpMap);
92554
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOrderForAwb_result.class, metaDataMap);
92739
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOrderForAwb_result.class, metaDataMap);
92555
    }
92740
    }
92556
 
92741
 
92557
    public getOrderForAwb_result() {
92742
    public getOrderForAwb_result() {
92558
    }
92743
    }
92559
 
92744
 
92560
    public getOrderForAwb_result(
92745
    public getOrderForAwb_result(
92561
      Order success,
92746
      List<Order> success,
92562
      TransactionServiceException ex)
92747
      TransactionServiceException ex)
92563
    {
92748
    {
92564
      this();
92749
      this();
92565
      this.success = success;
92750
      this.success = success;
92566
      this.ex = ex;
92751
      this.ex = ex;
Line 92569... Line 92754...
92569
    /**
92754
    /**
92570
     * Performs a deep copy on <i>other</i>.
92755
     * Performs a deep copy on <i>other</i>.
92571
     */
92756
     */
92572
    public getOrderForAwb_result(getOrderForAwb_result other) {
92757
    public getOrderForAwb_result(getOrderForAwb_result other) {
92573
      if (other.isSetSuccess()) {
92758
      if (other.isSetSuccess()) {
-
 
92759
        List<Order> __this__success = new ArrayList<Order>();
-
 
92760
        for (Order other_element : other.success) {
-
 
92761
          __this__success.add(new Order(other_element));
-
 
92762
        }
92574
        this.success = new Order(other.success);
92763
        this.success = __this__success;
92575
      }
92764
      }
92576
      if (other.isSetEx()) {
92765
      if (other.isSetEx()) {
92577
        this.ex = new TransactionServiceException(other.ex);
92766
        this.ex = new TransactionServiceException(other.ex);
92578
      }
92767
      }
92579
    }
92768
    }
Line 92586... Line 92775...
92586
    public void clear() {
92775
    public void clear() {
92587
      this.success = null;
92776
      this.success = null;
92588
      this.ex = null;
92777
      this.ex = null;
92589
    }
92778
    }
92590
 
92779
 
-
 
92780
    public int getSuccessSize() {
-
 
92781
      return (this.success == null) ? 0 : this.success.size();
-
 
92782
    }
-
 
92783
 
-
 
92784
    public java.util.Iterator<Order> getSuccessIterator() {
-
 
92785
      return (this.success == null) ? null : this.success.iterator();
-
 
92786
    }
-
 
92787
 
-
 
92788
    public void addToSuccess(Order elem) {
-
 
92789
      if (this.success == null) {
-
 
92790
        this.success = new ArrayList<Order>();
-
 
92791
      }
-
 
92792
      this.success.add(elem);
-
 
92793
    }
-
 
92794
 
92591
    public Order getSuccess() {
92795
    public List<Order> getSuccess() {
92592
      return this.success;
92796
      return this.success;
92593
    }
92797
    }
92594
 
92798
 
92595
    public void setSuccess(Order success) {
92799
    public void setSuccess(List<Order> success) {
92596
      this.success = success;
92800
      this.success = success;
92597
    }
92801
    }
92598
 
92802
 
92599
    public void unsetSuccess() {
92803
    public void unsetSuccess() {
92600
      this.success = null;
92804
      this.success = null;
Line 92638... Line 92842...
92638
      switch (field) {
92842
      switch (field) {
92639
      case SUCCESS:
92843
      case SUCCESS:
92640
        if (value == null) {
92844
        if (value == null) {
92641
          unsetSuccess();
92845
          unsetSuccess();
92642
        } else {
92846
        } else {
92643
          setSuccess((Order)value);
92847
          setSuccess((List<Order>)value);
92644
        }
92848
        }
92645
        break;
92849
        break;
92646
 
92850
 
92647
      case EX:
92851
      case EX:
92648
        if (value == null) {
92852
        if (value == null) {
Line 92765... Line 92969...
92765
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
92969
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
92766
          break;
92970
          break;
92767
        }
92971
        }
92768
        switch (field.id) {
92972
        switch (field.id) {
92769
          case 0: // SUCCESS
92973
          case 0: // SUCCESS
92770
            if (field.type == org.apache.thrift.protocol.TType.STRUCT) {
92974
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
-
 
92975
              {
-
 
92976
                org.apache.thrift.protocol.TList _list289 = iprot.readListBegin();
-
 
92977
                this.success = new ArrayList<Order>(_list289.size);
-
 
92978
                for (int _i290 = 0; _i290 < _list289.size; ++_i290)
-
 
92979
                {
-
 
92980
                  Order _elem291; // required
92771
              this.success = new Order();
92981
                  _elem291 = new Order();
92772
              this.success.read(iprot);
92982
                  _elem291.read(iprot);
-
 
92983
                  this.success.add(_elem291);
-
 
92984
                }
-
 
92985
                iprot.readListEnd();
-
 
92986
              }
92773
            } else { 
92987
            } else { 
92774
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
92988
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
92775
            }
92989
            }
92776
            break;
92990
            break;
92777
          case 1: // EX
92991
          case 1: // EX
Line 92794... Line 93008...
92794
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
93008
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
92795
      oprot.writeStructBegin(STRUCT_DESC);
93009
      oprot.writeStructBegin(STRUCT_DESC);
92796
 
93010
 
92797
      if (this.isSetSuccess()) {
93011
      if (this.isSetSuccess()) {
92798
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
93012
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
93013
        {
-
 
93014
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
-
 
93015
          for (Order _iter292 : this.success)
-
 
93016
          {
92799
        this.success.write(oprot);
93017
            _iter292.write(oprot);
-
 
93018
          }
-
 
93019
          oprot.writeListEnd();
-
 
93020
        }
92800
        oprot.writeFieldEnd();
93021
        oprot.writeFieldEnd();
92801
      } else if (this.isSetEx()) {
93022
      } else if (this.isSetEx()) {
92802
        oprot.writeFieldBegin(EX_FIELD_DESC);
93023
        oprot.writeFieldBegin(EX_FIELD_DESC);
92803
        this.ex.write(oprot);
93024
        this.ex.write(oprot);
92804
        oprot.writeFieldEnd();
93025
        oprot.writeFieldEnd();
Line 93180... Line 93401...
93180
            }
93401
            }
93181
            break;
93402
            break;
93182
          case 2: // ORDER_STATUS_LIST
93403
          case 2: // ORDER_STATUS_LIST
93183
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93404
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93184
              {
93405
              {
93185
                org.apache.thrift.protocol.TList _list289 = iprot.readListBegin();
93406
                org.apache.thrift.protocol.TList _list293 = iprot.readListBegin();
93186
                this.order_status_list = new ArrayList<OrderStatus>(_list289.size);
93407
                this.order_status_list = new ArrayList<OrderStatus>(_list293.size);
93187
                for (int _i290 = 0; _i290 < _list289.size; ++_i290)
93408
                for (int _i294 = 0; _i294 < _list293.size; ++_i294)
93188
                {
93409
                {
93189
                  OrderStatus _elem291; // required
93410
                  OrderStatus _elem295; // required
93190
                  _elem291 = OrderStatus.findByValue(iprot.readI32());
93411
                  _elem295 = OrderStatus.findByValue(iprot.readI32());
93191
                  this.order_status_list.add(_elem291);
93412
                  this.order_status_list.add(_elem295);
93192
                }
93413
                }
93193
                iprot.readListEnd();
93414
                iprot.readListEnd();
93194
              }
93415
              }
93195
            } else { 
93416
            } else { 
93196
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
93417
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 93214... Line 93435...
93214
      oprot.writeFieldEnd();
93435
      oprot.writeFieldEnd();
93215
      if (this.order_status_list != null) {
93436
      if (this.order_status_list != null) {
93216
        oprot.writeFieldBegin(ORDER_STATUS_LIST_FIELD_DESC);
93437
        oprot.writeFieldBegin(ORDER_STATUS_LIST_FIELD_DESC);
93217
        {
93438
        {
93218
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.order_status_list.size()));
93439
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.order_status_list.size()));
93219
          for (OrderStatus _iter292 : this.order_status_list)
93440
          for (OrderStatus _iter296 : this.order_status_list)
93220
          {
93441
          {
93221
            oprot.writeI32(_iter292.getValue());
93442
            oprot.writeI32(_iter296.getValue());
93222
          }
93443
          }
93223
          oprot.writeListEnd();
93444
          oprot.writeListEnd();
93224
        }
93445
        }
93225
        oprot.writeFieldEnd();
93446
        oprot.writeFieldEnd();
93226
      }
93447
      }
Line 93588... Line 93809...
93588
        }
93809
        }
93589
        switch (field.id) {
93810
        switch (field.id) {
93590
          case 0: // SUCCESS
93811
          case 0: // SUCCESS
93591
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93812
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
93592
              {
93813
              {
93593
                org.apache.thrift.protocol.TList _list293 = iprot.readListBegin();
93814
                org.apache.thrift.protocol.TList _list297 = iprot.readListBegin();
93594
                this.success = new ArrayList<Order>(_list293.size);
93815
                this.success = new ArrayList<Order>(_list297.size);
93595
                for (int _i294 = 0; _i294 < _list293.size; ++_i294)
93816
                for (int _i298 = 0; _i298 < _list297.size; ++_i298)
93596
                {
93817
                {
93597
                  Order _elem295; // required
93818
                  Order _elem299; // required
93598
                  _elem295 = new Order();
93819
                  _elem299 = new Order();
93599
                  _elem295.read(iprot);
93820
                  _elem299.read(iprot);
93600
                  this.success.add(_elem295);
93821
                  this.success.add(_elem299);
93601
                }
93822
                }
93602
                iprot.readListEnd();
93823
                iprot.readListEnd();
93603
              }
93824
              }
93604
            } else { 
93825
            } else { 
93605
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
93826
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 93627... Line 93848...
93627
 
93848
 
93628
      if (this.isSetSuccess()) {
93849
      if (this.isSetSuccess()) {
93629
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
93850
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
93630
        {
93851
        {
93631
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
93852
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
93632
          for (Order _iter296 : this.success)
93853
          for (Order _iter300 : this.success)
93633
          {
93854
          {
93634
            _iter296.write(oprot);
93855
            _iter300.write(oprot);
93635
          }
93856
          }
93636
          oprot.writeListEnd();
93857
          oprot.writeListEnd();
93637
        }
93858
        }
93638
        oprot.writeFieldEnd();
93859
        oprot.writeFieldEnd();
93639
      } else if (this.isSetEx()) {
93860
      } else if (this.isSetEx()) {
Line 94467... Line 94688...
94467
        }
94688
        }
94468
        switch (field.id) {
94689
        switch (field.id) {
94469
          case 0: // SUCCESS
94690
          case 0: // SUCCESS
94470
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
94691
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
94471
              {
94692
              {
94472
                org.apache.thrift.protocol.TList _list297 = iprot.readListBegin();
94693
                org.apache.thrift.protocol.TList _list301 = iprot.readListBegin();
94473
                this.success = new ArrayList<Order>(_list297.size);
94694
                this.success = new ArrayList<Order>(_list301.size);
94474
                for (int _i298 = 0; _i298 < _list297.size; ++_i298)
94695
                for (int _i302 = 0; _i302 < _list301.size; ++_i302)
94475
                {
94696
                {
94476
                  Order _elem299; // required
94697
                  Order _elem303; // required
94477
                  _elem299 = new Order();
94698
                  _elem303 = new Order();
94478
                  _elem299.read(iprot);
94699
                  _elem303.read(iprot);
94479
                  this.success.add(_elem299);
94700
                  this.success.add(_elem303);
94480
                }
94701
                }
94481
                iprot.readListEnd();
94702
                iprot.readListEnd();
94482
              }
94703
              }
94483
            } else { 
94704
            } else { 
94484
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
94705
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 94506... Line 94727...
94506
 
94727
 
94507
      if (this.isSetSuccess()) {
94728
      if (this.isSetSuccess()) {
94508
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
94729
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
94509
        {
94730
        {
94510
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
94731
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
94511
          for (Order _iter300 : this.success)
94732
          for (Order _iter304 : this.success)
94512
          {
94733
          {
94513
            _iter300.write(oprot);
94734
            _iter304.write(oprot);
94514
          }
94735
          }
94515
          oprot.writeListEnd();
94736
          oprot.writeListEnd();
94516
        }
94737
        }
94517
        oprot.writeFieldEnd();
94738
        oprot.writeFieldEnd();
94518
      } else if (this.isSetEx()) {
94739
      } else if (this.isSetEx()) {
Line 95086... Line 95307...
95086
        }
95307
        }
95087
        switch (field.id) {
95308
        switch (field.id) {
95088
          case 0: // SUCCESS
95309
          case 0: // SUCCESS
95089
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
95310
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
95090
              {
95311
              {
95091
                org.apache.thrift.protocol.TList _list301 = iprot.readListBegin();
95312
                org.apache.thrift.protocol.TList _list305 = iprot.readListBegin();
95092
                this.success = new ArrayList<Order>(_list301.size);
95313
                this.success = new ArrayList<Order>(_list305.size);
95093
                for (int _i302 = 0; _i302 < _list301.size; ++_i302)
95314
                for (int _i306 = 0; _i306 < _list305.size; ++_i306)
95094
                {
95315
                {
95095
                  Order _elem303; // required
95316
                  Order _elem307; // required
95096
                  _elem303 = new Order();
95317
                  _elem307 = new Order();
95097
                  _elem303.read(iprot);
95318
                  _elem307.read(iprot);
95098
                  this.success.add(_elem303);
95319
                  this.success.add(_elem307);
95099
                }
95320
                }
95100
                iprot.readListEnd();
95321
                iprot.readListEnd();
95101
              }
95322
              }
95102
            } else { 
95323
            } else { 
95103
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
95324
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 95125... Line 95346...
95125
 
95346
 
95126
      if (this.isSetSuccess()) {
95347
      if (this.isSetSuccess()) {
95127
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
95348
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
95128
        {
95349
        {
95129
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
95350
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
95130
          for (Order _iter304 : this.success)
95351
          for (Order _iter308 : this.success)
95131
          {
95352
          {
95132
            _iter304.write(oprot);
95353
            _iter308.write(oprot);
95133
          }
95354
          }
95134
          oprot.writeListEnd();
95355
          oprot.writeListEnd();
95135
        }
95356
        }
95136
        oprot.writeFieldEnd();
95357
        oprot.writeFieldEnd();
95137
      } else if (this.isSetEx()) {
95358
      } else if (this.isSetEx()) {
Line 95882... Line 96103...
95882
        }
96103
        }
95883
        switch (field.id) {
96104
        switch (field.id) {
95884
          case 0: // SUCCESS
96105
          case 0: // SUCCESS
95885
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
96106
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
95886
              {
96107
              {
95887
                org.apache.thrift.protocol.TList _list305 = iprot.readListBegin();
96108
                org.apache.thrift.protocol.TList _list309 = iprot.readListBegin();
95888
                this.success = new ArrayList<Order>(_list305.size);
96109
                this.success = new ArrayList<Order>(_list309.size);
95889
                for (int _i306 = 0; _i306 < _list305.size; ++_i306)
96110
                for (int _i310 = 0; _i310 < _list309.size; ++_i310)
95890
                {
96111
                {
95891
                  Order _elem307; // required
96112
                  Order _elem311; // required
95892
                  _elem307 = new Order();
96113
                  _elem311 = new Order();
95893
                  _elem307.read(iprot);
96114
                  _elem311.read(iprot);
95894
                  this.success.add(_elem307);
96115
                  this.success.add(_elem311);
95895
                }
96116
                }
95896
                iprot.readListEnd();
96117
                iprot.readListEnd();
95897
              }
96118
              }
95898
            } else { 
96119
            } else { 
95899
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
96120
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 95921... Line 96142...
95921
 
96142
 
95922
      if (this.isSetSuccess()) {
96143
      if (this.isSetSuccess()) {
95923
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
96144
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
95924
        {
96145
        {
95925
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
96146
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
95926
          for (Order _iter308 : this.success)
96147
          for (Order _iter312 : this.success)
95927
          {
96148
          {
95928
            _iter308.write(oprot);
96149
            _iter312.write(oprot);
95929
          }
96150
          }
95930
          oprot.writeListEnd();
96151
          oprot.writeListEnd();
95931
        }
96152
        }
95932
        oprot.writeFieldEnd();
96153
        oprot.writeFieldEnd();
95933
      } else if (this.isSetEx()) {
96154
      } else if (this.isSetEx()) {
Line 96238... Line 96459...
96238
        }
96459
        }
96239
        switch (field.id) {
96460
        switch (field.id) {
96240
          case 1: // MAP_AWBAND_AMOUNT
96461
          case 1: // MAP_AWBAND_AMOUNT
96241
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
96462
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
96242
              {
96463
              {
96243
                org.apache.thrift.protocol.TMap _map309 = iprot.readMapBegin();
96464
                org.apache.thrift.protocol.TMap _map313 = iprot.readMapBegin();
96244
                this.mapAWBAndAmount = new HashMap<Long,Double>(2*_map309.size);
96465
                this.mapAWBAndAmount = new HashMap<Long,Double>(2*_map313.size);
96245
                for (int _i310 = 0; _i310 < _map309.size; ++_i310)
96466
                for (int _i314 = 0; _i314 < _map313.size; ++_i314)
96246
                {
96467
                {
96247
                  long _key311; // required
96468
                  long _key315; // required
96248
                  double _val312; // required
96469
                  double _val316; // required
96249
                  _key311 = iprot.readI64();
96470
                  _key315 = iprot.readI64();
96250
                  _val312 = iprot.readDouble();
96471
                  _val316 = iprot.readDouble();
96251
                  this.mapAWBAndAmount.put(_key311, _val312);
96472
                  this.mapAWBAndAmount.put(_key315, _val316);
96252
                }
96473
                }
96253
                iprot.readMapEnd();
96474
                iprot.readMapEnd();
96254
              }
96475
              }
96255
            } else { 
96476
            } else { 
96256
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
96477
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 96271... Line 96492...
96271
      oprot.writeStructBegin(STRUCT_DESC);
96492
      oprot.writeStructBegin(STRUCT_DESC);
96272
      if (this.mapAWBAndAmount != null) {
96493
      if (this.mapAWBAndAmount != null) {
96273
        oprot.writeFieldBegin(MAP_AWBAND_AMOUNT_FIELD_DESC);
96494
        oprot.writeFieldBegin(MAP_AWBAND_AMOUNT_FIELD_DESC);
96274
        {
96495
        {
96275
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.mapAWBAndAmount.size()));
96496
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.mapAWBAndAmount.size()));
96276
          for (Map.Entry<Long, Double> _iter313 : this.mapAWBAndAmount.entrySet())
96497
          for (Map.Entry<Long, Double> _iter317 : this.mapAWBAndAmount.entrySet())
96277
          {
96498
          {
96278
            oprot.writeI64(_iter313.getKey());
96499
            oprot.writeI64(_iter317.getKey());
96279
            oprot.writeDouble(_iter313.getValue());
96500
            oprot.writeDouble(_iter317.getValue());
96280
          }
96501
          }
96281
          oprot.writeMapEnd();
96502
          oprot.writeMapEnd();
96282
        }
96503
        }
96283
        oprot.writeFieldEnd();
96504
        oprot.writeFieldEnd();
96284
      }
96505
      }
Line 100580... Line 100801...
100580
        }
100801
        }
100581
        switch (field.id) {
100802
        switch (field.id) {
100582
          case 0: // SUCCESS
100803
          case 0: // SUCCESS
100583
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
100804
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
100584
              {
100805
              {
100585
                org.apache.thrift.protocol.TMap _map314 = iprot.readMapBegin();
100806
                org.apache.thrift.protocol.TMap _map318 = iprot.readMapBegin();
100586
                this.success = new HashMap<Long,String>(2*_map314.size);
100807
                this.success = new HashMap<Long,String>(2*_map318.size);
100587
                for (int _i315 = 0; _i315 < _map314.size; ++_i315)
100808
                for (int _i319 = 0; _i319 < _map318.size; ++_i319)
100588
                {
100809
                {
100589
                  long _key316; // required
100810
                  long _key320; // required
100590
                  String _val317; // required
100811
                  String _val321; // required
100591
                  _key316 = iprot.readI64();
100812
                  _key320 = iprot.readI64();
100592
                  _val317 = iprot.readString();
100813
                  _val321 = iprot.readString();
100593
                  this.success.put(_key316, _val317);
100814
                  this.success.put(_key320, _val321);
100594
                }
100815
                }
100595
                iprot.readMapEnd();
100816
                iprot.readMapEnd();
100596
              }
100817
              }
100597
            } else { 
100818
            } else { 
100598
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
100819
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 100620... Line 100841...
100620
 
100841
 
100621
      if (this.isSetSuccess()) {
100842
      if (this.isSetSuccess()) {
100622
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
100843
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
100623
        {
100844
        {
100624
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
100845
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
100625
          for (Map.Entry<Long, String> _iter318 : this.success.entrySet())
100846
          for (Map.Entry<Long, String> _iter322 : this.success.entrySet())
100626
          {
100847
          {
100627
            oprot.writeI64(_iter318.getKey());
100848
            oprot.writeI64(_iter322.getKey());
100628
            oprot.writeString(_iter318.getValue());
100849
            oprot.writeString(_iter322.getValue());
100629
          }
100850
          }
100630
          oprot.writeMapEnd();
100851
          oprot.writeMapEnd();
100631
        }
100852
        }
100632
        oprot.writeFieldEnd();
100853
        oprot.writeFieldEnd();
100633
      } else if (this.isSetEx()) {
100854
      } else if (this.isSetEx()) {
Line 102724... Line 102945...
102724
        }
102945
        }
102725
        switch (field.id) {
102946
        switch (field.id) {
102726
          case 0: // SUCCESS
102947
          case 0: // SUCCESS
102727
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
102948
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
102728
              {
102949
              {
102729
                org.apache.thrift.protocol.TList _list319 = iprot.readListBegin();
102950
                org.apache.thrift.protocol.TList _list323 = iprot.readListBegin();
102730
                this.success = new ArrayList<PaymentSettlement>(_list319.size);
102951
                this.success = new ArrayList<PaymentSettlement>(_list323.size);
102731
                for (int _i320 = 0; _i320 < _list319.size; ++_i320)
102952
                for (int _i324 = 0; _i324 < _list323.size; ++_i324)
102732
                {
102953
                {
102733
                  PaymentSettlement _elem321; // required
102954
                  PaymentSettlement _elem325; // required
102734
                  _elem321 = new PaymentSettlement();
102955
                  _elem325 = new PaymentSettlement();
102735
                  _elem321.read(iprot);
102956
                  _elem325.read(iprot);
102736
                  this.success.add(_elem321);
102957
                  this.success.add(_elem325);
102737
                }
102958
                }
102738
                iprot.readListEnd();
102959
                iprot.readListEnd();
102739
              }
102960
              }
102740
            } else { 
102961
            } else { 
102741
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
102962
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 102763... Line 102984...
102763
 
102984
 
102764
      if (this.isSetSuccess()) {
102985
      if (this.isSetSuccess()) {
102765
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
102986
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
102766
        {
102987
        {
102767
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
102988
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
102768
          for (PaymentSettlement _iter322 : this.success)
102989
          for (PaymentSettlement _iter326 : this.success)
102769
          {
102990
          {
102770
            _iter322.write(oprot);
102991
            _iter326.write(oprot);
102771
          }
102992
          }
102772
          oprot.writeListEnd();
102993
          oprot.writeListEnd();
102773
        }
102994
        }
102774
        oprot.writeFieldEnd();
102995
        oprot.writeFieldEnd();
102775
      } else if (this.isSetEx()) {
102996
      } else if (this.isSetEx()) {
Line 103075... Line 103296...
103075
        }
103296
        }
103076
        switch (field.id) {
103297
        switch (field.id) {
103077
          case 1: // ORDER_IDS
103298
          case 1: // ORDER_IDS
103078
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
103299
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
103079
              {
103300
              {
103080
                org.apache.thrift.protocol.TList _list323 = iprot.readListBegin();
103301
                org.apache.thrift.protocol.TList _list327 = iprot.readListBegin();
103081
                this.orderIds = new ArrayList<Long>(_list323.size);
103302
                this.orderIds = new ArrayList<Long>(_list327.size);
103082
                for (int _i324 = 0; _i324 < _list323.size; ++_i324)
103303
                for (int _i328 = 0; _i328 < _list327.size; ++_i328)
103083
                {
103304
                {
103084
                  long _elem325; // required
103305
                  long _elem329; // required
103085
                  _elem325 = iprot.readI64();
103306
                  _elem329 = iprot.readI64();
103086
                  this.orderIds.add(_elem325);
103307
                  this.orderIds.add(_elem329);
103087
                }
103308
                }
103088
                iprot.readListEnd();
103309
                iprot.readListEnd();
103089
              }
103310
              }
103090
            } else { 
103311
            } else { 
103091
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
103312
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 103106... Line 103327...
103106
      oprot.writeStructBegin(STRUCT_DESC);
103327
      oprot.writeStructBegin(STRUCT_DESC);
103107
      if (this.orderIds != null) {
103328
      if (this.orderIds != null) {
103108
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
103329
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
103109
        {
103330
        {
103110
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
103331
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orderIds.size()));
103111
          for (long _iter326 : this.orderIds)
103332
          for (long _iter330 : this.orderIds)
103112
          {
103333
          {
103113
            oprot.writeI64(_iter326);
103334
            oprot.writeI64(_iter330);
103114
          }
103335
          }
103115
          oprot.writeListEnd();
103336
          oprot.writeListEnd();
103116
        }
103337
        }
103117
        oprot.writeFieldEnd();
103338
        oprot.writeFieldEnd();
103118
      }
103339
      }
Line 103474... Line 103695...
103474
        }
103695
        }
103475
        switch (field.id) {
103696
        switch (field.id) {
103476
          case 0: // SUCCESS
103697
          case 0: // SUCCESS
103477
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
103698
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
103478
              {
103699
              {
103479
                org.apache.thrift.protocol.TList _list327 = iprot.readListBegin();
103700
                org.apache.thrift.protocol.TList _list331 = iprot.readListBegin();
103480
                this.success = new ArrayList<Long>(_list327.size);
103701
                this.success = new ArrayList<Long>(_list331.size);
103481
                for (int _i328 = 0; _i328 < _list327.size; ++_i328)
103702
                for (int _i332 = 0; _i332 < _list331.size; ++_i332)
103482
                {
103703
                {
103483
                  long _elem329; // required
103704
                  long _elem333; // required
103484
                  _elem329 = iprot.readI64();
103705
                  _elem333 = iprot.readI64();
103485
                  this.success.add(_elem329);
103706
                  this.success.add(_elem333);
103486
                }
103707
                }
103487
                iprot.readListEnd();
103708
                iprot.readListEnd();
103488
              }
103709
              }
103489
            } else { 
103710
            } else { 
103490
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
103711
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 103512... Line 103733...
103512
 
103733
 
103513
      if (this.isSetSuccess()) {
103734
      if (this.isSetSuccess()) {
103514
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
103735
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
103515
        {
103736
        {
103516
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
103737
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
103517
          for (long _iter330 : this.success)
103738
          for (long _iter334 : this.success)
103518
          {
103739
          {
103519
            oprot.writeI64(_iter330);
103740
            oprot.writeI64(_iter334);
103520
          }
103741
          }
103521
          oprot.writeListEnd();
103742
          oprot.writeListEnd();
103522
        }
103743
        }
103523
        oprot.writeFieldEnd();
103744
        oprot.writeFieldEnd();
103524
      } else if (this.isSetEx()) {
103745
      } else if (this.isSetEx()) {
Line 104435... Line 104656...
104435
        }
104656
        }
104436
        switch (field.id) {
104657
        switch (field.id) {
104437
          case 0: // SUCCESS
104658
          case 0: // SUCCESS
104438
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
104659
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
104439
              {
104660
              {
104440
                org.apache.thrift.protocol.TList _list331 = iprot.readListBegin();
104661
                org.apache.thrift.protocol.TList _list335 = iprot.readListBegin();
104441
                this.success = new ArrayList<Order>(_list331.size);
104662
                this.success = new ArrayList<Order>(_list335.size);
104442
                for (int _i332 = 0; _i332 < _list331.size; ++_i332)
104663
                for (int _i336 = 0; _i336 < _list335.size; ++_i336)
104443
                {
104664
                {
104444
                  Order _elem333; // required
104665
                  Order _elem337; // required
104445
                  _elem333 = new Order();
104666
                  _elem337 = new Order();
104446
                  _elem333.read(iprot);
104667
                  _elem337.read(iprot);
104447
                  this.success.add(_elem333);
104668
                  this.success.add(_elem337);
104448
                }
104669
                }
104449
                iprot.readListEnd();
104670
                iprot.readListEnd();
104450
              }
104671
              }
104451
            } else { 
104672
            } else { 
104452
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
104673
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 104474... Line 104695...
104474
 
104695
 
104475
      if (this.isSetSuccess()) {
104696
      if (this.isSetSuccess()) {
104476
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
104697
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
104477
        {
104698
        {
104478
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
104699
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
104479
          for (Order _iter334 : this.success)
104700
          for (Order _iter338 : this.success)
104480
          {
104701
          {
104481
            _iter334.write(oprot);
104702
            _iter338.write(oprot);
104482
          }
104703
          }
104483
          oprot.writeListEnd();
104704
          oprot.writeListEnd();
104484
        }
104705
        }
104485
        oprot.writeFieldEnd();
104706
        oprot.writeFieldEnd();
104486
      } else if (this.isSetEx()) {
104707
      } else if (this.isSetEx()) {
Line 105236... Line 105457...
105236
        }
105457
        }
105237
        switch (field.id) {
105458
        switch (field.id) {
105238
          case 0: // SUCCESS
105459
          case 0: // SUCCESS
105239
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
105460
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
105240
              {
105461
              {
105241
                org.apache.thrift.protocol.TMap _map335 = iprot.readMapBegin();
105462
                org.apache.thrift.protocol.TMap _map339 = iprot.readMapBegin();
105242
                this.success = new HashMap<Long,Long>(2*_map335.size);
105463
                this.success = new HashMap<Long,Long>(2*_map339.size);
105243
                for (int _i336 = 0; _i336 < _map335.size; ++_i336)
105464
                for (int _i340 = 0; _i340 < _map339.size; ++_i340)
105244
                {
105465
                {
105245
                  long _key337; // required
105466
                  long _key341; // required
105246
                  long _val338; // required
105467
                  long _val342; // required
105247
                  _key337 = iprot.readI64();
105468
                  _key341 = iprot.readI64();
105248
                  _val338 = iprot.readI64();
105469
                  _val342 = iprot.readI64();
105249
                  this.success.put(_key337, _val338);
105470
                  this.success.put(_key341, _val342);
105250
                }
105471
                }
105251
                iprot.readMapEnd();
105472
                iprot.readMapEnd();
105252
              }
105473
              }
105253
            } else { 
105474
            } else { 
105254
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
105475
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 105276... Line 105497...
105276
 
105497
 
105277
      if (this.isSetSuccess()) {
105498
      if (this.isSetSuccess()) {
105278
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
105499
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
105279
        {
105500
        {
105280
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
105501
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
105281
          for (Map.Entry<Long, Long> _iter339 : this.success.entrySet())
105502
          for (Map.Entry<Long, Long> _iter343 : this.success.entrySet())
105282
          {
105503
          {
105283
            oprot.writeI64(_iter339.getKey());
105504
            oprot.writeI64(_iter343.getKey());
105284
            oprot.writeI64(_iter339.getValue());
105505
            oprot.writeI64(_iter343.getValue());
105285
          }
105506
          }
105286
          oprot.writeMapEnd();
105507
          oprot.writeMapEnd();
105287
        }
105508
        }
105288
        oprot.writeFieldEnd();
105509
        oprot.writeFieldEnd();
105289
      } else if (this.isSetEx()) {
105510
      } else if (this.isSetEx()) {
Line 106117... Line 106338...
106117
        }
106338
        }
106118
        switch (field.id) {
106339
        switch (field.id) {
106119
          case 0: // SUCCESS
106340
          case 0: // SUCCESS
106120
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
106341
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
106121
              {
106342
              {
106122
                org.apache.thrift.protocol.TList _list340 = iprot.readListBegin();
106343
                org.apache.thrift.protocol.TList _list344 = iprot.readListBegin();
106123
                this.success = new ArrayList<Long>(_list340.size);
106344
                this.success = new ArrayList<Long>(_list344.size);
106124
                for (int _i341 = 0; _i341 < _list340.size; ++_i341)
106345
                for (int _i345 = 0; _i345 < _list344.size; ++_i345)
106125
                {
106346
                {
106126
                  long _elem342; // required
106347
                  long _elem346; // required
106127
                  _elem342 = iprot.readI64();
106348
                  _elem346 = iprot.readI64();
106128
                  this.success.add(_elem342);
106349
                  this.success.add(_elem346);
106129
                }
106350
                }
106130
                iprot.readListEnd();
106351
                iprot.readListEnd();
106131
              }
106352
              }
106132
            } else { 
106353
            } else { 
106133
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
106354
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 106155... Line 106376...
106155
 
106376
 
106156
      if (this.isSetSuccess()) {
106377
      if (this.isSetSuccess()) {
106157
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
106378
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
106158
        {
106379
        {
106159
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
106380
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.success.size()));
106160
          for (long _iter343 : this.success)
106381
          for (long _iter347 : this.success)
106161
          {
106382
          {
106162
            oprot.writeI64(_iter343);
106383
            oprot.writeI64(_iter347);
106163
          }
106384
          }
106164
          oprot.writeListEnd();
106385
          oprot.writeListEnd();
106165
        }
106386
        }
106166
        oprot.writeFieldEnd();
106387
        oprot.writeFieldEnd();
106167
      } else if (this.isSetEx()) {
106388
      } else if (this.isSetEx()) {
Line 108587... Line 108808...
108587
        }
108808
        }
108588
        switch (field.id) {
108809
        switch (field.id) {
108589
          case 0: // SUCCESS
108810
          case 0: // SUCCESS
108590
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
108811
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
108591
              {
108812
              {
108592
                org.apache.thrift.protocol.TList _list344 = iprot.readListBegin();
108813
                org.apache.thrift.protocol.TList _list348 = iprot.readListBegin();
108593
                this.success = new ArrayList<Order>(_list344.size);
108814
                this.success = new ArrayList<Order>(_list348.size);
108594
                for (int _i345 = 0; _i345 < _list344.size; ++_i345)
108815
                for (int _i349 = 0; _i349 < _list348.size; ++_i349)
108595
                {
108816
                {
108596
                  Order _elem346; // required
108817
                  Order _elem350; // required
108597
                  _elem346 = new Order();
108818
                  _elem350 = new Order();
108598
                  _elem346.read(iprot);
108819
                  _elem350.read(iprot);
108599
                  this.success.add(_elem346);
108820
                  this.success.add(_elem350);
108600
                }
108821
                }
108601
                iprot.readListEnd();
108822
                iprot.readListEnd();
108602
              }
108823
              }
108603
            } else { 
108824
            } else { 
108604
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
108825
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 108626... Line 108847...
108626
 
108847
 
108627
      if (this.isSetSuccess()) {
108848
      if (this.isSetSuccess()) {
108628
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
108849
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
108629
        {
108850
        {
108630
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
108851
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
108631
          for (Order _iter347 : this.success)
108852
          for (Order _iter351 : this.success)
108632
          {
108853
          {
108633
            _iter347.write(oprot);
108854
            _iter351.write(oprot);
108634
          }
108855
          }
108635
          oprot.writeListEnd();
108856
          oprot.writeListEnd();
108636
        }
108857
        }
108637
        oprot.writeFieldEnd();
108858
        oprot.writeFieldEnd();
108638
      } else if (this.isSetEx()) {
108859
      } else if (this.isSetEx()) {
Line 109315... Line 109536...
109315
        }
109536
        }
109316
        switch (field.id) {
109537
        switch (field.id) {
109317
          case 0: // SUCCESS
109538
          case 0: // SUCCESS
109318
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
109539
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
109319
              {
109540
              {
109320
                org.apache.thrift.protocol.TList _list348 = iprot.readListBegin();
109541
                org.apache.thrift.protocol.TList _list352 = iprot.readListBegin();
109321
                this.success = new ArrayList<CODVerificationAgent>(_list348.size);
109542
                this.success = new ArrayList<CODVerificationAgent>(_list352.size);
109322
                for (int _i349 = 0; _i349 < _list348.size; ++_i349)
109543
                for (int _i353 = 0; _i353 < _list352.size; ++_i353)
109323
                {
109544
                {
109324
                  CODVerificationAgent _elem350; // required
109545
                  CODVerificationAgent _elem354; // required
109325
                  _elem350 = new CODVerificationAgent();
109546
                  _elem354 = new CODVerificationAgent();
109326
                  _elem350.read(iprot);
109547
                  _elem354.read(iprot);
109327
                  this.success.add(_elem350);
109548
                  this.success.add(_elem354);
109328
                }
109549
                }
109329
                iprot.readListEnd();
109550
                iprot.readListEnd();
109330
              }
109551
              }
109331
            } else { 
109552
            } else { 
109332
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
109553
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 109346... Line 109567...
109346
 
109567
 
109347
      if (this.isSetSuccess()) {
109568
      if (this.isSetSuccess()) {
109348
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
109569
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
109349
        {
109570
        {
109350
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
109571
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
109351
          for (CODVerificationAgent _iter351 : this.success)
109572
          for (CODVerificationAgent _iter355 : this.success)
109352
          {
109573
          {
109353
            _iter351.write(oprot);
109574
            _iter355.write(oprot);
109354
          }
109575
          }
109355
          oprot.writeListEnd();
109576
          oprot.writeListEnd();
109356
        }
109577
        }
109357
        oprot.writeFieldEnd();
109578
        oprot.writeFieldEnd();
109358
      }
109579
      }
Line 109940... Line 110161...
109940
        }
110161
        }
109941
        switch (field.id) {
110162
        switch (field.id) {
109942
          case 0: // SUCCESS
110163
          case 0: // SUCCESS
109943
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
110164
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
109944
              {
110165
              {
109945
                org.apache.thrift.protocol.TList _list352 = iprot.readListBegin();
110166
                org.apache.thrift.protocol.TList _list356 = iprot.readListBegin();
109946
                this.success = new ArrayList<Attribute>(_list352.size);
110167
                this.success = new ArrayList<Attribute>(_list356.size);
109947
                for (int _i353 = 0; _i353 < _list352.size; ++_i353)
110168
                for (int _i357 = 0; _i357 < _list356.size; ++_i357)
109948
                {
110169
                {
109949
                  Attribute _elem354; // required
110170
                  Attribute _elem358; // required
109950
                  _elem354 = new Attribute();
110171
                  _elem358 = new Attribute();
109951
                  _elem354.read(iprot);
110172
                  _elem358.read(iprot);
109952
                  this.success.add(_elem354);
110173
                  this.success.add(_elem358);
109953
                }
110174
                }
109954
                iprot.readListEnd();
110175
                iprot.readListEnd();
109955
              }
110176
              }
109956
            } else { 
110177
            } else { 
109957
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
110178
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 109971... Line 110192...
109971
 
110192
 
109972
      if (this.isSetSuccess()) {
110193
      if (this.isSetSuccess()) {
109973
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
110194
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
109974
        {
110195
        {
109975
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
110196
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
109976
          for (Attribute _iter355 : this.success)
110197
          for (Attribute _iter359 : this.success)
109977
          {
110198
          {
109978
            _iter355.write(oprot);
110199
            _iter359.write(oprot);
109979
          }
110200
          }
109980
          oprot.writeListEnd();
110201
          oprot.writeListEnd();
109981
        }
110202
        }
109982
        oprot.writeFieldEnd();
110203
        oprot.writeFieldEnd();
109983
      }
110204
      }
Line 110350... Line 110571...
110350
            }
110571
            }
110351
            break;
110572
            break;
110352
          case -1: // ATTRIBUTES
110573
          case -1: // ATTRIBUTES
110353
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
110574
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
110354
              {
110575
              {
110355
                org.apache.thrift.protocol.TList _list356 = iprot.readListBegin();
110576
                org.apache.thrift.protocol.TList _list360 = iprot.readListBegin();
110356
                this.attributes = new ArrayList<Attribute>(_list356.size);
110577
                this.attributes = new ArrayList<Attribute>(_list360.size);
110357
                for (int _i357 = 0; _i357 < _list356.size; ++_i357)
110578
                for (int _i361 = 0; _i361 < _list360.size; ++_i361)
110358
                {
110579
                {
110359
                  Attribute _elem358; // required
110580
                  Attribute _elem362; // required
110360
                  _elem358 = new Attribute();
110581
                  _elem362 = new Attribute();
110361
                  _elem358.read(iprot);
110582
                  _elem362.read(iprot);
110362
                  this.attributes.add(_elem358);
110583
                  this.attributes.add(_elem362);
110363
                }
110584
                }
110364
                iprot.readListEnd();
110585
                iprot.readListEnd();
110365
              }
110586
              }
110366
            } else { 
110587
            } else { 
110367
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
110588
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 110382... Line 110603...
110382
      oprot.writeStructBegin(STRUCT_DESC);
110603
      oprot.writeStructBegin(STRUCT_DESC);
110383
      if (this.attributes != null) {
110604
      if (this.attributes != null) {
110384
        oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC);
110605
        oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC);
110385
        {
110606
        {
110386
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.attributes.size()));
110607
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.attributes.size()));
110387
          for (Attribute _iter359 : this.attributes)
110608
          for (Attribute _iter363 : this.attributes)
110388
          {
110609
          {
110389
            _iter359.write(oprot);
110610
            _iter363.write(oprot);
110390
          }
110611
          }
110391
          oprot.writeListEnd();
110612
          oprot.writeListEnd();
110392
        }
110613
        }
110393
        oprot.writeFieldEnd();
110614
        oprot.writeFieldEnd();
110394
      }
110615
      }
Line 111764... Line 111985...
111764
        }
111985
        }
111765
        switch (field.id) {
111986
        switch (field.id) {
111766
          case 0: // SUCCESS
111987
          case 0: // SUCCESS
111767
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
111988
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
111768
              {
111989
              {
111769
                org.apache.thrift.protocol.TList _list360 = iprot.readListBegin();
111990
                org.apache.thrift.protocol.TList _list364 = iprot.readListBegin();
111770
                this.success = new ArrayList<Order>(_list360.size);
111991
                this.success = new ArrayList<Order>(_list364.size);
111771
                for (int _i361 = 0; _i361 < _list360.size; ++_i361)
111992
                for (int _i365 = 0; _i365 < _list364.size; ++_i365)
111772
                {
111993
                {
111773
                  Order _elem362; // required
111994
                  Order _elem366; // required
111774
                  _elem362 = new Order();
111995
                  _elem366 = new Order();
111775
                  _elem362.read(iprot);
111996
                  _elem366.read(iprot);
111776
                  this.success.add(_elem362);
111997
                  this.success.add(_elem366);
111777
                }
111998
                }
111778
                iprot.readListEnd();
111999
                iprot.readListEnd();
111779
              }
112000
              }
111780
            } else { 
112001
            } else { 
111781
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
112002
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 111795... Line 112016...
111795
 
112016
 
111796
      if (this.isSetSuccess()) {
112017
      if (this.isSetSuccess()) {
111797
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
112018
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
111798
        {
112019
        {
111799
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
112020
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
111800
          for (Order _iter363 : this.success)
112021
          for (Order _iter367 : this.success)
111801
          {
112022
          {
111802
            _iter363.write(oprot);
112023
            _iter367.write(oprot);
111803
          }
112024
          }
111804
          oprot.writeListEnd();
112025
          oprot.writeListEnd();
111805
        }
112026
        }
111806
        oprot.writeFieldEnd();
112027
        oprot.writeFieldEnd();
111807
      }
112028
      }
Line 112389... Line 112610...
112389
        }
112610
        }
112390
        switch (field.id) {
112611
        switch (field.id) {
112391
          case 0: // SUCCESS
112612
          case 0: // SUCCESS
112392
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
112613
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
112393
              {
112614
              {
112394
                org.apache.thrift.protocol.TList _list364 = iprot.readListBegin();
112615
                org.apache.thrift.protocol.TList _list368 = iprot.readListBegin();
112395
                this.success = new ArrayList<Order>(_list364.size);
112616
                this.success = new ArrayList<Order>(_list368.size);
112396
                for (int _i365 = 0; _i365 < _list364.size; ++_i365)
112617
                for (int _i369 = 0; _i369 < _list368.size; ++_i369)
112397
                {
112618
                {
112398
                  Order _elem366; // required
112619
                  Order _elem370; // required
112399
                  _elem366 = new Order();
112620
                  _elem370 = new Order();
112400
                  _elem366.read(iprot);
112621
                  _elem370.read(iprot);
112401
                  this.success.add(_elem366);
112622
                  this.success.add(_elem370);
112402
                }
112623
                }
112403
                iprot.readListEnd();
112624
                iprot.readListEnd();
112404
              }
112625
              }
112405
            } else { 
112626
            } else { 
112406
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
112627
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 112420... Line 112641...
112420
 
112641
 
112421
      if (this.isSetSuccess()) {
112642
      if (this.isSetSuccess()) {
112422
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
112643
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
112423
        {
112644
        {
112424
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
112645
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
112425
          for (Order _iter367 : this.success)
112646
          for (Order _iter371 : this.success)
112426
          {
112647
          {
112427
            _iter367.write(oprot);
112648
            _iter371.write(oprot);
112428
          }
112649
          }
112429
          oprot.writeListEnd();
112650
          oprot.writeListEnd();
112430
        }
112651
        }
112431
        oprot.writeFieldEnd();
112652
        oprot.writeFieldEnd();
112432
      }
112653
      }
Line 113263... Line 113484...
113263
        }
113484
        }
113264
        switch (field.id) {
113485
        switch (field.id) {
113265
          case 0: // SUCCESS
113486
          case 0: // SUCCESS
113266
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
113487
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
113267
              {
113488
              {
113268
                org.apache.thrift.protocol.TList _list368 = iprot.readListBegin();
113489
                org.apache.thrift.protocol.TList _list372 = iprot.readListBegin();
113269
                this.success = new ArrayList<Order>(_list368.size);
113490
                this.success = new ArrayList<Order>(_list372.size);
113270
                for (int _i369 = 0; _i369 < _list368.size; ++_i369)
113491
                for (int _i373 = 0; _i373 < _list372.size; ++_i373)
113271
                {
113492
                {
113272
                  Order _elem370; // required
113493
                  Order _elem374; // required
113273
                  _elem370 = new Order();
113494
                  _elem374 = new Order();
113274
                  _elem370.read(iprot);
113495
                  _elem374.read(iprot);
113275
                  this.success.add(_elem370);
113496
                  this.success.add(_elem374);
113276
                }
113497
                }
113277
                iprot.readListEnd();
113498
                iprot.readListEnd();
113278
              }
113499
              }
113279
            } else { 
113500
            } else { 
113280
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
113501
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 113294... Line 113515...
113294
 
113515
 
113295
      if (this.isSetSuccess()) {
113516
      if (this.isSetSuccess()) {
113296
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
113517
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
113297
        {
113518
        {
113298
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
113519
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
113299
          for (Order _iter371 : this.success)
113520
          for (Order _iter375 : this.success)
113300
          {
113521
          {
113301
            _iter371.write(oprot);
113522
            _iter375.write(oprot);
113302
          }
113523
          }
113303
          oprot.writeListEnd();
113524
          oprot.writeListEnd();
113304
        }
113525
        }
113305
        oprot.writeFieldEnd();
113526
        oprot.writeFieldEnd();
113306
      }
113527
      }
Line 117911... Line 118132...
117911
        }
118132
        }
117912
        switch (field.id) {
118133
        switch (field.id) {
117913
          case 0: // SUCCESS
118134
          case 0: // SUCCESS
117914
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
118135
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
117915
              {
118136
              {
117916
                org.apache.thrift.protocol.TList _list372 = iprot.readListBegin();
118137
                org.apache.thrift.protocol.TList _list376 = iprot.readListBegin();
117917
                this.success = new ArrayList<RechargeOrder>(_list372.size);
118138
                this.success = new ArrayList<RechargeOrder>(_list376.size);
117918
                for (int _i373 = 0; _i373 < _list372.size; ++_i373)
118139
                for (int _i377 = 0; _i377 < _list376.size; ++_i377)
117919
                {
118140
                {
117920
                  RechargeOrder _elem374; // required
118141
                  RechargeOrder _elem378; // required
117921
                  _elem374 = new RechargeOrder();
118142
                  _elem378 = new RechargeOrder();
117922
                  _elem374.read(iprot);
118143
                  _elem378.read(iprot);
117923
                  this.success.add(_elem374);
118144
                  this.success.add(_elem378);
117924
                }
118145
                }
117925
                iprot.readListEnd();
118146
                iprot.readListEnd();
117926
              }
118147
              }
117927
            } else { 
118148
            } else { 
117928
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
118149
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 117942... Line 118163...
117942
 
118163
 
117943
      if (this.isSetSuccess()) {
118164
      if (this.isSetSuccess()) {
117944
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
118165
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
117945
        {
118166
        {
117946
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
118167
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
117947
          for (RechargeOrder _iter375 : this.success)
118168
          for (RechargeOrder _iter379 : this.success)
117948
          {
118169
          {
117949
            _iter375.write(oprot);
118170
            _iter379.write(oprot);
117950
          }
118171
          }
117951
          oprot.writeListEnd();
118172
          oprot.writeListEnd();
117952
        }
118173
        }
117953
        oprot.writeFieldEnd();
118174
        oprot.writeFieldEnd();
117954
      }
118175
      }
Line 120574... Line 120795...
120574
        }
120795
        }
120575
        switch (field.id) {
120796
        switch (field.id) {
120576
          case 0: // SUCCESS
120797
          case 0: // SUCCESS
120577
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
120798
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
120578
              {
120799
              {
120579
                org.apache.thrift.protocol.TList _list376 = iprot.readListBegin();
120800
                org.apache.thrift.protocol.TList _list380 = iprot.readListBegin();
120580
                this.success = new ArrayList<UserWalletHistory>(_list376.size);
120801
                this.success = new ArrayList<UserWalletHistory>(_list380.size);
120581
                for (int _i377 = 0; _i377 < _list376.size; ++_i377)
120802
                for (int _i381 = 0; _i381 < _list380.size; ++_i381)
120582
                {
120803
                {
120583
                  UserWalletHistory _elem378; // required
120804
                  UserWalletHistory _elem382; // required
120584
                  _elem378 = new UserWalletHistory();
120805
                  _elem382 = new UserWalletHistory();
120585
                  _elem378.read(iprot);
120806
                  _elem382.read(iprot);
120586
                  this.success.add(_elem378);
120807
                  this.success.add(_elem382);
120587
                }
120808
                }
120588
                iprot.readListEnd();
120809
                iprot.readListEnd();
120589
              }
120810
              }
120590
            } else { 
120811
            } else { 
120591
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
120812
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 120605... Line 120826...
120605
 
120826
 
120606
      if (this.isSetSuccess()) {
120827
      if (this.isSetSuccess()) {
120607
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
120828
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
120608
        {
120829
        {
120609
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
120830
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
120610
          for (UserWalletHistory _iter379 : this.success)
120831
          for (UserWalletHistory _iter383 : this.success)
120611
          {
120832
          {
120612
            _iter379.write(oprot);
120833
            _iter383.write(oprot);
120613
          }
120834
          }
120614
          oprot.writeListEnd();
120835
          oprot.writeListEnd();
120615
        }
120836
        }
120616
        oprot.writeFieldEnd();
120837
        oprot.writeFieldEnd();
120617
      }
120838
      }
Line 121980... Line 122201...
121980
        }
122201
        }
121981
        switch (field.id) {
122202
        switch (field.id) {
121982
          case 0: // SUCCESS
122203
          case 0: // SUCCESS
121983
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
122204
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
121984
              {
122205
              {
121985
                org.apache.thrift.protocol.TMap _map380 = iprot.readMapBegin();
122206
                org.apache.thrift.protocol.TMap _map384 = iprot.readMapBegin();
121986
                this.success = new HashMap<Long,String>(2*_map380.size);
122207
                this.success = new HashMap<Long,String>(2*_map384.size);
121987
                for (int _i381 = 0; _i381 < _map380.size; ++_i381)
122208
                for (int _i385 = 0; _i385 < _map384.size; ++_i385)
121988
                {
122209
                {
121989
                  long _key382; // required
122210
                  long _key386; // required
121990
                  String _val383; // required
122211
                  String _val387; // required
121991
                  _key382 = iprot.readI64();
122212
                  _key386 = iprot.readI64();
121992
                  _val383 = iprot.readString();
122213
                  _val387 = iprot.readString();
121993
                  this.success.put(_key382, _val383);
122214
                  this.success.put(_key386, _val387);
121994
                }
122215
                }
121995
                iprot.readMapEnd();
122216
                iprot.readMapEnd();
121996
              }
122217
              }
121997
            } else { 
122218
            } else { 
121998
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
122219
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 122012... Line 122233...
122012
 
122233
 
122013
      if (this.isSetSuccess()) {
122234
      if (this.isSetSuccess()) {
122014
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
122235
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
122015
        {
122236
        {
122016
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
122237
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.success.size()));
122017
          for (Map.Entry<Long, String> _iter384 : this.success.entrySet())
122238
          for (Map.Entry<Long, String> _iter388 : this.success.entrySet())
122018
          {
122239
          {
122019
            oprot.writeI64(_iter384.getKey());
122240
            oprot.writeI64(_iter388.getKey());
122020
            oprot.writeString(_iter384.getValue());
122241
            oprot.writeString(_iter388.getValue());
122021
          }
122242
          }
122022
          oprot.writeMapEnd();
122243
          oprot.writeMapEnd();
122023
        }
122244
        }
122024
        oprot.writeFieldEnd();
122245
        oprot.writeFieldEnd();
122025
      }
122246
      }
Line 124158... Line 124379...
124158
        }
124379
        }
124159
        switch (field.id) {
124380
        switch (field.id) {
124160
          case 0: // SUCCESS
124381
          case 0: // SUCCESS
124161
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
124382
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
124162
              {
124383
              {
124163
                org.apache.thrift.protocol.TList _list385 = iprot.readListBegin();
124384
                org.apache.thrift.protocol.TList _list389 = iprot.readListBegin();
124164
                this.success = new ArrayList<RechargeOrder>(_list385.size);
124385
                this.success = new ArrayList<RechargeOrder>(_list389.size);
124165
                for (int _i386 = 0; _i386 < _list385.size; ++_i386)
124386
                for (int _i390 = 0; _i390 < _list389.size; ++_i390)
124166
                {
124387
                {
124167
                  RechargeOrder _elem387; // required
124388
                  RechargeOrder _elem391; // required
124168
                  _elem387 = new RechargeOrder();
124389
                  _elem391 = new RechargeOrder();
124169
                  _elem387.read(iprot);
124390
                  _elem391.read(iprot);
124170
                  this.success.add(_elem387);
124391
                  this.success.add(_elem391);
124171
                }
124392
                }
124172
                iprot.readListEnd();
124393
                iprot.readListEnd();
124173
              }
124394
              }
124174
            } else { 
124395
            } else { 
124175
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
124396
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 124189... Line 124410...
124189
 
124410
 
124190
      if (this.isSetSuccess()) {
124411
      if (this.isSetSuccess()) {
124191
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
124412
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
124192
        {
124413
        {
124193
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
124414
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
124194
          for (RechargeOrder _iter388 : this.success)
124415
          for (RechargeOrder _iter392 : this.success)
124195
          {
124416
          {
124196
            _iter388.write(oprot);
124417
            _iter392.write(oprot);
124197
          }
124418
          }
124198
          oprot.writeListEnd();
124419
          oprot.writeListEnd();
124199
        }
124420
        }
124200
        oprot.writeFieldEnd();
124421
        oprot.writeFieldEnd();
124201
      }
124422
      }
Line 125936... Line 126157...
125936
        }
126157
        }
125937
        switch (field.id) {
126158
        switch (field.id) {
125938
          case 0: // SUCCESS
126159
          case 0: // SUCCESS
125939
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
126160
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
125940
              {
126161
              {
125941
                org.apache.thrift.protocol.TList _list389 = iprot.readListBegin();
126162
                org.apache.thrift.protocol.TList _list393 = iprot.readListBegin();
125942
                this.success = new ArrayList<RechargeOrder>(_list389.size);
126163
                this.success = new ArrayList<RechargeOrder>(_list393.size);
125943
                for (int _i390 = 0; _i390 < _list389.size; ++_i390)
126164
                for (int _i394 = 0; _i394 < _list393.size; ++_i394)
125944
                {
126165
                {
125945
                  RechargeOrder _elem391; // required
126166
                  RechargeOrder _elem395; // required
125946
                  _elem391 = new RechargeOrder();
126167
                  _elem395 = new RechargeOrder();
125947
                  _elem391.read(iprot);
126168
                  _elem395.read(iprot);
125948
                  this.success.add(_elem391);
126169
                  this.success.add(_elem395);
125949
                }
126170
                }
125950
                iprot.readListEnd();
126171
                iprot.readListEnd();
125951
              }
126172
              }
125952
            } else { 
126173
            } else { 
125953
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
126174
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 125967... Line 126188...
125967
 
126188
 
125968
      if (this.isSetSuccess()) {
126189
      if (this.isSetSuccess()) {
125969
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
126190
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
125970
        {
126191
        {
125971
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
126192
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
125972
          for (RechargeOrder _iter392 : this.success)
126193
          for (RechargeOrder _iter396 : this.success)
125973
          {
126194
          {
125974
            _iter392.write(oprot);
126195
            _iter396.write(oprot);
125975
          }
126196
          }
125976
          oprot.writeListEnd();
126197
          oprot.writeListEnd();
125977
        }
126198
        }
125978
        oprot.writeFieldEnd();
126199
        oprot.writeFieldEnd();
125979
      }
126200
      }
Line 126561... Line 126782...
126561
        }
126782
        }
126562
        switch (field.id) {
126783
        switch (field.id) {
126563
          case 0: // SUCCESS
126784
          case 0: // SUCCESS
126564
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
126785
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
126565
              {
126786
              {
126566
                org.apache.thrift.protocol.TList _list393 = iprot.readListBegin();
126787
                org.apache.thrift.protocol.TList _list397 = iprot.readListBegin();
126567
                this.success = new ArrayList<RechargePlan>(_list393.size);
126788
                this.success = new ArrayList<RechargePlan>(_list397.size);
126568
                for (int _i394 = 0; _i394 < _list393.size; ++_i394)
126789
                for (int _i398 = 0; _i398 < _list397.size; ++_i398)
126569
                {
126790
                {
126570
                  RechargePlan _elem395; // required
126791
                  RechargePlan _elem399; // required
126571
                  _elem395 = new RechargePlan();
126792
                  _elem399 = new RechargePlan();
126572
                  _elem395.read(iprot);
126793
                  _elem399.read(iprot);
126573
                  this.success.add(_elem395);
126794
                  this.success.add(_elem399);
126574
                }
126795
                }
126575
                iprot.readListEnd();
126796
                iprot.readListEnd();
126576
              }
126797
              }
126577
            } else { 
126798
            } else { 
126578
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
126799
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 126592... Line 126813...
126592
 
126813
 
126593
      if (this.isSetSuccess()) {
126814
      if (this.isSetSuccess()) {
126594
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
126815
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
126595
        {
126816
        {
126596
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
126817
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
126597
          for (RechargePlan _iter396 : this.success)
126818
          for (RechargePlan _iter400 : this.success)
126598
          {
126819
          {
126599
            _iter396.write(oprot);
126820
            _iter400.write(oprot);
126600
          }
126821
          }
126601
          oprot.writeListEnd();
126822
          oprot.writeListEnd();
126602
        }
126823
        }
126603
        oprot.writeFieldEnd();
126824
        oprot.writeFieldEnd();
126604
      }
126825
      }
Line 127442... Line 127663...
127442
        }
127663
        }
127443
        switch (field.id) {
127664
        switch (field.id) {
127444
          case 0: // SUCCESS
127665
          case 0: // SUCCESS
127445
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
127666
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
127446
              {
127667
              {
127447
                org.apache.thrift.protocol.TList _list397 = iprot.readListBegin();
127668
                org.apache.thrift.protocol.TList _list401 = iprot.readListBegin();
127448
                this.success = new ArrayList<RechargeDenomination>(_list397.size);
127669
                this.success = new ArrayList<RechargeDenomination>(_list401.size);
127449
                for (int _i398 = 0; _i398 < _list397.size; ++_i398)
127670
                for (int _i402 = 0; _i402 < _list401.size; ++_i402)
127450
                {
127671
                {
127451
                  RechargeDenomination _elem399; // required
127672
                  RechargeDenomination _elem403; // required
127452
                  _elem399 = new RechargeDenomination();
127673
                  _elem403 = new RechargeDenomination();
127453
                  _elem399.read(iprot);
127674
                  _elem403.read(iprot);
127454
                  this.success.add(_elem399);
127675
                  this.success.add(_elem403);
127455
                }
127676
                }
127456
                iprot.readListEnd();
127677
                iprot.readListEnd();
127457
              }
127678
              }
127458
            } else { 
127679
            } else { 
127459
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
127680
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 127481... Line 127702...
127481
 
127702
 
127482
      if (this.isSetSuccess()) {
127703
      if (this.isSetSuccess()) {
127483
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
127704
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
127484
        {
127705
        {
127485
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
127706
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
127486
          for (RechargeDenomination _iter400 : this.success)
127707
          for (RechargeDenomination _iter404 : this.success)
127487
          {
127708
          {
127488
            _iter400.write(oprot);
127709
            _iter404.write(oprot);
127489
          }
127710
          }
127490
          oprot.writeListEnd();
127711
          oprot.writeListEnd();
127491
        }
127712
        }
127492
        oprot.writeFieldEnd();
127713
        oprot.writeFieldEnd();
127493
      } else if (this.isSetEx()) {
127714
      } else if (this.isSetEx()) {
Line 128652... Line 128873...
128652
        }
128873
        }
128653
        switch (field.id) {
128874
        switch (field.id) {
128654
          case 0: // SUCCESS
128875
          case 0: // SUCCESS
128655
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
128876
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
128656
              {
128877
              {
128657
                org.apache.thrift.protocol.TList _list401 = iprot.readListBegin();
128878
                org.apache.thrift.protocol.TList _list405 = iprot.readListBegin();
128658
                this.success = new ArrayList<EmiScheme>(_list401.size);
128879
                this.success = new ArrayList<EmiScheme>(_list405.size);
128659
                for (int _i402 = 0; _i402 < _list401.size; ++_i402)
128880
                for (int _i406 = 0; _i406 < _list405.size; ++_i406)
128660
                {
128881
                {
128661
                  EmiScheme _elem403; // required
128882
                  EmiScheme _elem407; // required
128662
                  _elem403 = new EmiScheme();
128883
                  _elem407 = new EmiScheme();
128663
                  _elem403.read(iprot);
128884
                  _elem407.read(iprot);
128664
                  this.success.add(_elem403);
128885
                  this.success.add(_elem407);
128665
                }
128886
                }
128666
                iprot.readListEnd();
128887
                iprot.readListEnd();
128667
              }
128888
              }
128668
            } else { 
128889
            } else { 
128669
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
128890
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 128683... Line 128904...
128683
 
128904
 
128684
      if (this.isSetSuccess()) {
128905
      if (this.isSetSuccess()) {
128685
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
128906
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
128686
        {
128907
        {
128687
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
128908
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
128688
          for (EmiScheme _iter404 : this.success)
128909
          for (EmiScheme _iter408 : this.success)
128689
          {
128910
          {
128690
            _iter404.write(oprot);
128911
            _iter408.write(oprot);
128691
          }
128912
          }
128692
          oprot.writeListEnd();
128913
          oprot.writeListEnd();
128693
        }
128914
        }
128694
        oprot.writeFieldEnd();
128915
        oprot.writeFieldEnd();
128695
      }
128916
      }
Line 129282... Line 129503...
129282
        }
129503
        }
129283
        switch (field.id) {
129504
        switch (field.id) {
129284
          case 0: // SUCCESS
129505
          case 0: // SUCCESS
129285
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
129506
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
129286
              {
129507
              {
129287
                org.apache.thrift.protocol.TMap _map405 = iprot.readMapBegin();
129508
                org.apache.thrift.protocol.TMap _map409 = iprot.readMapBegin();
129288
                this.success = new HashMap<Long,Double>(2*_map405.size);
129509
                this.success = new HashMap<Long,Double>(2*_map409.size);
129289
                for (int _i406 = 0; _i406 < _map405.size; ++_i406)
129510
                for (int _i410 = 0; _i410 < _map409.size; ++_i410)
129290
                {
129511
                {
129291
                  long _key407; // required
129512
                  long _key411; // required
129292
                  double _val408; // required
129513
                  double _val412; // required
129293
                  _key407 = iprot.readI64();
129514
                  _key411 = iprot.readI64();
129294
                  _val408 = iprot.readDouble();
129515
                  _val412 = iprot.readDouble();
129295
                  this.success.put(_key407, _val408);
129516
                  this.success.put(_key411, _val412);
129296
                }
129517
                }
129297
                iprot.readMapEnd();
129518
                iprot.readMapEnd();
129298
              }
129519
              }
129299
            } else { 
129520
            } else { 
129300
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
129521
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 129314... Line 129535...
129314
 
129535
 
129315
      if (this.isSetSuccess()) {
129536
      if (this.isSetSuccess()) {
129316
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
129537
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
129317
        {
129538
        {
129318
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
129539
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.DOUBLE, this.success.size()));
129319
          for (Map.Entry<Long, Double> _iter409 : this.success.entrySet())
129540
          for (Map.Entry<Long, Double> _iter413 : this.success.entrySet())
129320
          {
129541
          {
129321
            oprot.writeI64(_iter409.getKey());
129542
            oprot.writeI64(_iter413.getKey());
129322
            oprot.writeDouble(_iter409.getValue());
129543
            oprot.writeDouble(_iter413.getValue());
129323
          }
129544
          }
129324
          oprot.writeMapEnd();
129545
          oprot.writeMapEnd();
129325
        }
129546
        }
129326
        oprot.writeFieldEnd();
129547
        oprot.writeFieldEnd();
129327
      }
129548
      }
Line 130667... Line 130888...
130667
        }
130888
        }
130668
        switch (field.id) {
130889
        switch (field.id) {
130669
          case 0: // SUCCESS
130890
          case 0: // SUCCESS
130670
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
130891
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
130671
              {
130892
              {
130672
                org.apache.thrift.protocol.TList _list410 = iprot.readListBegin();
130893
                org.apache.thrift.protocol.TList _list414 = iprot.readListBegin();
130673
                this.success = new ArrayList<Order>(_list410.size);
130894
                this.success = new ArrayList<Order>(_list414.size);
130674
                for (int _i411 = 0; _i411 < _list410.size; ++_i411)
130895
                for (int _i415 = 0; _i415 < _list414.size; ++_i415)
130675
                {
130896
                {
130676
                  Order _elem412; // required
130897
                  Order _elem416; // required
130677
                  _elem412 = new Order();
130898
                  _elem416 = new Order();
130678
                  _elem412.read(iprot);
130899
                  _elem416.read(iprot);
130679
                  this.success.add(_elem412);
130900
                  this.success.add(_elem416);
130680
                }
130901
                }
130681
                iprot.readListEnd();
130902
                iprot.readListEnd();
130682
              }
130903
              }
130683
            } else { 
130904
            } else { 
130684
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
130905
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 130698... Line 130919...
130698
 
130919
 
130699
      if (this.isSetSuccess()) {
130920
      if (this.isSetSuccess()) {
130700
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
130921
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
130701
        {
130922
        {
130702
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
130923
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
130703
          for (Order _iter413 : this.success)
130924
          for (Order _iter417 : this.success)
130704
          {
130925
          {
130705
            _iter413.write(oprot);
130926
            _iter417.write(oprot);
130706
          }
130927
          }
130707
          oprot.writeListEnd();
130928
          oprot.writeListEnd();
130708
        }
130929
        }
130709
        oprot.writeFieldEnd();
130930
        oprot.writeFieldEnd();
130710
      }
130931
      }
Line 133679... Line 133900...
133679
        }
133900
        }
133680
        switch (field.id) {
133901
        switch (field.id) {
133681
          case 0: // SUCCESS
133902
          case 0: // SUCCESS
133682
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
133903
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
133683
              {
133904
              {
133684
                org.apache.thrift.protocol.TList _list414 = iprot.readListBegin();
133905
                org.apache.thrift.protocol.TList _list418 = iprot.readListBegin();
133685
                this.success = new ArrayList<String>(_list414.size);
133906
                this.success = new ArrayList<String>(_list418.size);
133686
                for (int _i415 = 0; _i415 < _list414.size; ++_i415)
133907
                for (int _i419 = 0; _i419 < _list418.size; ++_i419)
133687
                {
133908
                {
133688
                  String _elem416; // required
133909
                  String _elem420; // required
133689
                  _elem416 = iprot.readString();
133910
                  _elem420 = iprot.readString();
133690
                  this.success.add(_elem416);
133911
                  this.success.add(_elem420);
133691
                }
133912
                }
133692
                iprot.readListEnd();
133913
                iprot.readListEnd();
133693
              }
133914
              }
133694
            } else { 
133915
            } else { 
133695
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
133916
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 133709... Line 133930...
133709
 
133930
 
133710
      if (this.isSetSuccess()) {
133931
      if (this.isSetSuccess()) {
133711
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
133932
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
133712
        {
133933
        {
133713
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.success.size()));
133934
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.success.size()));
133714
          for (String _iter417 : this.success)
133935
          for (String _iter421 : this.success)
133715
          {
133936
          {
133716
            oprot.writeString(_iter417);
133937
            oprot.writeString(_iter421);
133717
          }
133938
          }
133718
          oprot.writeListEnd();
133939
          oprot.writeListEnd();
133719
        }
133940
        }
133720
        oprot.writeFieldEnd();
133941
        oprot.writeFieldEnd();
133721
      }
133942
      }
Line 134892... Line 135113...
134892
        }
135113
        }
134893
        switch (field.id) {
135114
        switch (field.id) {
134894
          case 0: // SUCCESS
135115
          case 0: // SUCCESS
134895
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
135116
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
134896
              {
135117
              {
134897
                org.apache.thrift.protocol.TList _list418 = iprot.readListBegin();
135118
                org.apache.thrift.protocol.TList _list422 = iprot.readListBegin();
134898
                this.success = new ArrayList<RechargeTransaction>(_list418.size);
135119
                this.success = new ArrayList<RechargeTransaction>(_list422.size);
134899
                for (int _i419 = 0; _i419 < _list418.size; ++_i419)
135120
                for (int _i423 = 0; _i423 < _list422.size; ++_i423)
134900
                {
135121
                {
134901
                  RechargeTransaction _elem420; // required
135122
                  RechargeTransaction _elem424; // required
134902
                  _elem420 = new RechargeTransaction();
135123
                  _elem424 = new RechargeTransaction();
134903
                  _elem420.read(iprot);
135124
                  _elem424.read(iprot);
134904
                  this.success.add(_elem420);
135125
                  this.success.add(_elem424);
134905
                }
135126
                }
134906
                iprot.readListEnd();
135127
                iprot.readListEnd();
134907
              }
135128
              }
134908
            } else { 
135129
            } else { 
134909
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
135130
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 134923... Line 135144...
134923
 
135144
 
134924
      if (this.isSetSuccess()) {
135145
      if (this.isSetSuccess()) {
134925
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
135146
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
134926
        {
135147
        {
134927
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
135148
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
134928
          for (RechargeTransaction _iter421 : this.success)
135149
          for (RechargeTransaction _iter425 : this.success)
134929
          {
135150
          {
134930
            _iter421.write(oprot);
135151
            _iter425.write(oprot);
134931
          }
135152
          }
134932
          oprot.writeListEnd();
135153
          oprot.writeListEnd();
134933
        }
135154
        }
134934
        oprot.writeFieldEnd();
135155
        oprot.writeFieldEnd();
134935
      }
135156
      }
Line 135783... Line 136004...
135783
        }
136004
        }
135784
        switch (field.id) {
136005
        switch (field.id) {
135785
          case 0: // SUCCESS
136006
          case 0: // SUCCESS
135786
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
136007
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
135787
              {
136008
              {
135788
                org.apache.thrift.protocol.TList _list422 = iprot.readListBegin();
136009
                org.apache.thrift.protocol.TList _list426 = iprot.readListBegin();
135789
                this.success = new ArrayList<RechargeTransaction>(_list422.size);
136010
                this.success = new ArrayList<RechargeTransaction>(_list426.size);
135790
                for (int _i423 = 0; _i423 < _list422.size; ++_i423)
136011
                for (int _i427 = 0; _i427 < _list426.size; ++_i427)
135791
                {
136012
                {
135792
                  RechargeTransaction _elem424; // required
136013
                  RechargeTransaction _elem428; // required
135793
                  _elem424 = new RechargeTransaction();
136014
                  _elem428 = new RechargeTransaction();
135794
                  _elem424.read(iprot);
136015
                  _elem428.read(iprot);
135795
                  this.success.add(_elem424);
136016
                  this.success.add(_elem428);
135796
                }
136017
                }
135797
                iprot.readListEnd();
136018
                iprot.readListEnd();
135798
              }
136019
              }
135799
            } else { 
136020
            } else { 
135800
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
136021
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 135814... Line 136035...
135814
 
136035
 
135815
      if (this.isSetSuccess()) {
136036
      if (this.isSetSuccess()) {
135816
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
136037
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
135817
        {
136038
        {
135818
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
136039
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
135819
          for (RechargeTransaction _iter425 : this.success)
136040
          for (RechargeTransaction _iter429 : this.success)
135820
          {
136041
          {
135821
            _iter425.write(oprot);
136042
            _iter429.write(oprot);
135822
          }
136043
          }
135823
          oprot.writeListEnd();
136044
          oprot.writeListEnd();
135824
        }
136045
        }
135825
        oprot.writeFieldEnd();
136046
        oprot.writeFieldEnd();
135826
      }
136047
      }
Line 137079... Line 137300...
137079
        }
137300
        }
137080
        switch (field.id) {
137301
        switch (field.id) {
137081
          case 0: // SUCCESS
137302
          case 0: // SUCCESS
137082
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
137303
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
137083
              {
137304
              {
137084
                org.apache.thrift.protocol.TList _list426 = iprot.readListBegin();
137305
                org.apache.thrift.protocol.TList _list430 = iprot.readListBegin();
137085
                this.success = new ArrayList<FRC>(_list426.size);
137306
                this.success = new ArrayList<FRC>(_list430.size);
137086
                for (int _i427 = 0; _i427 < _list426.size; ++_i427)
137307
                for (int _i431 = 0; _i431 < _list430.size; ++_i431)
137087
                {
137308
                {
137088
                  FRC _elem428; // required
137309
                  FRC _elem432; // required
137089
                  _elem428 = new FRC();
137310
                  _elem432 = new FRC();
137090
                  _elem428.read(iprot);
137311
                  _elem432.read(iprot);
137091
                  this.success.add(_elem428);
137312
                  this.success.add(_elem432);
137092
                }
137313
                }
137093
                iprot.readListEnd();
137314
                iprot.readListEnd();
137094
              }
137315
              }
137095
            } else { 
137316
            } else { 
137096
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
137317
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 137110... Line 137331...
137110
 
137331
 
137111
      if (this.isSetSuccess()) {
137332
      if (this.isSetSuccess()) {
137112
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
137333
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
137113
        {
137334
        {
137114
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
137335
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
137115
          for (FRC _iter429 : this.success)
137336
          for (FRC _iter433 : this.success)
137116
          {
137337
          {
137117
            _iter429.write(oprot);
137338
            _iter433.write(oprot);
137118
          }
137339
          }
137119
          oprot.writeListEnd();
137340
          oprot.writeListEnd();
137120
        }
137341
        }
137121
        oprot.writeFieldEnd();
137342
        oprot.writeFieldEnd();
137122
      }
137343
      }
Line 140500... Line 140721...
140500
        }
140721
        }
140501
        switch (field.id) {
140722
        switch (field.id) {
140502
          case 0: // SUCCESS
140723
          case 0: // SUCCESS
140503
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
140724
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
140504
              {
140725
              {
140505
                org.apache.thrift.protocol.TList _list430 = iprot.readListBegin();
140726
                org.apache.thrift.protocol.TList _list434 = iprot.readListBegin();
140506
                this.success = new ArrayList<RechargeTransaction>(_list430.size);
140727
                this.success = new ArrayList<RechargeTransaction>(_list434.size);
140507
                for (int _i431 = 0; _i431 < _list430.size; ++_i431)
140728
                for (int _i435 = 0; _i435 < _list434.size; ++_i435)
140508
                {
140729
                {
140509
                  RechargeTransaction _elem432; // required
140730
                  RechargeTransaction _elem436; // required
140510
                  _elem432 = new RechargeTransaction();
140731
                  _elem436 = new RechargeTransaction();
140511
                  _elem432.read(iprot);
140732
                  _elem436.read(iprot);
140512
                  this.success.add(_elem432);
140733
                  this.success.add(_elem436);
140513
                }
140734
                }
140514
                iprot.readListEnd();
140735
                iprot.readListEnd();
140515
              }
140736
              }
140516
            } else { 
140737
            } else { 
140517
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
140738
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 140531... Line 140752...
140531
 
140752
 
140532
      if (this.isSetSuccess()) {
140753
      if (this.isSetSuccess()) {
140533
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
140754
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
140534
        {
140755
        {
140535
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
140756
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
140536
          for (RechargeTransaction _iter433 : this.success)
140757
          for (RechargeTransaction _iter437 : this.success)
140537
          {
140758
          {
140538
            _iter433.write(oprot);
140759
            _iter437.write(oprot);
140539
          }
140760
          }
140540
          oprot.writeListEnd();
140761
          oprot.writeListEnd();
140541
        }
140762
        }
140542
        oprot.writeFieldEnd();
140763
        oprot.writeFieldEnd();
140543
      }
140764
      }
Line 144044... Line 144265...
144044
        }
144265
        }
144045
        switch (field.id) {
144266
        switch (field.id) {
144046
          case 0: // SUCCESS
144267
          case 0: // SUCCESS
144047
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
144268
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
144048
              {
144269
              {
144049
                org.apache.thrift.protocol.TList _list434 = iprot.readListBegin();
144270
                org.apache.thrift.protocol.TList _list438 = iprot.readListBegin();
144050
                this.success = new ArrayList<TelecomCircle>(_list434.size);
144271
                this.success = new ArrayList<TelecomCircle>(_list438.size);
144051
                for (int _i435 = 0; _i435 < _list434.size; ++_i435)
144272
                for (int _i439 = 0; _i439 < _list438.size; ++_i439)
144052
                {
144273
                {
144053
                  TelecomCircle _elem436; // required
144274
                  TelecomCircle _elem440; // required
144054
                  _elem436 = new TelecomCircle();
144275
                  _elem440 = new TelecomCircle();
144055
                  _elem436.read(iprot);
144276
                  _elem440.read(iprot);
144056
                  this.success.add(_elem436);
144277
                  this.success.add(_elem440);
144057
                }
144278
                }
144058
                iprot.readListEnd();
144279
                iprot.readListEnd();
144059
              }
144280
              }
144060
            } else { 
144281
            } else { 
144061
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
144282
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 144075... Line 144296...
144075
 
144296
 
144076
      if (this.isSetSuccess()) {
144297
      if (this.isSetSuccess()) {
144077
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
144298
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
144078
        {
144299
        {
144079
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
144300
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
144080
          for (TelecomCircle _iter437 : this.success)
144301
          for (TelecomCircle _iter441 : this.success)
144081
          {
144302
          {
144082
            _iter437.write(oprot);
144303
            _iter441.write(oprot);
144083
          }
144304
          }
144084
          oprot.writeListEnd();
144305
          oprot.writeListEnd();
144085
        }
144306
        }
144086
        oprot.writeFieldEnd();
144307
        oprot.writeFieldEnd();
144087
      }
144308
      }
Line 144375... Line 144596...
144375
        }
144596
        }
144376
        switch (field.id) {
144597
        switch (field.id) {
144377
          case 1: // FRC_IDS_TO_DELETE
144598
          case 1: // FRC_IDS_TO_DELETE
144378
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
144599
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
144379
              {
144600
              {
144380
                org.apache.thrift.protocol.TList _list438 = iprot.readListBegin();
144601
                org.apache.thrift.protocol.TList _list442 = iprot.readListBegin();
144381
                this.frcIdsToDelete = new ArrayList<Long>(_list438.size);
144602
                this.frcIdsToDelete = new ArrayList<Long>(_list442.size);
144382
                for (int _i439 = 0; _i439 < _list438.size; ++_i439)
144603
                for (int _i443 = 0; _i443 < _list442.size; ++_i443)
144383
                {
144604
                {
144384
                  long _elem440; // required
144605
                  long _elem444; // required
144385
                  _elem440 = iprot.readI64();
144606
                  _elem444 = iprot.readI64();
144386
                  this.frcIdsToDelete.add(_elem440);
144607
                  this.frcIdsToDelete.add(_elem444);
144387
                }
144608
                }
144388
                iprot.readListEnd();
144609
                iprot.readListEnd();
144389
              }
144610
              }
144390
            } else { 
144611
            } else { 
144391
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
144612
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 144406... Line 144627...
144406
      oprot.writeStructBegin(STRUCT_DESC);
144627
      oprot.writeStructBegin(STRUCT_DESC);
144407
      if (this.frcIdsToDelete != null) {
144628
      if (this.frcIdsToDelete != null) {
144408
        oprot.writeFieldBegin(FRC_IDS_TO_DELETE_FIELD_DESC);
144629
        oprot.writeFieldBegin(FRC_IDS_TO_DELETE_FIELD_DESC);
144409
        {
144630
        {
144410
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.frcIdsToDelete.size()));
144631
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.frcIdsToDelete.size()));
144411
          for (long _iter441 : this.frcIdsToDelete)
144632
          for (long _iter445 : this.frcIdsToDelete)
144412
          {
144633
          {
144413
            oprot.writeI64(_iter441);
144634
            oprot.writeI64(_iter445);
144414
          }
144635
          }
144415
          oprot.writeListEnd();
144636
          oprot.writeListEnd();
144416
        }
144637
        }
144417
        oprot.writeFieldEnd();
144638
        oprot.writeFieldEnd();
144418
      }
144639
      }
Line 146368... Line 146589...
146368
        }
146589
        }
146369
        switch (field.id) {
146590
        switch (field.id) {
146370
          case 0: // SUCCESS
146591
          case 0: // SUCCESS
146371
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
146592
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
146372
              {
146593
              {
146373
                org.apache.thrift.protocol.TList _list442 = iprot.readListBegin();
146594
                org.apache.thrift.protocol.TList _list446 = iprot.readListBegin();
146374
                this.success = new ArrayList<Order>(_list442.size);
146595
                this.success = new ArrayList<Order>(_list446.size);
146375
                for (int _i443 = 0; _i443 < _list442.size; ++_i443)
146596
                for (int _i447 = 0; _i447 < _list446.size; ++_i447)
146376
                {
146597
                {
146377
                  Order _elem444; // required
146598
                  Order _elem448; // required
146378
                  _elem444 = new Order();
146599
                  _elem448 = new Order();
146379
                  _elem444.read(iprot);
146600
                  _elem448.read(iprot);
146380
                  this.success.add(_elem444);
146601
                  this.success.add(_elem448);
146381
                }
146602
                }
146382
                iprot.readListEnd();
146603
                iprot.readListEnd();
146383
              }
146604
              }
146384
            } else { 
146605
            } else { 
146385
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
146606
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 146399... Line 146620...
146399
 
146620
 
146400
      if (this.isSetSuccess()) {
146621
      if (this.isSetSuccess()) {
146401
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
146622
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
146402
        {
146623
        {
146403
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
146624
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
146404
          for (Order _iter445 : this.success)
146625
          for (Order _iter449 : this.success)
146405
          {
146626
          {
146406
            _iter445.write(oprot);
146627
            _iter449.write(oprot);
146407
          }
146628
          }
146408
          oprot.writeListEnd();
146629
          oprot.writeListEnd();
146409
        }
146630
        }
146410
        oprot.writeFieldEnd();
146631
        oprot.writeFieldEnd();
146411
      }
146632
      }
Line 146993... Line 147214...
146993
        }
147214
        }
146994
        switch (field.id) {
147215
        switch (field.id) {
146995
          case 0: // SUCCESS
147216
          case 0: // SUCCESS
146996
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
147217
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
146997
              {
147218
              {
146998
                org.apache.thrift.protocol.TList _list446 = iprot.readListBegin();
147219
                org.apache.thrift.protocol.TList _list450 = iprot.readListBegin();
146999
                this.success = new ArrayList<Order>(_list446.size);
147220
                this.success = new ArrayList<Order>(_list450.size);
147000
                for (int _i447 = 0; _i447 < _list446.size; ++_i447)
147221
                for (int _i451 = 0; _i451 < _list450.size; ++_i451)
147001
                {
147222
                {
147002
                  Order _elem448; // required
147223
                  Order _elem452; // required
147003
                  _elem448 = new Order();
147224
                  _elem452 = new Order();
147004
                  _elem448.read(iprot);
147225
                  _elem452.read(iprot);
147005
                  this.success.add(_elem448);
147226
                  this.success.add(_elem452);
147006
                }
147227
                }
147007
                iprot.readListEnd();
147228
                iprot.readListEnd();
147008
              }
147229
              }
147009
            } else { 
147230
            } else { 
147010
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
147231
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 147024... Line 147245...
147024
 
147245
 
147025
      if (this.isSetSuccess()) {
147246
      if (this.isSetSuccess()) {
147026
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
147247
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
147027
        {
147248
        {
147028
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
147249
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
147029
          for (Order _iter449 : this.success)
147250
          for (Order _iter453 : this.success)
147030
          {
147251
          {
147031
            _iter449.write(oprot);
147252
            _iter453.write(oprot);
147032
          }
147253
          }
147033
          oprot.writeListEnd();
147254
          oprot.writeListEnd();
147034
        }
147255
        }
147035
        oprot.writeFieldEnd();
147256
        oprot.writeFieldEnd();
147036
      }
147257
      }
Line 148206... Line 148427...
148206
        }
148427
        }
148207
        switch (field.id) {
148428
        switch (field.id) {
148208
          case 0: // SUCCESS
148429
          case 0: // SUCCESS
148209
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
148430
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
148210
              {
148431
              {
148211
                org.apache.thrift.protocol.TList _list450 = iprot.readListBegin();
148432
                org.apache.thrift.protocol.TList _list454 = iprot.readListBegin();
148212
                this.success = new ArrayList<AmazonOrder>(_list450.size);
148433
                this.success = new ArrayList<AmazonOrder>(_list454.size);
148213
                for (int _i451 = 0; _i451 < _list450.size; ++_i451)
148434
                for (int _i455 = 0; _i455 < _list454.size; ++_i455)
148214
                {
148435
                {
148215
                  AmazonOrder _elem452; // required
148436
                  AmazonOrder _elem456; // required
148216
                  _elem452 = new AmazonOrder();
148437
                  _elem456 = new AmazonOrder();
148217
                  _elem452.read(iprot);
148438
                  _elem456.read(iprot);
148218
                  this.success.add(_elem452);
148439
                  this.success.add(_elem456);
148219
                }
148440
                }
148220
                iprot.readListEnd();
148441
                iprot.readListEnd();
148221
              }
148442
              }
148222
            } else { 
148443
            } else { 
148223
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
148444
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 148237... Line 148458...
148237
 
148458
 
148238
      if (this.isSetSuccess()) {
148459
      if (this.isSetSuccess()) {
148239
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
148460
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
148240
        {
148461
        {
148241
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
148462
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
148242
          for (AmazonOrder _iter453 : this.success)
148463
          for (AmazonOrder _iter457 : this.success)
148243
          {
148464
          {
148244
            _iter453.write(oprot);
148465
            _iter457.write(oprot);
148245
          }
148466
          }
148246
          oprot.writeListEnd();
148467
          oprot.writeListEnd();
148247
        }
148468
        }
148248
        oprot.writeFieldEnd();
148469
        oprot.writeFieldEnd();
148249
      }
148470
      }
Line 148844... Line 149065...
148844
            }
149065
            }
148845
            break;
149066
            break;
148846
          case 5: // STATUSES
149067
          case 5: // STATUSES
148847
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
149068
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
148848
              {
149069
              {
148849
                org.apache.thrift.protocol.TList _list454 = iprot.readListBegin();
149070
                org.apache.thrift.protocol.TList _list458 = iprot.readListBegin();
148850
                this.statuses = new ArrayList<OrderStatus>(_list454.size);
149071
                this.statuses = new ArrayList<OrderStatus>(_list458.size);
148851
                for (int _i455 = 0; _i455 < _list454.size; ++_i455)
149072
                for (int _i459 = 0; _i459 < _list458.size; ++_i459)
148852
                {
149073
                {
148853
                  OrderStatus _elem456; // required
149074
                  OrderStatus _elem460; // required
148854
                  _elem456 = OrderStatus.findByValue(iprot.readI32());
149075
                  _elem460 = OrderStatus.findByValue(iprot.readI32());
148855
                  this.statuses.add(_elem456);
149076
                  this.statuses.add(_elem460);
148856
                }
149077
                }
148857
                iprot.readListEnd();
149078
                iprot.readListEnd();
148858
              }
149079
              }
148859
            } else { 
149080
            } else { 
148860
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
149081
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 148887... Line 149108...
148887
      oprot.writeFieldEnd();
149108
      oprot.writeFieldEnd();
148888
      if (this.statuses != null) {
149109
      if (this.statuses != null) {
148889
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
149110
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
148890
        {
149111
        {
148891
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
149112
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
148892
          for (OrderStatus _iter457 : this.statuses)
149113
          for (OrderStatus _iter461 : this.statuses)
148893
          {
149114
          {
148894
            oprot.writeI32(_iter457.getValue());
149115
            oprot.writeI32(_iter461.getValue());
148895
          }
149116
          }
148896
          oprot.writeListEnd();
149117
          oprot.writeListEnd();
148897
        }
149118
        }
148898
        oprot.writeFieldEnd();
149119
        oprot.writeFieldEnd();
148899
      }
149120
      }
Line 149205... Line 149426...
149205
        }
149426
        }
149206
        switch (field.id) {
149427
        switch (field.id) {
149207
          case 0: // SUCCESS
149428
          case 0: // SUCCESS
149208
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
149429
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
149209
              {
149430
              {
149210
                org.apache.thrift.protocol.TList _list458 = iprot.readListBegin();
149431
                org.apache.thrift.protocol.TList _list462 = iprot.readListBegin();
149211
                this.success = new ArrayList<Order>(_list458.size);
149432
                this.success = new ArrayList<Order>(_list462.size);
149212
                for (int _i459 = 0; _i459 < _list458.size; ++_i459)
149433
                for (int _i463 = 0; _i463 < _list462.size; ++_i463)
149213
                {
149434
                {
149214
                  Order _elem460; // required
149435
                  Order _elem464; // required
149215
                  _elem460 = new Order();
149436
                  _elem464 = new Order();
149216
                  _elem460.read(iprot);
149437
                  _elem464.read(iprot);
149217
                  this.success.add(_elem460);
149438
                  this.success.add(_elem464);
149218
                }
149439
                }
149219
                iprot.readListEnd();
149440
                iprot.readListEnd();
149220
              }
149441
              }
149221
            } else { 
149442
            } else { 
149222
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
149443
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 149236... Line 149457...
149236
 
149457
 
149237
      if (this.isSetSuccess()) {
149458
      if (this.isSetSuccess()) {
149238
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
149459
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
149239
        {
149460
        {
149240
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
149461
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
149241
          for (Order _iter461 : this.success)
149462
          for (Order _iter465 : this.success)
149242
          {
149463
          {
149243
            _iter461.write(oprot);
149464
            _iter465.write(oprot);
149244
          }
149465
          }
149245
          oprot.writeListEnd();
149466
          oprot.writeListEnd();
149246
        }
149467
        }
149247
        oprot.writeFieldEnd();
149468
        oprot.writeFieldEnd();
149248
      }
149469
      }
Line 153264... Line 153485...
153264
        }
153485
        }
153265
        switch (field.id) {
153486
        switch (field.id) {
153266
          case 0: // SUCCESS
153487
          case 0: // SUCCESS
153267
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
153488
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
153268
              {
153489
              {
153269
                org.apache.thrift.protocol.TList _list462 = iprot.readListBegin();
153490
                org.apache.thrift.protocol.TList _list466 = iprot.readListBegin();
153270
                this.success = new ArrayList<String>(_list462.size);
153491
                this.success = new ArrayList<String>(_list466.size);
153271
                for (int _i463 = 0; _i463 < _list462.size; ++_i463)
153492
                for (int _i467 = 0; _i467 < _list466.size; ++_i467)
153272
                {
153493
                {
153273
                  String _elem464; // required
153494
                  String _elem468; // required
153274
                  _elem464 = iprot.readString();
153495
                  _elem468 = iprot.readString();
153275
                  this.success.add(_elem464);
153496
                  this.success.add(_elem468);
153276
                }
153497
                }
153277
                iprot.readListEnd();
153498
                iprot.readListEnd();
153278
              }
153499
              }
153279
            } else { 
153500
            } else { 
153280
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
153501
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 153294... Line 153515...
153294
 
153515
 
153295
      if (this.isSetSuccess()) {
153516
      if (this.isSetSuccess()) {
153296
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
153517
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
153297
        {
153518
        {
153298
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.success.size()));
153519
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.success.size()));
153299
          for (String _iter465 : this.success)
153520
          for (String _iter469 : this.success)
153300
          {
153521
          {
153301
            oprot.writeString(_iter465);
153522
            oprot.writeString(_iter469);
153302
          }
153523
          }
153303
          oprot.writeListEnd();
153524
          oprot.writeListEnd();
153304
        }
153525
        }
153305
        oprot.writeFieldEnd();
153526
        oprot.writeFieldEnd();
153306
      }
153527
      }
Line 154890... Line 155111...
154890
        }
155111
        }
154891
        switch (field.id) {
155112
        switch (field.id) {
154892
          case 0: // SUCCESS
155113
          case 0: // SUCCESS
154893
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
155114
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
154894
              {
155115
              {
154895
                org.apache.thrift.protocol.TList _list466 = iprot.readListBegin();
155116
                org.apache.thrift.protocol.TList _list470 = iprot.readListBegin();
154896
                this.success = new ArrayList<StoreOrderCollection>(_list466.size);
155117
                this.success = new ArrayList<StoreOrderCollection>(_list470.size);
154897
                for (int _i467 = 0; _i467 < _list466.size; ++_i467)
155118
                for (int _i471 = 0; _i471 < _list470.size; ++_i471)
154898
                {
155119
                {
154899
                  StoreOrderCollection _elem468; // required
155120
                  StoreOrderCollection _elem472; // required
154900
                  _elem468 = new StoreOrderCollection();
155121
                  _elem472 = new StoreOrderCollection();
154901
                  _elem468.read(iprot);
155122
                  _elem472.read(iprot);
154902
                  this.success.add(_elem468);
155123
                  this.success.add(_elem472);
154903
                }
155124
                }
154904
                iprot.readListEnd();
155125
                iprot.readListEnd();
154905
              }
155126
              }
154906
            } else { 
155127
            } else { 
154907
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
155128
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 154921... Line 155142...
154921
 
155142
 
154922
      if (this.isSetSuccess()) {
155143
      if (this.isSetSuccess()) {
154923
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
155144
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
154924
        {
155145
        {
154925
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
155146
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
154926
          for (StoreOrderCollection _iter469 : this.success)
155147
          for (StoreOrderCollection _iter473 : this.success)
154927
          {
155148
          {
154928
            _iter469.write(oprot);
155149
            _iter473.write(oprot);
154929
          }
155150
          }
154930
          oprot.writeListEnd();
155151
          oprot.writeListEnd();
154931
        }
155152
        }
154932
        oprot.writeFieldEnd();
155153
        oprot.writeFieldEnd();
154933
      }
155154
      }
Line 155527... Line 155748...
155527
        }
155748
        }
155528
        switch (field.id) {
155749
        switch (field.id) {
155529
          case 0: // SUCCESS
155750
          case 0: // SUCCESS
155530
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
155751
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
155531
              {
155752
              {
155532
                org.apache.thrift.protocol.TList _list470 = iprot.readListBegin();
155753
                org.apache.thrift.protocol.TList _list474 = iprot.readListBegin();
155533
                this.success = new ArrayList<AmazonOrdersToAcknowledge>(_list470.size);
155754
                this.success = new ArrayList<AmazonOrdersToAcknowledge>(_list474.size);
155534
                for (int _i471 = 0; _i471 < _list470.size; ++_i471)
155755
                for (int _i475 = 0; _i475 < _list474.size; ++_i475)
155535
                {
155756
                {
155536
                  AmazonOrdersToAcknowledge _elem472; // required
155757
                  AmazonOrdersToAcknowledge _elem476; // required
155537
                  _elem472 = new AmazonOrdersToAcknowledge();
155758
                  _elem476 = new AmazonOrdersToAcknowledge();
155538
                  _elem472.read(iprot);
155759
                  _elem476.read(iprot);
155539
                  this.success.add(_elem472);
155760
                  this.success.add(_elem476);
155540
                }
155761
                }
155541
                iprot.readListEnd();
155762
                iprot.readListEnd();
155542
              }
155763
              }
155543
            } else { 
155764
            } else { 
155544
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
155765
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 155558... Line 155779...
155558
 
155779
 
155559
      if (this.isSetSuccess()) {
155780
      if (this.isSetSuccess()) {
155560
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
155781
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
155561
        {
155782
        {
155562
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
155783
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
155563
          for (AmazonOrdersToAcknowledge _iter473 : this.success)
155784
          for (AmazonOrdersToAcknowledge _iter477 : this.success)
155564
          {
155785
          {
155565
            _iter473.write(oprot);
155786
            _iter477.write(oprot);
155566
          }
155787
          }
155567
          oprot.writeListEnd();
155788
          oprot.writeListEnd();
155568
        }
155789
        }
155569
        oprot.writeFieldEnd();
155790
        oprot.writeFieldEnd();
155570
      }
155791
      }
Line 156457... Line 156678...
156457
        }
156678
        }
156458
        switch (field.id) {
156679
        switch (field.id) {
156459
          case 1: // AMAZON_ORDER_DELIVERY
156680
          case 1: // AMAZON_ORDER_DELIVERY
156460
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
156681
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
156461
              {
156682
              {
156462
                org.apache.thrift.protocol.TMap _map474 = iprot.readMapBegin();
156683
                org.apache.thrift.protocol.TMap _map478 = iprot.readMapBegin();
156463
                this.amazonOrderDelivery = new HashMap<Long,Map<String,String>>(2*_map474.size);
156684
                this.amazonOrderDelivery = new HashMap<Long,Map<String,String>>(2*_map478.size);
156464
                for (int _i475 = 0; _i475 < _map474.size; ++_i475)
156685
                for (int _i479 = 0; _i479 < _map478.size; ++_i479)
156465
                {
156686
                {
156466
                  long _key476; // required
156687
                  long _key480; // required
156467
                  Map<String,String> _val477; // required
156688
                  Map<String,String> _val481; // required
156468
                  _key476 = iprot.readI64();
156689
                  _key480 = iprot.readI64();
156469
                  {
156690
                  {
156470
                    org.apache.thrift.protocol.TMap _map478 = iprot.readMapBegin();
156691
                    org.apache.thrift.protocol.TMap _map482 = iprot.readMapBegin();
156471
                    _val477 = new HashMap<String,String>(2*_map478.size);
156692
                    _val481 = new HashMap<String,String>(2*_map482.size);
156472
                    for (int _i479 = 0; _i479 < _map478.size; ++_i479)
156693
                    for (int _i483 = 0; _i483 < _map482.size; ++_i483)
156473
                    {
156694
                    {
156474
                      String _key480; // required
156695
                      String _key484; // required
156475
                      String _val481; // required
156696
                      String _val485; // required
156476
                      _key480 = iprot.readString();
156697
                      _key484 = iprot.readString();
156477
                      _val481 = iprot.readString();
156698
                      _val485 = iprot.readString();
156478
                      _val477.put(_key480, _val481);
156699
                      _val481.put(_key484, _val485);
156479
                    }
156700
                    }
156480
                    iprot.readMapEnd();
156701
                    iprot.readMapEnd();
156481
                  }
156702
                  }
156482
                  this.amazonOrderDelivery.put(_key476, _val477);
156703
                  this.amazonOrderDelivery.put(_key480, _val481);
156483
                }
156704
                }
156484
                iprot.readMapEnd();
156705
                iprot.readMapEnd();
156485
              }
156706
              }
156486
            } else { 
156707
            } else { 
156487
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
156708
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 156502... Line 156723...
156502
      oprot.writeStructBegin(STRUCT_DESC);
156723
      oprot.writeStructBegin(STRUCT_DESC);
156503
      if (this.amazonOrderDelivery != null) {
156724
      if (this.amazonOrderDelivery != null) {
156504
        oprot.writeFieldBegin(AMAZON_ORDER_DELIVERY_FIELD_DESC);
156725
        oprot.writeFieldBegin(AMAZON_ORDER_DELIVERY_FIELD_DESC);
156505
        {
156726
        {
156506
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.amazonOrderDelivery.size()));
156727
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.amazonOrderDelivery.size()));
156507
          for (Map.Entry<Long, Map<String,String>> _iter482 : this.amazonOrderDelivery.entrySet())
156728
          for (Map.Entry<Long, Map<String,String>> _iter486 : this.amazonOrderDelivery.entrySet())
156508
          {
156729
          {
156509
            oprot.writeI64(_iter482.getKey());
156730
            oprot.writeI64(_iter486.getKey());
156510
            {
156731
            {
156511
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter482.getValue().size()));
156732
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter486.getValue().size()));
156512
              for (Map.Entry<String, String> _iter483 : _iter482.getValue().entrySet())
156733
              for (Map.Entry<String, String> _iter487 : _iter486.getValue().entrySet())
156513
              {
156734
              {
156514
                oprot.writeString(_iter483.getKey());
156735
                oprot.writeString(_iter487.getKey());
156515
                oprot.writeString(_iter483.getValue());
156736
                oprot.writeString(_iter487.getValue());
156516
              }
156737
              }
156517
              oprot.writeMapEnd();
156738
              oprot.writeMapEnd();
156518
            }
156739
            }
156519
          }
156740
          }
156520
          oprot.writeMapEnd();
156741
          oprot.writeMapEnd();
Line 158068... Line 158289...
158068
        }
158289
        }
158069
        switch (field.id) {
158290
        switch (field.id) {
158070
          case 0: // SUCCESS
158291
          case 0: // SUCCESS
158071
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
158292
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
158072
              {
158293
              {
158073
                org.apache.thrift.protocol.TList _list484 = iprot.readListBegin();
158294
                org.apache.thrift.protocol.TList _list488 = iprot.readListBegin();
158074
                this.success = new ArrayList<Order>(_list484.size);
158295
                this.success = new ArrayList<Order>(_list488.size);
158075
                for (int _i485 = 0; _i485 < _list484.size; ++_i485)
158296
                for (int _i489 = 0; _i489 < _list488.size; ++_i489)
158076
                {
158297
                {
158077
                  Order _elem486; // required
158298
                  Order _elem490; // required
158078
                  _elem486 = new Order();
158299
                  _elem490 = new Order();
158079
                  _elem486.read(iprot);
158300
                  _elem490.read(iprot);
158080
                  this.success.add(_elem486);
158301
                  this.success.add(_elem490);
158081
                }
158302
                }
158082
                iprot.readListEnd();
158303
                iprot.readListEnd();
158083
              }
158304
              }
158084
            } else { 
158305
            } else { 
158085
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
158306
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 158099... Line 158320...
158099
 
158320
 
158100
      if (this.isSetSuccess()) {
158321
      if (this.isSetSuccess()) {
158101
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
158322
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
158102
        {
158323
        {
158103
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
158324
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
158104
          for (Order _iter487 : this.success)
158325
          for (Order _iter491 : this.success)
158105
          {
158326
          {
158106
            _iter487.write(oprot);
158327
            _iter491.write(oprot);
158107
          }
158328
          }
158108
          oprot.writeListEnd();
158329
          oprot.writeListEnd();
158109
        }
158330
        }
158110
        oprot.writeFieldEnd();
158331
        oprot.writeFieldEnd();
158111
      }
158332
      }
Line 158693... Line 158914...
158693
        }
158914
        }
158694
        switch (field.id) {
158915
        switch (field.id) {
158695
          case 0: // SUCCESS
158916
          case 0: // SUCCESS
158696
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
158917
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
158697
              {
158918
              {
158698
                org.apache.thrift.protocol.TList _list488 = iprot.readListBegin();
158919
                org.apache.thrift.protocol.TList _list492 = iprot.readListBegin();
158699
                this.success = new ArrayList<Order>(_list488.size);
158920
                this.success = new ArrayList<Order>(_list492.size);
158700
                for (int _i489 = 0; _i489 < _list488.size; ++_i489)
158921
                for (int _i493 = 0; _i493 < _list492.size; ++_i493)
158701
                {
158922
                {
158702
                  Order _elem490; // required
158923
                  Order _elem494; // required
158703
                  _elem490 = new Order();
158924
                  _elem494 = new Order();
158704
                  _elem490.read(iprot);
158925
                  _elem494.read(iprot);
158705
                  this.success.add(_elem490);
158926
                  this.success.add(_elem494);
158706
                }
158927
                }
158707
                iprot.readListEnd();
158928
                iprot.readListEnd();
158708
              }
158929
              }
158709
            } else { 
158930
            } else { 
158710
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
158931
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 158724... Line 158945...
158724
 
158945
 
158725
      if (this.isSetSuccess()) {
158946
      if (this.isSetSuccess()) {
158726
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
158947
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
158727
        {
158948
        {
158728
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
158949
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
158729
          for (Order _iter491 : this.success)
158950
          for (Order _iter495 : this.success)
158730
          {
158951
          {
158731
            _iter491.write(oprot);
158952
            _iter495.write(oprot);
158732
          }
158953
          }
158733
          oprot.writeListEnd();
158954
          oprot.writeListEnd();
158734
        }
158955
        }
158735
        oprot.writeFieldEnd();
158956
        oprot.writeFieldEnd();
158736
      }
158957
      }
Line 160482... Line 160703...
160482
        }
160703
        }
160483
        switch (field.id) {
160704
        switch (field.id) {
160484
          case 0: // SUCCESS
160705
          case 0: // SUCCESS
160485
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
160706
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
160486
              {
160707
              {
160487
                org.apache.thrift.protocol.TList _list492 = iprot.readListBegin();
160708
                org.apache.thrift.protocol.TList _list496 = iprot.readListBegin();
160488
                this.success = new ArrayList<HotspotServiceMatrix>(_list492.size);
160709
                this.success = new ArrayList<HotspotServiceMatrix>(_list496.size);
160489
                for (int _i493 = 0; _i493 < _list492.size; ++_i493)
160710
                for (int _i497 = 0; _i497 < _list496.size; ++_i497)
160490
                {
160711
                {
160491
                  HotspotServiceMatrix _elem494; // required
160712
                  HotspotServiceMatrix _elem498; // required
160492
                  _elem494 = new HotspotServiceMatrix();
160713
                  _elem498 = new HotspotServiceMatrix();
160493
                  _elem494.read(iprot);
160714
                  _elem498.read(iprot);
160494
                  this.success.add(_elem494);
160715
                  this.success.add(_elem498);
160495
                }
160716
                }
160496
                iprot.readListEnd();
160717
                iprot.readListEnd();
160497
              }
160718
              }
160498
            } else { 
160719
            } else { 
160499
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
160720
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 160513... Line 160734...
160513
 
160734
 
160514
      if (this.isSetSuccess()) {
160735
      if (this.isSetSuccess()) {
160515
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
160736
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
160516
        {
160737
        {
160517
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
160738
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
160518
          for (HotspotServiceMatrix _iter495 : this.success)
160739
          for (HotspotServiceMatrix _iter499 : this.success)
160519
          {
160740
          {
160520
            _iter495.write(oprot);
160741
            _iter499.write(oprot);
160521
          }
160742
          }
160522
          oprot.writeListEnd();
160743
          oprot.writeListEnd();
160523
        }
160744
        }
160524
        oprot.writeFieldEnd();
160745
        oprot.writeFieldEnd();
160525
      }
160746
      }
Line 161577... Line 161798...
161577
        }
161798
        }
161578
        switch (field.id) {
161799
        switch (field.id) {
161579
          case 1: // VENDORS
161800
          case 1: // VENDORS
161580
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
161801
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
161581
              {
161802
              {
161582
                org.apache.thrift.protocol.TList _list496 = iprot.readListBegin();
161803
                org.apache.thrift.protocol.TList _list500 = iprot.readListBegin();
161583
                this.vendors = new ArrayList<Long>(_list496.size);
161804
                this.vendors = new ArrayList<Long>(_list500.size);
161584
                for (int _i497 = 0; _i497 < _list496.size; ++_i497)
161805
                for (int _i501 = 0; _i501 < _list500.size; ++_i501)
161585
                {
161806
                {
161586
                  long _elem498; // required
161807
                  long _elem502; // required
161587
                  _elem498 = iprot.readI64();
161808
                  _elem502 = iprot.readI64();
161588
                  this.vendors.add(_elem498);
161809
                  this.vendors.add(_elem502);
161589
                }
161810
                }
161590
                iprot.readListEnd();
161811
                iprot.readListEnd();
161591
              }
161812
              }
161592
            } else { 
161813
            } else { 
161593
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
161814
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
161594
            }
161815
            }
161595
            break;
161816
            break;
161596
          case 2: // STATUSES
161817
          case 2: // STATUSES
161597
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
161818
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
161598
              {
161819
              {
161599
                org.apache.thrift.protocol.TList _list499 = iprot.readListBegin();
161820
                org.apache.thrift.protocol.TList _list503 = iprot.readListBegin();
161600
                this.statuses = new ArrayList<OrderStatus>(_list499.size);
161821
                this.statuses = new ArrayList<OrderStatus>(_list503.size);
161601
                for (int _i500 = 0; _i500 < _list499.size; ++_i500)
161822
                for (int _i504 = 0; _i504 < _list503.size; ++_i504)
161602
                {
161823
                {
161603
                  OrderStatus _elem501; // required
161824
                  OrderStatus _elem505; // required
161604
                  _elem501 = OrderStatus.findByValue(iprot.readI32());
161825
                  _elem505 = OrderStatus.findByValue(iprot.readI32());
161605
                  this.statuses.add(_elem501);
161826
                  this.statuses.add(_elem505);
161606
                }
161827
                }
161607
                iprot.readListEnd();
161828
                iprot.readListEnd();
161608
              }
161829
              }
161609
            } else { 
161830
            } else { 
161610
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
161831
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 161625... Line 161846...
161625
      oprot.writeStructBegin(STRUCT_DESC);
161846
      oprot.writeStructBegin(STRUCT_DESC);
161626
      if (this.vendors != null) {
161847
      if (this.vendors != null) {
161627
        oprot.writeFieldBegin(VENDORS_FIELD_DESC);
161848
        oprot.writeFieldBegin(VENDORS_FIELD_DESC);
161628
        {
161849
        {
161629
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.vendors.size()));
161850
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.vendors.size()));
161630
          for (long _iter502 : this.vendors)
161851
          for (long _iter506 : this.vendors)
161631
          {
161852
          {
161632
            oprot.writeI64(_iter502);
161853
            oprot.writeI64(_iter506);
161633
          }
161854
          }
161634
          oprot.writeListEnd();
161855
          oprot.writeListEnd();
161635
        }
161856
        }
161636
        oprot.writeFieldEnd();
161857
        oprot.writeFieldEnd();
161637
      }
161858
      }
161638
      if (this.statuses != null) {
161859
      if (this.statuses != null) {
161639
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
161860
        oprot.writeFieldBegin(STATUSES_FIELD_DESC);
161640
        {
161861
        {
161641
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
161862
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I32, this.statuses.size()));
161642
          for (OrderStatus _iter503 : this.statuses)
161863
          for (OrderStatus _iter507 : this.statuses)
161643
          {
161864
          {
161644
            oprot.writeI32(_iter503.getValue());
161865
            oprot.writeI32(_iter507.getValue());
161645
          }
161866
          }
161646
          oprot.writeListEnd();
161867
          oprot.writeListEnd();
161647
        }
161868
        }
161648
        oprot.writeFieldEnd();
161869
        oprot.writeFieldEnd();
161649
      }
161870
      }
Line 162013... Line 162234...
162013
        }
162234
        }
162014
        switch (field.id) {
162235
        switch (field.id) {
162015
          case 0: // SUCCESS
162236
          case 0: // SUCCESS
162016
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
162237
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
162017
              {
162238
              {
162018
                org.apache.thrift.protocol.TList _list504 = iprot.readListBegin();
162239
                org.apache.thrift.protocol.TList _list508 = iprot.readListBegin();
162019
                this.success = new ArrayList<Order>(_list504.size);
162240
                this.success = new ArrayList<Order>(_list508.size);
162020
                for (int _i505 = 0; _i505 < _list504.size; ++_i505)
162241
                for (int _i509 = 0; _i509 < _list508.size; ++_i509)
162021
                {
162242
                {
162022
                  Order _elem506; // required
162243
                  Order _elem510; // required
162023
                  _elem506 = new Order();
162244
                  _elem510 = new Order();
162024
                  _elem506.read(iprot);
162245
                  _elem510.read(iprot);
162025
                  this.success.add(_elem506);
162246
                  this.success.add(_elem510);
162026
                }
162247
                }
162027
                iprot.readListEnd();
162248
                iprot.readListEnd();
162028
              }
162249
              }
162029
            } else { 
162250
            } else { 
162030
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
162251
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 162052... Line 162273...
162052
 
162273
 
162053
      if (this.isSetSuccess()) {
162274
      if (this.isSetSuccess()) {
162054
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
162275
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
162055
        {
162276
        {
162056
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
162277
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
162057
          for (Order _iter507 : this.success)
162278
          for (Order _iter511 : this.success)
162058
          {
162279
          {
162059
            _iter507.write(oprot);
162280
            _iter511.write(oprot);
162060
          }
162281
          }
162061
          oprot.writeListEnd();
162282
          oprot.writeListEnd();
162062
        }
162283
        }
162063
        oprot.writeFieldEnd();
162284
        oprot.writeFieldEnd();
162064
      } else if (this.isSetEx()) {
162285
      } else if (this.isSetEx()) {
Line 164504... Line 164725...
164504
        }
164725
        }
164505
        switch (field.id) {
164726
        switch (field.id) {
164506
          case 0: // SUCCESS
164727
          case 0: // SUCCESS
164507
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
164728
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
164508
              {
164729
              {
164509
                org.apache.thrift.protocol.TList _list508 = iprot.readListBegin();
164730
                org.apache.thrift.protocol.TList _list512 = iprot.readListBegin();
164510
                this.success = new ArrayList<EbayOrder>(_list508.size);
164731
                this.success = new ArrayList<EbayOrder>(_list512.size);
164511
                for (int _i509 = 0; _i509 < _list508.size; ++_i509)
164732
                for (int _i513 = 0; _i513 < _list512.size; ++_i513)
164512
                {
164733
                {
164513
                  EbayOrder _elem510; // required
164734
                  EbayOrder _elem514; // required
164514
                  _elem510 = new EbayOrder();
164735
                  _elem514 = new EbayOrder();
164515
                  _elem510.read(iprot);
164736
                  _elem514.read(iprot);
164516
                  this.success.add(_elem510);
164737
                  this.success.add(_elem514);
164517
                }
164738
                }
164518
                iprot.readListEnd();
164739
                iprot.readListEnd();
164519
              }
164740
              }
164520
            } else { 
164741
            } else { 
164521
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
164742
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 164535... Line 164756...
164535
 
164756
 
164536
      if (this.isSetSuccess()) {
164757
      if (this.isSetSuccess()) {
164537
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
164758
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
164538
        {
164759
        {
164539
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
164760
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
164540
          for (EbayOrder _iter511 : this.success)
164761
          for (EbayOrder _iter515 : this.success)
164541
          {
164762
          {
164542
            _iter511.write(oprot);
164763
            _iter515.write(oprot);
164543
          }
164764
          }
164544
          oprot.writeListEnd();
164765
          oprot.writeListEnd();
164545
        }
164766
        }
164546
        oprot.writeFieldEnd();
164767
        oprot.writeFieldEnd();
164547
      }
164768
      }
Line 168123... Line 168344...
168123
        }
168344
        }
168124
        switch (field.id) {
168345
        switch (field.id) {
168125
          case 0: // SUCCESS
168346
          case 0: // SUCCESS
168126
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
168347
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
168127
              {
168348
              {
168128
                org.apache.thrift.protocol.TList _list512 = iprot.readListBegin();
168349
                org.apache.thrift.protocol.TList _list516 = iprot.readListBegin();
168129
                this.success = new ArrayList<AmazonFbaSalesSnapshot>(_list512.size);
168350
                this.success = new ArrayList<AmazonFbaSalesSnapshot>(_list516.size);
168130
                for (int _i513 = 0; _i513 < _list512.size; ++_i513)
168351
                for (int _i517 = 0; _i517 < _list516.size; ++_i517)
168131
                {
168352
                {
168132
                  AmazonFbaSalesSnapshot _elem514; // required
168353
                  AmazonFbaSalesSnapshot _elem518; // required
168133
                  _elem514 = new AmazonFbaSalesSnapshot();
168354
                  _elem518 = new AmazonFbaSalesSnapshot();
168134
                  _elem514.read(iprot);
168355
                  _elem518.read(iprot);
168135
                  this.success.add(_elem514);
168356
                  this.success.add(_elem518);
168136
                }
168357
                }
168137
                iprot.readListEnd();
168358
                iprot.readListEnd();
168138
              }
168359
              }
168139
            } else { 
168360
            } else { 
168140
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
168361
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 168154... Line 168375...
168154
 
168375
 
168155
      if (this.isSetSuccess()) {
168376
      if (this.isSetSuccess()) {
168156
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
168377
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
168157
        {
168378
        {
168158
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
168379
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
168159
          for (AmazonFbaSalesSnapshot _iter515 : this.success)
168380
          for (AmazonFbaSalesSnapshot _iter519 : this.success)
168160
          {
168381
          {
168161
            _iter515.write(oprot);
168382
            _iter519.write(oprot);
168162
          }
168383
          }
168163
          oprot.writeListEnd();
168384
          oprot.writeListEnd();
168164
        }
168385
        }
168165
        oprot.writeFieldEnd();
168386
        oprot.writeFieldEnd();
168166
      }
168387
      }
Line 170006... Line 170227...
170006
        }
170227
        }
170007
        switch (field.id) {
170228
        switch (field.id) {
170008
          case 0: // SUCCESS
170229
          case 0: // SUCCESS
170009
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
170230
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
170010
              {
170231
              {
170011
                org.apache.thrift.protocol.TList _list516 = iprot.readListBegin();
170232
                org.apache.thrift.protocol.TList _list520 = iprot.readListBegin();
170012
                this.success = new ArrayList<SnapdealOrder>(_list516.size);
170233
                this.success = new ArrayList<SnapdealOrder>(_list520.size);
170013
                for (int _i517 = 0; _i517 < _list516.size; ++_i517)
170234
                for (int _i521 = 0; _i521 < _list520.size; ++_i521)
170014
                {
170235
                {
170015
                  SnapdealOrder _elem518; // required
170236
                  SnapdealOrder _elem522; // required
170016
                  _elem518 = new SnapdealOrder();
170237
                  _elem522 = new SnapdealOrder();
170017
                  _elem518.read(iprot);
170238
                  _elem522.read(iprot);
170018
                  this.success.add(_elem518);
170239
                  this.success.add(_elem522);
170019
                }
170240
                }
170020
                iprot.readListEnd();
170241
                iprot.readListEnd();
170021
              }
170242
              }
170022
            } else { 
170243
            } else { 
170023
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
170244
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 170037... Line 170258...
170037
 
170258
 
170038
      if (this.isSetSuccess()) {
170259
      if (this.isSetSuccess()) {
170039
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
170260
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
170040
        {
170261
        {
170041
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
170262
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
170042
          for (SnapdealOrder _iter519 : this.success)
170263
          for (SnapdealOrder _iter523 : this.success)
170043
          {
170264
          {
170044
            _iter519.write(oprot);
170265
            _iter523.write(oprot);
170045
          }
170266
          }
170046
          oprot.writeListEnd();
170267
          oprot.writeListEnd();
170047
        }
170268
        }
170048
        oprot.writeFieldEnd();
170269
        oprot.writeFieldEnd();
170049
      }
170270
      }
Line 174990... Line 175211...
174990
        }
175211
        }
174991
        switch (field.id) {
175212
        switch (field.id) {
174992
          case 0: // SUCCESS
175213
          case 0: // SUCCESS
174993
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
175214
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
174994
              {
175215
              {
174995
                org.apache.thrift.protocol.TMap _map520 = iprot.readMapBegin();
175216
                org.apache.thrift.protocol.TMap _map524 = iprot.readMapBegin();
174996
                this.success = new HashMap<Long,Long>(2*_map520.size);
175217
                this.success = new HashMap<Long,Long>(2*_map524.size);
174997
                for (int _i521 = 0; _i521 < _map520.size; ++_i521)
175218
                for (int _i525 = 0; _i525 < _map524.size; ++_i525)
174998
                {
175219
                {
174999
                  long _key522; // required
175220
                  long _key526; // required
175000
                  long _val523; // required
175221
                  long _val527; // required
175001
                  _key522 = iprot.readI64();
175222
                  _key526 = iprot.readI64();
175002
                  _val523 = iprot.readI64();
175223
                  _val527 = iprot.readI64();
175003
                  this.success.put(_key522, _val523);
175224
                  this.success.put(_key526, _val527);
175004
                }
175225
                }
175005
                iprot.readMapEnd();
175226
                iprot.readMapEnd();
175006
              }
175227
              }
175007
            } else { 
175228
            } else { 
175008
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
175229
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 175022... Line 175243...
175022
 
175243
 
175023
      if (this.isSetSuccess()) {
175244
      if (this.isSetSuccess()) {
175024
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
175245
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
175025
        {
175246
        {
175026
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
175247
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
175027
          for (Map.Entry<Long, Long> _iter524 : this.success.entrySet())
175248
          for (Map.Entry<Long, Long> _iter528 : this.success.entrySet())
175028
          {
175249
          {
175029
            oprot.writeI64(_iter524.getKey());
175250
            oprot.writeI64(_iter528.getKey());
175030
            oprot.writeI64(_iter524.getValue());
175251
            oprot.writeI64(_iter528.getValue());
175031
          }
175252
          }
175032
          oprot.writeMapEnd();
175253
          oprot.writeMapEnd();
175033
        }
175254
        }
175034
        oprot.writeFieldEnd();
175255
        oprot.writeFieldEnd();
175035
      }
175256
      }
Line 175370... Line 175591...
175370
  }
175591
  }
175371
 
175592
 
175372
  public static class getOrderForAirwayBillNo_result implements org.apache.thrift.TBase<getOrderForAirwayBillNo_result, getOrderForAirwayBillNo_result._Fields>, java.io.Serializable, Cloneable   {
175593
  public static class getOrderForAirwayBillNo_result implements org.apache.thrift.TBase<getOrderForAirwayBillNo_result, getOrderForAirwayBillNo_result._Fields>, java.io.Serializable, Cloneable   {
175373
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOrderForAirwayBillNo_result");
175594
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOrderForAirwayBillNo_result");
175374
 
175595
 
175375
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRUCT, (short)0);
175596
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0);
175376
    private static final org.apache.thrift.protocol.TField EX_FIELD_DESC = new org.apache.thrift.protocol.TField("ex", org.apache.thrift.protocol.TType.STRUCT, (short)1);
175597
    private static final org.apache.thrift.protocol.TField EX_FIELD_DESC = new org.apache.thrift.protocol.TField("ex", org.apache.thrift.protocol.TType.STRUCT, (short)1);
175377
 
175598
 
175378
    private Order success; // required
175599
    private List<Order> success; // required
175379
    private TransactionServiceException ex; // required
175600
    private TransactionServiceException ex; // required
175380
 
175601
 
175381
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
175602
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
175382
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
175603
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
175383
      SUCCESS((short)0, "success"),
175604
      SUCCESS((short)0, "success"),
Line 175443... Line 175664...
175443
 
175664
 
175444
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
175665
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
175445
    static {
175666
    static {
175446
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
175667
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
175447
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
175668
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
175669
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
175448
          new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Order.class)));
175670
              new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Order.class))));
175449
      tmpMap.put(_Fields.EX, new org.apache.thrift.meta_data.FieldMetaData("ex", org.apache.thrift.TFieldRequirementType.DEFAULT, 
175671
      tmpMap.put(_Fields.EX, new org.apache.thrift.meta_data.FieldMetaData("ex", org.apache.thrift.TFieldRequirementType.DEFAULT, 
175450
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT)));
175672
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT)));
175451
      metaDataMap = Collections.unmodifiableMap(tmpMap);
175673
      metaDataMap = Collections.unmodifiableMap(tmpMap);
175452
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOrderForAirwayBillNo_result.class, metaDataMap);
175674
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOrderForAirwayBillNo_result.class, metaDataMap);
175453
    }
175675
    }
175454
 
175676
 
175455
    public getOrderForAirwayBillNo_result() {
175677
    public getOrderForAirwayBillNo_result() {
175456
    }
175678
    }
175457
 
175679
 
175458
    public getOrderForAirwayBillNo_result(
175680
    public getOrderForAirwayBillNo_result(
175459
      Order success,
175681
      List<Order> success,
175460
      TransactionServiceException ex)
175682
      TransactionServiceException ex)
175461
    {
175683
    {
175462
      this();
175684
      this();
175463
      this.success = success;
175685
      this.success = success;
175464
      this.ex = ex;
175686
      this.ex = ex;
Line 175467... Line 175689...
175467
    /**
175689
    /**
175468
     * Performs a deep copy on <i>other</i>.
175690
     * Performs a deep copy on <i>other</i>.
175469
     */
175691
     */
175470
    public getOrderForAirwayBillNo_result(getOrderForAirwayBillNo_result other) {
175692
    public getOrderForAirwayBillNo_result(getOrderForAirwayBillNo_result other) {
175471
      if (other.isSetSuccess()) {
175693
      if (other.isSetSuccess()) {
-
 
175694
        List<Order> __this__success = new ArrayList<Order>();
-
 
175695
        for (Order other_element : other.success) {
-
 
175696
          __this__success.add(new Order(other_element));
-
 
175697
        }
175472
        this.success = new Order(other.success);
175698
        this.success = __this__success;
175473
      }
175699
      }
175474
      if (other.isSetEx()) {
175700
      if (other.isSetEx()) {
175475
        this.ex = new TransactionServiceException(other.ex);
175701
        this.ex = new TransactionServiceException(other.ex);
175476
      }
175702
      }
175477
    }
175703
    }
Line 175484... Line 175710...
175484
    public void clear() {
175710
    public void clear() {
175485
      this.success = null;
175711
      this.success = null;
175486
      this.ex = null;
175712
      this.ex = null;
175487
    }
175713
    }
175488
 
175714
 
-
 
175715
    public int getSuccessSize() {
-
 
175716
      return (this.success == null) ? 0 : this.success.size();
-
 
175717
    }
-
 
175718
 
-
 
175719
    public java.util.Iterator<Order> getSuccessIterator() {
-
 
175720
      return (this.success == null) ? null : this.success.iterator();
-
 
175721
    }
-
 
175722
 
-
 
175723
    public void addToSuccess(Order elem) {
-
 
175724
      if (this.success == null) {
-
 
175725
        this.success = new ArrayList<Order>();
-
 
175726
      }
-
 
175727
      this.success.add(elem);
-
 
175728
    }
-
 
175729
 
175489
    public Order getSuccess() {
175730
    public List<Order> getSuccess() {
175490
      return this.success;
175731
      return this.success;
175491
    }
175732
    }
175492
 
175733
 
175493
    public void setSuccess(Order success) {
175734
    public void setSuccess(List<Order> success) {
175494
      this.success = success;
175735
      this.success = success;
175495
    }
175736
    }
175496
 
175737
 
175497
    public void unsetSuccess() {
175738
    public void unsetSuccess() {
175498
      this.success = null;
175739
      this.success = null;
Line 175536... Line 175777...
175536
      switch (field) {
175777
      switch (field) {
175537
      case SUCCESS:
175778
      case SUCCESS:
175538
        if (value == null) {
175779
        if (value == null) {
175539
          unsetSuccess();
175780
          unsetSuccess();
175540
        } else {
175781
        } else {
175541
          setSuccess((Order)value);
175782
          setSuccess((List<Order>)value);
175542
        }
175783
        }
175543
        break;
175784
        break;
175544
 
175785
 
175545
      case EX:
175786
      case EX:
175546
        if (value == null) {
175787
        if (value == null) {
Line 175663... Line 175904...
175663
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
175904
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
175664
          break;
175905
          break;
175665
        }
175906
        }
175666
        switch (field.id) {
175907
        switch (field.id) {
175667
          case 0: // SUCCESS
175908
          case 0: // SUCCESS
175668
            if (field.type == org.apache.thrift.protocol.TType.STRUCT) {
175909
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
-
 
175910
              {
-
 
175911
                org.apache.thrift.protocol.TList _list529 = iprot.readListBegin();
-
 
175912
                this.success = new ArrayList<Order>(_list529.size);
-
 
175913
                for (int _i530 = 0; _i530 < _list529.size; ++_i530)
-
 
175914
                {
-
 
175915
                  Order _elem531; // required
175669
              this.success = new Order();
175916
                  _elem531 = new Order();
175670
              this.success.read(iprot);
175917
                  _elem531.read(iprot);
-
 
175918
                  this.success.add(_elem531);
-
 
175919
                }
-
 
175920
                iprot.readListEnd();
-
 
175921
              }
175671
            } else { 
175922
            } else { 
175672
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
175923
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
175673
            }
175924
            }
175674
            break;
175925
            break;
175675
          case 1: // EX
175926
          case 1: // EX
Line 175692... Line 175943...
175692
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
175943
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
175693
      oprot.writeStructBegin(STRUCT_DESC);
175944
      oprot.writeStructBegin(STRUCT_DESC);
175694
 
175945
 
175695
      if (this.isSetSuccess()) {
175946
      if (this.isSetSuccess()) {
175696
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
175947
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
175948
        {
-
 
175949
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
-
 
175950
          for (Order _iter532 : this.success)
-
 
175951
          {
175697
        this.success.write(oprot);
175952
            _iter532.write(oprot);
-
 
175953
          }
-
 
175954
          oprot.writeListEnd();
-
 
175955
        }
175698
        oprot.writeFieldEnd();
175956
        oprot.writeFieldEnd();
175699
      } else if (this.isSetEx()) {
175957
      } else if (this.isSetEx()) {
175700
        oprot.writeFieldBegin(EX_FIELD_DESC);
175958
        oprot.writeFieldBegin(EX_FIELD_DESC);
175701
        this.ex.write(oprot);
175959
        this.ex.write(oprot);
175702
        oprot.writeFieldEnd();
175960
        oprot.writeFieldEnd();
Line 176600... Line 176858...
176600
        }
176858
        }
176601
        switch (field.id) {
176859
        switch (field.id) {
176602
          case 1: // ORDERS
176860
          case 1: // ORDERS
176603
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
176861
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
176604
              {
176862
              {
176605
                org.apache.thrift.protocol.TMap _map525 = iprot.readMapBegin();
176863
                org.apache.thrift.protocol.TMap _map533 = iprot.readMapBegin();
176606
                this.orders = new HashMap<String,List<List<String>>>(2*_map525.size);
176864
                this.orders = new HashMap<String,List<List<String>>>(2*_map533.size);
176607
                for (int _i526 = 0; _i526 < _map525.size; ++_i526)
176865
                for (int _i534 = 0; _i534 < _map533.size; ++_i534)
176608
                {
176866
                {
176609
                  String _key527; // required
176867
                  String _key535; // required
176610
                  List<List<String>> _val528; // required
176868
                  List<List<String>> _val536; // required
176611
                  _key527 = iprot.readString();
176869
                  _key535 = iprot.readString();
176612
                  {
176870
                  {
176613
                    org.apache.thrift.protocol.TList _list529 = iprot.readListBegin();
176871
                    org.apache.thrift.protocol.TList _list537 = iprot.readListBegin();
176614
                    _val528 = new ArrayList<List<String>>(_list529.size);
176872
                    _val536 = new ArrayList<List<String>>(_list537.size);
176615
                    for (int _i530 = 0; _i530 < _list529.size; ++_i530)
176873
                    for (int _i538 = 0; _i538 < _list537.size; ++_i538)
176616
                    {
176874
                    {
176617
                      List<String> _elem531; // required
176875
                      List<String> _elem539; // required
176618
                      {
176876
                      {
176619
                        org.apache.thrift.protocol.TList _list532 = iprot.readListBegin();
176877
                        org.apache.thrift.protocol.TList _list540 = iprot.readListBegin();
176620
                        _elem531 = new ArrayList<String>(_list532.size);
176878
                        _elem539 = new ArrayList<String>(_list540.size);
176621
                        for (int _i533 = 0; _i533 < _list532.size; ++_i533)
176879
                        for (int _i541 = 0; _i541 < _list540.size; ++_i541)
176622
                        {
176880
                        {
176623
                          String _elem534; // required
176881
                          String _elem542; // required
176624
                          _elem534 = iprot.readString();
176882
                          _elem542 = iprot.readString();
176625
                          _elem531.add(_elem534);
176883
                          _elem539.add(_elem542);
176626
                        }
176884
                        }
176627
                        iprot.readListEnd();
176885
                        iprot.readListEnd();
176628
                      }
176886
                      }
176629
                      _val528.add(_elem531);
176887
                      _val536.add(_elem539);
176630
                    }
176888
                    }
176631
                    iprot.readListEnd();
176889
                    iprot.readListEnd();
176632
                  }
176890
                  }
176633
                  this.orders.put(_key527, _val528);
176891
                  this.orders.put(_key535, _val536);
176634
                }
176892
                }
176635
                iprot.readMapEnd();
176893
                iprot.readMapEnd();
176636
              }
176894
              }
176637
            } else { 
176895
            } else { 
176638
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
176896
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 176653... Line 176911...
176653
      oprot.writeStructBegin(STRUCT_DESC);
176911
      oprot.writeStructBegin(STRUCT_DESC);
176654
      if (this.orders != null) {
176912
      if (this.orders != null) {
176655
        oprot.writeFieldBegin(ORDERS_FIELD_DESC);
176913
        oprot.writeFieldBegin(ORDERS_FIELD_DESC);
176656
        {
176914
        {
176657
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.LIST, this.orders.size()));
176915
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.LIST, this.orders.size()));
176658
          for (Map.Entry<String, List<List<String>>> _iter535 : this.orders.entrySet())
176916
          for (Map.Entry<String, List<List<String>>> _iter543 : this.orders.entrySet())
176659
          {
176917
          {
176660
            oprot.writeString(_iter535.getKey());
176918
            oprot.writeString(_iter543.getKey());
176661
            {
176919
            {
176662
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, _iter535.getValue().size()));
176920
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, _iter543.getValue().size()));
176663
              for (List<String> _iter536 : _iter535.getValue())
176921
              for (List<String> _iter544 : _iter543.getValue())
176664
              {
176922
              {
176665
                {
176923
                {
176666
                  oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter536.size()));
176924
                  oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter544.size()));
176667
                  for (String _iter537 : _iter536)
176925
                  for (String _iter545 : _iter544)
176668
                  {
176926
                  {
176669
                    oprot.writeString(_iter537);
176927
                    oprot.writeString(_iter545);
176670
                  }
176928
                  }
176671
                  oprot.writeListEnd();
176929
                  oprot.writeListEnd();
176672
                }
176930
                }
176673
              }
176931
              }
176674
              oprot.writeListEnd();
176932
              oprot.writeListEnd();
Line 177267... Line 177525...
177267
        }
177525
        }
177268
        switch (field.id) {
177526
        switch (field.id) {
177269
          case 1: // DELIVERED_ORDERS
177527
          case 1: // DELIVERED_ORDERS
177270
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
177528
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
177271
              {
177529
              {
177272
                org.apache.thrift.protocol.TList _list538 = iprot.readListBegin();
177530
                org.apache.thrift.protocol.TList _list546 = iprot.readListBegin();
177273
                this.delivered_orders = new ArrayList<List<String>>(_list538.size);
177531
                this.delivered_orders = new ArrayList<List<String>>(_list546.size);
177274
                for (int _i539 = 0; _i539 < _list538.size; ++_i539)
177532
                for (int _i547 = 0; _i547 < _list546.size; ++_i547)
177275
                {
177533
                {
177276
                  List<String> _elem540; // required
177534
                  List<String> _elem548; // required
177277
                  {
177535
                  {
177278
                    org.apache.thrift.protocol.TList _list541 = iprot.readListBegin();
177536
                    org.apache.thrift.protocol.TList _list549 = iprot.readListBegin();
177279
                    _elem540 = new ArrayList<String>(_list541.size);
177537
                    _elem548 = new ArrayList<String>(_list549.size);
177280
                    for (int _i542 = 0; _i542 < _list541.size; ++_i542)
177538
                    for (int _i550 = 0; _i550 < _list549.size; ++_i550)
177281
                    {
177539
                    {
177282
                      String _elem543; // required
177540
                      String _elem551; // required
177283
                      _elem543 = iprot.readString();
177541
                      _elem551 = iprot.readString();
177284
                      _elem540.add(_elem543);
177542
                      _elem548.add(_elem551);
177285
                    }
177543
                    }
177286
                    iprot.readListEnd();
177544
                    iprot.readListEnd();
177287
                  }
177545
                  }
177288
                  this.delivered_orders.add(_elem540);
177546
                  this.delivered_orders.add(_elem548);
177289
                }
177547
                }
177290
                iprot.readListEnd();
177548
                iprot.readListEnd();
177291
              }
177549
              }
177292
            } else { 
177550
            } else { 
177293
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
177551
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 177308... Line 177566...
177308
      oprot.writeStructBegin(STRUCT_DESC);
177566
      oprot.writeStructBegin(STRUCT_DESC);
177309
      if (this.delivered_orders != null) {
177567
      if (this.delivered_orders != null) {
177310
        oprot.writeFieldBegin(DELIVERED_ORDERS_FIELD_DESC);
177568
        oprot.writeFieldBegin(DELIVERED_ORDERS_FIELD_DESC);
177311
        {
177569
        {
177312
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, this.delivered_orders.size()));
177570
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, this.delivered_orders.size()));
177313
          for (List<String> _iter544 : this.delivered_orders)
177571
          for (List<String> _iter552 : this.delivered_orders)
177314
          {
177572
          {
177315
            {
177573
            {
177316
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter544.size()));
177574
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter552.size()));
177317
              for (String _iter545 : _iter544)
177575
              for (String _iter553 : _iter552)
177318
              {
177576
              {
177319
                oprot.writeString(_iter545);
177577
                oprot.writeString(_iter553);
177320
              }
177578
              }
177321
              oprot.writeListEnd();
177579
              oprot.writeListEnd();
177322
            }
177580
            }
177323
          }
177581
          }
177324
          oprot.writeListEnd();
177582
          oprot.writeListEnd();
Line 177909... Line 178167...
177909
        }
178167
        }
177910
        switch (field.id) {
178168
        switch (field.id) {
177911
          case 1: // AMAZONFBASALESSNAPSHOTLIST
178169
          case 1: // AMAZONFBASALESSNAPSHOTLIST
177912
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
178170
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
177913
              {
178171
              {
177914
                org.apache.thrift.protocol.TList _list546 = iprot.readListBegin();
178172
                org.apache.thrift.protocol.TList _list554 = iprot.readListBegin();
177915
                this.amazonfbasalessnapshotlist = new ArrayList<AmazonFbaSalesSnapshot>(_list546.size);
178173
                this.amazonfbasalessnapshotlist = new ArrayList<AmazonFbaSalesSnapshot>(_list554.size);
177916
                for (int _i547 = 0; _i547 < _list546.size; ++_i547)
178174
                for (int _i555 = 0; _i555 < _list554.size; ++_i555)
177917
                {
178175
                {
177918
                  AmazonFbaSalesSnapshot _elem548; // required
178176
                  AmazonFbaSalesSnapshot _elem556; // required
177919
                  _elem548 = new AmazonFbaSalesSnapshot();
178177
                  _elem556 = new AmazonFbaSalesSnapshot();
177920
                  _elem548.read(iprot);
178178
                  _elem556.read(iprot);
177921
                  this.amazonfbasalessnapshotlist.add(_elem548);
178179
                  this.amazonfbasalessnapshotlist.add(_elem556);
177922
                }
178180
                }
177923
                iprot.readListEnd();
178181
                iprot.readListEnd();
177924
              }
178182
              }
177925
            } else { 
178183
            } else { 
177926
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
178184
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 177941... Line 178199...
177941
      oprot.writeStructBegin(STRUCT_DESC);
178199
      oprot.writeStructBegin(STRUCT_DESC);
177942
      if (this.amazonfbasalessnapshotlist != null) {
178200
      if (this.amazonfbasalessnapshotlist != null) {
177943
        oprot.writeFieldBegin(AMAZONFBASALESSNAPSHOTLIST_FIELD_DESC);
178201
        oprot.writeFieldBegin(AMAZONFBASALESSNAPSHOTLIST_FIELD_DESC);
177944
        {
178202
        {
177945
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.amazonfbasalessnapshotlist.size()));
178203
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.amazonfbasalessnapshotlist.size()));
177946
          for (AmazonFbaSalesSnapshot _iter549 : this.amazonfbasalessnapshotlist)
178204
          for (AmazonFbaSalesSnapshot _iter557 : this.amazonfbasalessnapshotlist)
177947
          {
178205
          {
177948
            _iter549.write(oprot);
178206
            _iter557.write(oprot);
177949
          }
178207
          }
177950
          oprot.writeListEnd();
178208
          oprot.writeListEnd();
177951
        }
178209
        }
177952
        oprot.writeFieldEnd();
178210
        oprot.writeFieldEnd();
177953
      }
178211
      }
Line 178440... Line 178698...
178440
        }
178698
        }
178441
        switch (field.id) {
178699
        switch (field.id) {
178442
          case -1: // FLIPKARTORDERIDS
178700
          case -1: // FLIPKARTORDERIDS
178443
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
178701
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
178444
              {
178702
              {
178445
                org.apache.thrift.protocol.TList _list550 = iprot.readListBegin();
178703
                org.apache.thrift.protocol.TList _list558 = iprot.readListBegin();
178446
                this.flipkartorderids = new ArrayList<String>(_list550.size);
178704
                this.flipkartorderids = new ArrayList<String>(_list558.size);
178447
                for (int _i551 = 0; _i551 < _list550.size; ++_i551)
178705
                for (int _i559 = 0; _i559 < _list558.size; ++_i559)
178448
                {
178706
                {
178449
                  String _elem552; // required
178707
                  String _elem560; // required
178450
                  _elem552 = iprot.readString();
178708
                  _elem560 = iprot.readString();
178451
                  this.flipkartorderids.add(_elem552);
178709
                  this.flipkartorderids.add(_elem560);
178452
                }
178710
                }
178453
                iprot.readListEnd();
178711
                iprot.readListEnd();
178454
              }
178712
              }
178455
            } else { 
178713
            } else { 
178456
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
178714
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 178471... Line 178729...
178471
      oprot.writeStructBegin(STRUCT_DESC);
178729
      oprot.writeStructBegin(STRUCT_DESC);
178472
      if (this.flipkartorderids != null) {
178730
      if (this.flipkartorderids != null) {
178473
        oprot.writeFieldBegin(FLIPKARTORDERIDS_FIELD_DESC);
178731
        oprot.writeFieldBegin(FLIPKARTORDERIDS_FIELD_DESC);
178474
        {
178732
        {
178475
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.flipkartorderids.size()));
178733
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, this.flipkartorderids.size()));
178476
          for (String _iter553 : this.flipkartorderids)
178734
          for (String _iter561 : this.flipkartorderids)
178477
          {
178735
          {
178478
            oprot.writeString(_iter553);
178736
            oprot.writeString(_iter561);
178479
          }
178737
          }
178480
          oprot.writeListEnd();
178738
          oprot.writeListEnd();
178481
        }
178739
        }
178482
        oprot.writeFieldEnd();
178740
        oprot.writeFieldEnd();
178483
      }
178741
      }
Line 178776... Line 179034...
178776
        }
179034
        }
178777
        switch (field.id) {
179035
        switch (field.id) {
178778
          case 0: // SUCCESS
179036
          case 0: // SUCCESS
178779
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
179037
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
178780
              {
179038
              {
178781
                org.apache.thrift.protocol.TMap _map554 = iprot.readMapBegin();
179039
                org.apache.thrift.protocol.TMap _map562 = iprot.readMapBegin();
178782
                this.success = new HashMap<Long,Long>(2*_map554.size);
179040
                this.success = new HashMap<Long,Long>(2*_map562.size);
178783
                for (int _i555 = 0; _i555 < _map554.size; ++_i555)
179041
                for (int _i563 = 0; _i563 < _map562.size; ++_i563)
178784
                {
179042
                {
178785
                  long _key556; // required
179043
                  long _key564; // required
178786
                  long _val557; // required
179044
                  long _val565; // required
178787
                  _key556 = iprot.readI64();
179045
                  _key564 = iprot.readI64();
178788
                  _val557 = iprot.readI64();
179046
                  _val565 = iprot.readI64();
178789
                  this.success.put(_key556, _val557);
179047
                  this.success.put(_key564, _val565);
178790
                }
179048
                }
178791
                iprot.readMapEnd();
179049
                iprot.readMapEnd();
178792
              }
179050
              }
178793
            } else { 
179051
            } else { 
178794
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
179052
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 178808... Line 179066...
178808
 
179066
 
178809
      if (this.isSetSuccess()) {
179067
      if (this.isSetSuccess()) {
178810
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
179068
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
178811
        {
179069
        {
178812
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
179070
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.I64, this.success.size()));
178813
          for (Map.Entry<Long, Long> _iter558 : this.success.entrySet())
179071
          for (Map.Entry<Long, Long> _iter566 : this.success.entrySet())
178814
          {
179072
          {
178815
            oprot.writeI64(_iter558.getKey());
179073
            oprot.writeI64(_iter566.getKey());
178816
            oprot.writeI64(_iter558.getValue());
179074
            oprot.writeI64(_iter566.getValue());
178817
          }
179075
          }
178818
          oprot.writeMapEnd();
179076
          oprot.writeMapEnd();
178819
        }
179077
        }
178820
        oprot.writeFieldEnd();
179078
        oprot.writeFieldEnd();
178821
      }
179079
      }
Line 181679... Line 181937...
181679
        }
181937
        }
181680
        switch (field.id) {
181938
        switch (field.id) {
181681
          case 1: // FBA_ORDER_RETURNS
181939
          case 1: // FBA_ORDER_RETURNS
181682
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
181940
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
181683
              {
181941
              {
181684
                org.apache.thrift.protocol.TList _list559 = iprot.readListBegin();
181942
                org.apache.thrift.protocol.TList _list567 = iprot.readListBegin();
181685
                this.fbaOrderReturns = new ArrayList<AmazonFbaOrderReturns>(_list559.size);
181943
                this.fbaOrderReturns = new ArrayList<AmazonFbaOrderReturns>(_list567.size);
181686
                for (int _i560 = 0; _i560 < _list559.size; ++_i560)
181944
                for (int _i568 = 0; _i568 < _list567.size; ++_i568)
181687
                {
181945
                {
181688
                  AmazonFbaOrderReturns _elem561; // required
181946
                  AmazonFbaOrderReturns _elem569; // required
181689
                  _elem561 = new AmazonFbaOrderReturns();
181947
                  _elem569 = new AmazonFbaOrderReturns();
181690
                  _elem561.read(iprot);
181948
                  _elem569.read(iprot);
181691
                  this.fbaOrderReturns.add(_elem561);
181949
                  this.fbaOrderReturns.add(_elem569);
181692
                }
181950
                }
181693
                iprot.readListEnd();
181951
                iprot.readListEnd();
181694
              }
181952
              }
181695
            } else { 
181953
            } else { 
181696
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
181954
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 181711... Line 181969...
181711
      oprot.writeStructBegin(STRUCT_DESC);
181969
      oprot.writeStructBegin(STRUCT_DESC);
181712
      if (this.fbaOrderReturns != null) {
181970
      if (this.fbaOrderReturns != null) {
181713
        oprot.writeFieldBegin(FBA_ORDER_RETURNS_FIELD_DESC);
181971
        oprot.writeFieldBegin(FBA_ORDER_RETURNS_FIELD_DESC);
181714
        {
181972
        {
181715
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.fbaOrderReturns.size()));
181973
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.fbaOrderReturns.size()));
181716
          for (AmazonFbaOrderReturns _iter562 : this.fbaOrderReturns)
181974
          for (AmazonFbaOrderReturns _iter570 : this.fbaOrderReturns)
181717
          {
181975
          {
181718
            _iter562.write(oprot);
181976
            _iter570.write(oprot);
181719
          }
181977
          }
181720
          oprot.writeListEnd();
181978
          oprot.writeListEnd();
181721
        }
181979
        }
181722
        oprot.writeFieldEnd();
181980
        oprot.writeFieldEnd();
181723
      }
181981
      }
Line 182667... Line 182925...
182667
        }
182925
        }
182668
        switch (field.id) {
182926
        switch (field.id) {
182669
          case 0: // SUCCESS
182927
          case 0: // SUCCESS
182670
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
182928
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
182671
              {
182929
              {
182672
                org.apache.thrift.protocol.TList _list563 = iprot.readListBegin();
182930
                org.apache.thrift.protocol.TList _list571 = iprot.readListBegin();
182673
                this.success = new ArrayList<AmazonFbaOrderReturns>(_list563.size);
182931
                this.success = new ArrayList<AmazonFbaOrderReturns>(_list571.size);
182674
                for (int _i564 = 0; _i564 < _list563.size; ++_i564)
182932
                for (int _i572 = 0; _i572 < _list571.size; ++_i572)
182675
                {
182933
                {
182676
                  AmazonFbaOrderReturns _elem565; // required
182934
                  AmazonFbaOrderReturns _elem573; // required
182677
                  _elem565 = new AmazonFbaOrderReturns();
182935
                  _elem573 = new AmazonFbaOrderReturns();
182678
                  _elem565.read(iprot);
182936
                  _elem573.read(iprot);
182679
                  this.success.add(_elem565);
182937
                  this.success.add(_elem573);
182680
                }
182938
                }
182681
                iprot.readListEnd();
182939
                iprot.readListEnd();
182682
              }
182940
              }
182683
            } else { 
182941
            } else { 
182684
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
182942
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 182706... Line 182964...
182706
 
182964
 
182707
      if (this.isSetSuccess()) {
182965
      if (this.isSetSuccess()) {
182708
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
182966
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
182709
        {
182967
        {
182710
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
182968
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
182711
          for (AmazonFbaOrderReturns _iter566 : this.success)
182969
          for (AmazonFbaOrderReturns _iter574 : this.success)
182712
          {
182970
          {
182713
            _iter566.write(oprot);
182971
            _iter574.write(oprot);
182714
          }
182972
          }
182715
          oprot.writeListEnd();
182973
          oprot.writeListEnd();
182716
        }
182974
        }
182717
        oprot.writeFieldEnd();
182975
        oprot.writeFieldEnd();
182718
      } else if (this.isSetEx()) {
182976
      } else if (this.isSetEx()) {
Line 183398... Line 183656...
183398
        }
183656
        }
183399
        switch (field.id) {
183657
        switch (field.id) {
183400
          case 0: // SUCCESS
183658
          case 0: // SUCCESS
183401
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
183659
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
183402
              {
183660
              {
183403
                org.apache.thrift.protocol.TMap _map567 = iprot.readMapBegin();
183661
                org.apache.thrift.protocol.TMap _map575 = iprot.readMapBegin();
183404
                this.success = new HashMap<Long,Map<String,Long>>(2*_map567.size);
183662
                this.success = new HashMap<Long,Map<String,Long>>(2*_map575.size);
183405
                for (int _i568 = 0; _i568 < _map567.size; ++_i568)
183663
                for (int _i576 = 0; _i576 < _map575.size; ++_i576)
183406
                {
183664
                {
183407
                  long _key569; // required
183665
                  long _key577; // required
183408
                  Map<String,Long> _val570; // required
183666
                  Map<String,Long> _val578; // required
183409
                  _key569 = iprot.readI64();
183667
                  _key577 = iprot.readI64();
183410
                  {
183668
                  {
183411
                    org.apache.thrift.protocol.TMap _map571 = iprot.readMapBegin();
183669
                    org.apache.thrift.protocol.TMap _map579 = iprot.readMapBegin();
183412
                    _val570 = new HashMap<String,Long>(2*_map571.size);
183670
                    _val578 = new HashMap<String,Long>(2*_map579.size);
183413
                    for (int _i572 = 0; _i572 < _map571.size; ++_i572)
183671
                    for (int _i580 = 0; _i580 < _map579.size; ++_i580)
183414
                    {
183672
                    {
183415
                      String _key573; // required
183673
                      String _key581; // required
183416
                      long _val574; // required
183674
                      long _val582; // required
183417
                      _key573 = iprot.readString();
183675
                      _key581 = iprot.readString();
183418
                      _val574 = iprot.readI64();
183676
                      _val582 = iprot.readI64();
183419
                      _val570.put(_key573, _val574);
183677
                      _val578.put(_key581, _val582);
183420
                    }
183678
                    }
183421
                    iprot.readMapEnd();
183679
                    iprot.readMapEnd();
183422
                  }
183680
                  }
183423
                  this.success.put(_key569, _val570);
183681
                  this.success.put(_key577, _val578);
183424
                }
183682
                }
183425
                iprot.readMapEnd();
183683
                iprot.readMapEnd();
183426
              }
183684
              }
183427
            } else { 
183685
            } else { 
183428
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
183686
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 183450... Line 183708...
183450
 
183708
 
183451
      if (this.isSetSuccess()) {
183709
      if (this.isSetSuccess()) {
183452
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
183710
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
183453
        {
183711
        {
183454
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.success.size()));
183712
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.success.size()));
183455
          for (Map.Entry<Long, Map<String,Long>> _iter575 : this.success.entrySet())
183713
          for (Map.Entry<Long, Map<String,Long>> _iter583 : this.success.entrySet())
183456
          {
183714
          {
183457
            oprot.writeI64(_iter575.getKey());
183715
            oprot.writeI64(_iter583.getKey());
183458
            {
183716
            {
183459
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.I64, _iter575.getValue().size()));
183717
              oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.I64, _iter583.getValue().size()));
183460
              for (Map.Entry<String, Long> _iter576 : _iter575.getValue().entrySet())
183718
              for (Map.Entry<String, Long> _iter584 : _iter583.getValue().entrySet())
183461
              {
183719
              {
183462
                oprot.writeString(_iter576.getKey());
183720
                oprot.writeString(_iter584.getKey());
183463
                oprot.writeI64(_iter576.getValue());
183721
                oprot.writeI64(_iter584.getValue());
183464
              }
183722
              }
183465
              oprot.writeMapEnd();
183723
              oprot.writeMapEnd();
183466
            }
183724
            }
183467
          }
183725
          }
183468
          oprot.writeMapEnd();
183726
          oprot.writeMapEnd();
Line 184039... Line 184297...
184039
        }
184297
        }
184040
        switch (field.id) {
184298
        switch (field.id) {
184041
          case 0: // SUCCESS
184299
          case 0: // SUCCESS
184042
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
184300
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
184043
              {
184301
              {
184044
                org.apache.thrift.protocol.TList _list577 = iprot.readListBegin();
184302
                org.apache.thrift.protocol.TList _list585 = iprot.readListBegin();
184045
                this.success = new ArrayList<FlipkartOrder>(_list577.size);
184303
                this.success = new ArrayList<FlipkartOrder>(_list585.size);
184046
                for (int _i578 = 0; _i578 < _list577.size; ++_i578)
184304
                for (int _i586 = 0; _i586 < _list585.size; ++_i586)
184047
                {
184305
                {
184048
                  FlipkartOrder _elem579; // required
184306
                  FlipkartOrder _elem587; // required
184049
                  _elem579 = new FlipkartOrder();
184307
                  _elem587 = new FlipkartOrder();
184050
                  _elem579.read(iprot);
184308
                  _elem587.read(iprot);
184051
                  this.success.add(_elem579);
184309
                  this.success.add(_elem587);
184052
                }
184310
                }
184053
                iprot.readListEnd();
184311
                iprot.readListEnd();
184054
              }
184312
              }
184055
            } else { 
184313
            } else { 
184056
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
184314
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 184078... Line 184336...
184078
 
184336
 
184079
      if (this.isSetSuccess()) {
184337
      if (this.isSetSuccess()) {
184080
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
184338
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
184081
        {
184339
        {
184082
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
184340
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
184083
          for (FlipkartOrder _iter580 : this.success)
184341
          for (FlipkartOrder _iter588 : this.success)
184084
          {
184342
          {
184085
            _iter580.write(oprot);
184343
            _iter588.write(oprot);
184086
          }
184344
          }
184087
          oprot.writeListEnd();
184345
          oprot.writeListEnd();
184088
        }
184346
        }
184089
        oprot.writeFieldEnd();
184347
        oprot.writeFieldEnd();
184090
      } else if (this.isSetEx()) {
184348
      } else if (this.isSetEx()) {
Line 185516... Line 185774...
185516
        }
185774
        }
185517
        switch (field.id) {
185775
        switch (field.id) {
185518
          case 0: // SUCCESS
185776
          case 0: // SUCCESS
185519
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
185777
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
185520
              {
185778
              {
185521
                org.apache.thrift.protocol.TList _list581 = iprot.readListBegin();
185779
                org.apache.thrift.protocol.TList _list589 = iprot.readListBegin();
185522
                this.success = new ArrayList<FlipkartAdvantageOrder>(_list581.size);
185780
                this.success = new ArrayList<FlipkartAdvantageOrder>(_list589.size);
185523
                for (int _i582 = 0; _i582 < _list581.size; ++_i582)
185781
                for (int _i590 = 0; _i590 < _list589.size; ++_i590)
185524
                {
185782
                {
185525
                  FlipkartAdvantageOrder _elem583; // required
185783
                  FlipkartAdvantageOrder _elem591; // required
185526
                  _elem583 = new FlipkartAdvantageOrder();
185784
                  _elem591 = new FlipkartAdvantageOrder();
185527
                  _elem583.read(iprot);
185785
                  _elem591.read(iprot);
185528
                  this.success.add(_elem583);
185786
                  this.success.add(_elem591);
185529
                }
185787
                }
185530
                iprot.readListEnd();
185788
                iprot.readListEnd();
185531
              }
185789
              }
185532
            } else { 
185790
            } else { 
185533
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
185791
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 185555... Line 185813...
185555
 
185813
 
185556
      if (this.isSetSuccess()) {
185814
      if (this.isSetSuccess()) {
185557
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
185815
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
185558
        {
185816
        {
185559
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
185817
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
185560
          for (FlipkartAdvantageOrder _iter584 : this.success)
185818
          for (FlipkartAdvantageOrder _iter592 : this.success)
185561
          {
185819
          {
185562
            _iter584.write(oprot);
185820
            _iter592.write(oprot);
185563
          }
185821
          }
185564
          oprot.writeListEnd();
185822
          oprot.writeListEnd();
185565
        }
185823
        }
185566
        oprot.writeFieldEnd();
185824
        oprot.writeFieldEnd();
185567
      } else if (this.isSetEx()) {
185825
      } else if (this.isSetEx()) {
Line 185867... Line 186125...
185867
        }
186125
        }
185868
        switch (field.id) {
186126
        switch (field.id) {
185869
          case 1: // FA_ORDERS_LIST
186127
          case 1: // FA_ORDERS_LIST
185870
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
186128
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
185871
              {
186129
              {
185872
                org.apache.thrift.protocol.TList _list585 = iprot.readListBegin();
186130
                org.apache.thrift.protocol.TList _list593 = iprot.readListBegin();
185873
                this.faOrdersList = new ArrayList<FlipkartAdvantageOrder>(_list585.size);
186131
                this.faOrdersList = new ArrayList<FlipkartAdvantageOrder>(_list593.size);
185874
                for (int _i586 = 0; _i586 < _list585.size; ++_i586)
186132
                for (int _i594 = 0; _i594 < _list593.size; ++_i594)
185875
                {
186133
                {
185876
                  FlipkartAdvantageOrder _elem587; // required
186134
                  FlipkartAdvantageOrder _elem595; // required
185877
                  _elem587 = new FlipkartAdvantageOrder();
186135
                  _elem595 = new FlipkartAdvantageOrder();
185878
                  _elem587.read(iprot);
186136
                  _elem595.read(iprot);
185879
                  this.faOrdersList.add(_elem587);
186137
                  this.faOrdersList.add(_elem595);
185880
                }
186138
                }
185881
                iprot.readListEnd();
186139
                iprot.readListEnd();
185882
              }
186140
              }
185883
            } else { 
186141
            } else { 
185884
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
186142
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 185899... Line 186157...
185899
      oprot.writeStructBegin(STRUCT_DESC);
186157
      oprot.writeStructBegin(STRUCT_DESC);
185900
      if (this.faOrdersList != null) {
186158
      if (this.faOrdersList != null) {
185901
        oprot.writeFieldBegin(FA_ORDERS_LIST_FIELD_DESC);
186159
        oprot.writeFieldBegin(FA_ORDERS_LIST_FIELD_DESC);
185902
        {
186160
        {
185903
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.faOrdersList.size()));
186161
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.faOrdersList.size()));
185904
          for (FlipkartAdvantageOrder _iter588 : this.faOrdersList)
186162
          for (FlipkartAdvantageOrder _iter596 : this.faOrdersList)
185905
          {
186163
          {
185906
            _iter588.write(oprot);
186164
            _iter596.write(oprot);
185907
          }
186165
          }
185908
          oprot.writeListEnd();
186166
          oprot.writeListEnd();
185909
        }
186167
        }
185910
        oprot.writeFieldEnd();
186168
        oprot.writeFieldEnd();
185911
      }
186169
      }
Line 189269... Line 189527...
189269
        }
189527
        }
189270
        switch (field.id) {
189528
        switch (field.id) {
189271
          case 1: // FLIPKARTFASALESSNAPSHOTLIST
189529
          case 1: // FLIPKARTFASALESSNAPSHOTLIST
189272
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
189530
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
189273
              {
189531
              {
189274
                org.apache.thrift.protocol.TList _list589 = iprot.readListBegin();
189532
                org.apache.thrift.protocol.TList _list597 = iprot.readListBegin();
189275
                this.flipkartfasalessnapshotlist = new ArrayList<FlipkartFaSalesSnapshot>(_list589.size);
189533
                this.flipkartfasalessnapshotlist = new ArrayList<FlipkartFaSalesSnapshot>(_list597.size);
189276
                for (int _i590 = 0; _i590 < _list589.size; ++_i590)
189534
                for (int _i598 = 0; _i598 < _list597.size; ++_i598)
189277
                {
189535
                {
189278
                  FlipkartFaSalesSnapshot _elem591; // required
189536
                  FlipkartFaSalesSnapshot _elem599; // required
189279
                  _elem591 = new FlipkartFaSalesSnapshot();
189537
                  _elem599 = new FlipkartFaSalesSnapshot();
189280
                  _elem591.read(iprot);
189538
                  _elem599.read(iprot);
189281
                  this.flipkartfasalessnapshotlist.add(_elem591);
189539
                  this.flipkartfasalessnapshotlist.add(_elem599);
189282
                }
189540
                }
189283
                iprot.readListEnd();
189541
                iprot.readListEnd();
189284
              }
189542
              }
189285
            } else { 
189543
            } else { 
189286
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
189544
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 189301... Line 189559...
189301
      oprot.writeStructBegin(STRUCT_DESC);
189559
      oprot.writeStructBegin(STRUCT_DESC);
189302
      if (this.flipkartfasalessnapshotlist != null) {
189560
      if (this.flipkartfasalessnapshotlist != null) {
189303
        oprot.writeFieldBegin(FLIPKARTFASALESSNAPSHOTLIST_FIELD_DESC);
189561
        oprot.writeFieldBegin(FLIPKARTFASALESSNAPSHOTLIST_FIELD_DESC);
189304
        {
189562
        {
189305
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.flipkartfasalessnapshotlist.size()));
189563
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.flipkartfasalessnapshotlist.size()));
189306
          for (FlipkartFaSalesSnapshot _iter592 : this.flipkartfasalessnapshotlist)
189564
          for (FlipkartFaSalesSnapshot _iter600 : this.flipkartfasalessnapshotlist)
189307
          {
189565
          {
189308
            _iter592.write(oprot);
189566
            _iter600.write(oprot);
189309
          }
189567
          }
189310
          oprot.writeListEnd();
189568
          oprot.writeListEnd();
189311
        }
189569
        }
189312
        oprot.writeFieldEnd();
189570
        oprot.writeFieldEnd();
189313
      }
189571
      }
Line 190094... Line 190352...
190094
        }
190352
        }
190095
        switch (field.id) {
190353
        switch (field.id) {
190096
          case 0: // SUCCESS
190354
          case 0: // SUCCESS
190097
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
190355
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
190098
              {
190356
              {
190099
                org.apache.thrift.protocol.TList _list593 = iprot.readListBegin();
190357
                org.apache.thrift.protocol.TList _list601 = iprot.readListBegin();
190100
                this.success = new ArrayList<FlipkartFaSalesSnapshot>(_list593.size);
190358
                this.success = new ArrayList<FlipkartFaSalesSnapshot>(_list601.size);
190101
                for (int _i594 = 0; _i594 < _list593.size; ++_i594)
190359
                for (int _i602 = 0; _i602 < _list601.size; ++_i602)
190102
                {
190360
                {
190103
                  FlipkartFaSalesSnapshot _elem595; // required
190361
                  FlipkartFaSalesSnapshot _elem603; // required
190104
                  _elem595 = new FlipkartFaSalesSnapshot();
190362
                  _elem603 = new FlipkartFaSalesSnapshot();
190105
                  _elem595.read(iprot);
190363
                  _elem603.read(iprot);
190106
                  this.success.add(_elem595);
190364
                  this.success.add(_elem603);
190107
                }
190365
                }
190108
                iprot.readListEnd();
190366
                iprot.readListEnd();
190109
              }
190367
              }
190110
            } else { 
190368
            } else { 
190111
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
190369
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 190125... Line 190383...
190125
 
190383
 
190126
      if (this.isSetSuccess()) {
190384
      if (this.isSetSuccess()) {
190127
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
190385
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
190128
        {
190386
        {
190129
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
190387
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
190130
          for (FlipkartFaSalesSnapshot _iter596 : this.success)
190388
          for (FlipkartFaSalesSnapshot _iter604 : this.success)
190131
          {
190389
          {
190132
            _iter596.write(oprot);
190390
            _iter604.write(oprot);
190133
          }
190391
          }
190134
          oprot.writeListEnd();
190392
          oprot.writeListEnd();
190135
        }
190393
        }
190136
        oprot.writeFieldEnd();
190394
        oprot.writeFieldEnd();
190137
      }
190395
      }
Line 191096... Line 191354...
191096
        }
191354
        }
191097
        switch (field.id) {
191355
        switch (field.id) {
191098
          case -1: // ORDERS
191356
          case -1: // ORDERS
191099
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
191357
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
191100
              {
191358
              {
191101
                org.apache.thrift.protocol.TList _list597 = iprot.readListBegin();
191359
                org.apache.thrift.protocol.TList _list605 = iprot.readListBegin();
191102
                this.orders = new ArrayList<Long>(_list597.size);
191360
                this.orders = new ArrayList<Long>(_list605.size);
191103
                for (int _i598 = 0; _i598 < _list597.size; ++_i598)
191361
                for (int _i606 = 0; _i606 < _list605.size; ++_i606)
191104
                {
191362
                {
191105
                  long _elem599; // required
191363
                  long _elem607; // required
191106
                  _elem599 = iprot.readI64();
191364
                  _elem607 = iprot.readI64();
191107
                  this.orders.add(_elem599);
191365
                  this.orders.add(_elem607);
191108
                }
191366
                }
191109
                iprot.readListEnd();
191367
                iprot.readListEnd();
191110
              }
191368
              }
191111
            } else { 
191369
            } else { 
191112
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
191370
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 191127... Line 191385...
191127
      oprot.writeStructBegin(STRUCT_DESC);
191385
      oprot.writeStructBegin(STRUCT_DESC);
191128
      if (this.orders != null) {
191386
      if (this.orders != null) {
191129
        oprot.writeFieldBegin(ORDERS_FIELD_DESC);
191387
        oprot.writeFieldBegin(ORDERS_FIELD_DESC);
191130
        {
191388
        {
191131
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orders.size()));
191389
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.orders.size()));
191132
          for (long _iter600 : this.orders)
191390
          for (long _iter608 : this.orders)
191133
          {
191391
          {
191134
            oprot.writeI64(_iter600);
191392
            oprot.writeI64(_iter608);
191135
          }
191393
          }
191136
          oprot.writeListEnd();
191394
          oprot.writeListEnd();
191137
        }
191395
        }
191138
        oprot.writeFieldEnd();
191396
        oprot.writeFieldEnd();
191139
      }
191397
      }
Line 191550... Line 191808...
191550
      }
191808
      }
191551
    }
191809
    }
191552
 
191810
 
191553
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
191811
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
191554
      try {
191812
      try {
191555
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
191556
        __isset_bit_vector = new BitSet(1);
-
 
191557
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
191813
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
191558
      } catch (org.apache.thrift.TException te) {
191814
      } catch (org.apache.thrift.TException te) {
191559
        throw new java.io.IOException(te);
191815
        throw new java.io.IOException(te);
191560
      }
191816
      }
191561
    }
191817
    }
Line 192172... Line 192428...
192172
        }
192428
        }
192173
        switch (field.id) {
192429
        switch (field.id) {
192174
          case 0: // SUCCESS
192430
          case 0: // SUCCESS
192175
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
192431
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
192176
              {
192432
              {
192177
                org.apache.thrift.protocol.TList _list601 = iprot.readListBegin();
192433
                org.apache.thrift.protocol.TList _list609 = iprot.readListBegin();
192178
                this.success = new ArrayList<Order>(_list601.size);
192434
                this.success = new ArrayList<Order>(_list609.size);
192179
                for (int _i602 = 0; _i602 < _list601.size; ++_i602)
192435
                for (int _i610 = 0; _i610 < _list609.size; ++_i610)
192180
                {
192436
                {
192181
                  Order _elem603; // required
192437
                  Order _elem611; // required
192182
                  _elem603 = new Order();
192438
                  _elem611 = new Order();
192183
                  _elem603.read(iprot);
192439
                  _elem611.read(iprot);
192184
                  this.success.add(_elem603);
192440
                  this.success.add(_elem611);
192185
                }
192441
                }
192186
                iprot.readListEnd();
192442
                iprot.readListEnd();
192187
              }
192443
              }
192188
            } else { 
192444
            } else { 
192189
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
192445
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 192211... Line 192467...
192211
 
192467
 
192212
      if (this.isSetSuccess()) {
192468
      if (this.isSetSuccess()) {
192213
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
192469
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
192214
        {
192470
        {
192215
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
192471
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
192216
          for (Order _iter604 : this.success)
192472
          for (Order _iter612 : this.success)
192217
          {
192473
          {
192218
            _iter604.write(oprot);
192474
            _iter612.write(oprot);
192219
          }
192475
          }
192220
          oprot.writeListEnd();
192476
          oprot.writeListEnd();
192221
        }
192477
        }
192222
        oprot.writeFieldEnd();
192478
        oprot.writeFieldEnd();
192223
      } else if (this.isSetEx()) {
192479
      } else if (this.isSetEx()) {
Line 192285... Line 192541...
192285
    private static final org.apache.thrift.protocol.TField FREEBIE_WAREHOUSE_ID_MAP_FIELD_DESC = new org.apache.thrift.protocol.TField("freebieWarehouseIdMap", org.apache.thrift.protocol.TType.MAP, (short)5);
192541
    private static final org.apache.thrift.protocol.TField FREEBIE_WAREHOUSE_ID_MAP_FIELD_DESC = new org.apache.thrift.protocol.TField("freebieWarehouseIdMap", org.apache.thrift.protocol.TType.MAP, (short)5);
192286
    private static final org.apache.thrift.protocol.TField BILLED_BY_FIELD_DESC = new org.apache.thrift.protocol.TField("billed_by", org.apache.thrift.protocol.TType.STRING, (short)6);
192542
    private static final org.apache.thrift.protocol.TField BILLED_BY_FIELD_DESC = new org.apache.thrift.protocol.TField("billed_by", org.apache.thrift.protocol.TType.STRING, (short)6);
192287
    private static final org.apache.thrift.protocol.TField JACKET_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("jacketNumber", org.apache.thrift.protocol.TType.I64, (short)7);
192543
    private static final org.apache.thrift.protocol.TField JACKET_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("jacketNumber", org.apache.thrift.protocol.TType.I64, (short)7);
192288
    private static final org.apache.thrift.protocol.TField BILLING_TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("billingType", org.apache.thrift.protocol.TType.I64, (short)8);
192544
    private static final org.apache.thrift.protocol.TField BILLING_TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("billingType", org.apache.thrift.protocol.TType.I64, (short)8);
192289
    private static final org.apache.thrift.protocol.TField AUTHORIZE_FIELD_DESC = new org.apache.thrift.protocol.TField("authorize", org.apache.thrift.protocol.TType.BOOL, (short)9);
192545
    private static final org.apache.thrift.protocol.TField AUTHORIZE_FIELD_DESC = new org.apache.thrift.protocol.TField("authorize", org.apache.thrift.protocol.TType.BOOL, (short)9);
-
 
192546
    private static final org.apache.thrift.protocol.TField INVOICE_TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("invoiceType", org.apache.thrift.protocol.TType.STRING, (short)10);
192290
 
192547
 
192291
    private List<Long> order_ids; // required
192548
    private List<Long> order_ids; // required
192292
    private String invoice_number; // required
192549
    private String invoice_number; // required
192293
    private Map<Long,List<String>> itemNumbersMap; // required
192550
    private Map<Long,List<String>> itemNumbersMap; // required
192294
    private Map<Long,List<String>> serialNumbersMap; // required
192551
    private Map<Long,List<String>> serialNumbersMap; // required
192295
    private Map<Long,List<Long>> freebieWarehouseIdMap; // required
192552
    private Map<Long,List<Long>> freebieWarehouseIdMap; // required
192296
    private String billed_by; // required
192553
    private String billed_by; // required
192297
    private long jacketNumber; // required
192554
    private long jacketNumber; // required
192298
    private long billingType; // required
192555
    private long billingType; // required
192299
    private boolean authorize; // required
192556
    private boolean authorize; // required
-
 
192557
    private String invoiceType; // required
192300
 
192558
 
192301
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
192559
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
192302
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
192560
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
192303
      ORDER_IDS((short)1, "order_ids"),
192561
      ORDER_IDS((short)1, "order_ids"),
192304
      INVOICE_NUMBER((short)2, "invoice_number"),
192562
      INVOICE_NUMBER((short)2, "invoice_number"),
Line 192306... Line 192564...
192306
      SERIAL_NUMBERS_MAP((short)4, "serialNumbersMap"),
192564
      SERIAL_NUMBERS_MAP((short)4, "serialNumbersMap"),
192307
      FREEBIE_WAREHOUSE_ID_MAP((short)5, "freebieWarehouseIdMap"),
192565
      FREEBIE_WAREHOUSE_ID_MAP((short)5, "freebieWarehouseIdMap"),
192308
      BILLED_BY((short)6, "billed_by"),
192566
      BILLED_BY((short)6, "billed_by"),
192309
      JACKET_NUMBER((short)7, "jacketNumber"),
192567
      JACKET_NUMBER((short)7, "jacketNumber"),
192310
      BILLING_TYPE((short)8, "billingType"),
192568
      BILLING_TYPE((short)8, "billingType"),
192311
      AUTHORIZE((short)9, "authorize");
192569
      AUTHORIZE((short)9, "authorize"),
-
 
192570
      INVOICE_TYPE((short)10, "invoiceType");
192312
 
192571
 
192313
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
192572
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
192314
 
192573
 
192315
      static {
192574
      static {
192316
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
192575
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
Line 192339... Line 192598...
192339
            return JACKET_NUMBER;
192598
            return JACKET_NUMBER;
192340
          case 8: // BILLING_TYPE
192599
          case 8: // BILLING_TYPE
192341
            return BILLING_TYPE;
192600
            return BILLING_TYPE;
192342
          case 9: // AUTHORIZE
192601
          case 9: // AUTHORIZE
192343
            return AUTHORIZE;
192602
            return AUTHORIZE;
-
 
192603
          case 10: // INVOICE_TYPE
-
 
192604
            return INVOICE_TYPE;
192344
          default:
192605
          default:
192345
            return null;
192606
            return null;
192346
        }
192607
        }
192347
      }
192608
      }
192348
 
192609
 
Line 192415... Line 192676...
192415
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
192676
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
192416
      tmpMap.put(_Fields.BILLING_TYPE, new org.apache.thrift.meta_data.FieldMetaData("billingType", org.apache.thrift.TFieldRequirementType.DEFAULT, 
192677
      tmpMap.put(_Fields.BILLING_TYPE, new org.apache.thrift.meta_data.FieldMetaData("billingType", org.apache.thrift.TFieldRequirementType.DEFAULT, 
192417
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
192678
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
192418
      tmpMap.put(_Fields.AUTHORIZE, new org.apache.thrift.meta_data.FieldMetaData("authorize", org.apache.thrift.TFieldRequirementType.DEFAULT, 
192679
      tmpMap.put(_Fields.AUTHORIZE, new org.apache.thrift.meta_data.FieldMetaData("authorize", org.apache.thrift.TFieldRequirementType.DEFAULT, 
192419
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
192680
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-
 
192681
      tmpMap.put(_Fields.INVOICE_TYPE, new org.apache.thrift.meta_data.FieldMetaData("invoiceType", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
192682
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
192420
      metaDataMap = Collections.unmodifiableMap(tmpMap);
192683
      metaDataMap = Collections.unmodifiableMap(tmpMap);
192421
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(addBillingDetailsForGrouppedOrders_args.class, metaDataMap);
192684
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(addBillingDetailsForGrouppedOrders_args.class, metaDataMap);
192422
    }
192685
    }
192423
 
192686
 
192424
    public addBillingDetailsForGrouppedOrders_args() {
192687
    public addBillingDetailsForGrouppedOrders_args() {
Line 192431... Line 192694...
192431
      Map<Long,List<String>> serialNumbersMap,
192694
      Map<Long,List<String>> serialNumbersMap,
192432
      Map<Long,List<Long>> freebieWarehouseIdMap,
192695
      Map<Long,List<Long>> freebieWarehouseIdMap,
192433
      String billed_by,
192696
      String billed_by,
192434
      long jacketNumber,
192697
      long jacketNumber,
192435
      long billingType,
192698
      long billingType,
192436
      boolean authorize)
192699
      boolean authorize,
-
 
192700
      String invoiceType)
192437
    {
192701
    {
192438
      this();
192702
      this();
192439
      this.order_ids = order_ids;
192703
      this.order_ids = order_ids;
192440
      this.invoice_number = invoice_number;
192704
      this.invoice_number = invoice_number;
192441
      this.itemNumbersMap = itemNumbersMap;
192705
      this.itemNumbersMap = itemNumbersMap;
Line 192446... Line 192710...
192446
      setJacketNumberIsSet(true);
192710
      setJacketNumberIsSet(true);
192447
      this.billingType = billingType;
192711
      this.billingType = billingType;
192448
      setBillingTypeIsSet(true);
192712
      setBillingTypeIsSet(true);
192449
      this.authorize = authorize;
192713
      this.authorize = authorize;
192450
      setAuthorizeIsSet(true);
192714
      setAuthorizeIsSet(true);
-
 
192715
      this.invoiceType = invoiceType;
192451
    }
192716
    }
192452
 
192717
 
192453
    /**
192718
    /**
192454
     * Performs a deep copy on <i>other</i>.
192719
     * Performs a deep copy on <i>other</i>.
192455
     */
192720
     */
Line 192524... Line 192789...
192524
        this.billed_by = other.billed_by;
192789
        this.billed_by = other.billed_by;
192525
      }
192790
      }
192526
      this.jacketNumber = other.jacketNumber;
192791
      this.jacketNumber = other.jacketNumber;
192527
      this.billingType = other.billingType;
192792
      this.billingType = other.billingType;
192528
      this.authorize = other.authorize;
192793
      this.authorize = other.authorize;
-
 
192794
      if (other.isSetInvoiceType()) {
-
 
192795
        this.invoiceType = other.invoiceType;
-
 
192796
      }
192529
    }
192797
    }
192530
 
192798
 
192531
    public addBillingDetailsForGrouppedOrders_args deepCopy() {
192799
    public addBillingDetailsForGrouppedOrders_args deepCopy() {
192532
      return new addBillingDetailsForGrouppedOrders_args(this);
192800
      return new addBillingDetailsForGrouppedOrders_args(this);
192533
    }
192801
    }
Line 192544... Line 192812...
192544
      this.jacketNumber = 0;
192812
      this.jacketNumber = 0;
192545
      setBillingTypeIsSet(false);
192813
      setBillingTypeIsSet(false);
192546
      this.billingType = 0;
192814
      this.billingType = 0;
192547
      setAuthorizeIsSet(false);
192815
      setAuthorizeIsSet(false);
192548
      this.authorize = false;
192816
      this.authorize = false;
-
 
192817
      this.invoiceType = null;
192549
    }
192818
    }
192550
 
192819
 
192551
    public int getOrder_idsSize() {
192820
    public int getOrder_idsSize() {
192552
      return (this.order_ids == null) ? 0 : this.order_ids.size();
192821
      return (this.order_ids == null) ? 0 : this.order_ids.size();
192553
    }
192822
    }
Line 192798... Line 193067...
192798
 
193067
 
192799
    public void setAuthorizeIsSet(boolean value) {
193068
    public void setAuthorizeIsSet(boolean value) {
192800
      __isset_bit_vector.set(__AUTHORIZE_ISSET_ID, value);
193069
      __isset_bit_vector.set(__AUTHORIZE_ISSET_ID, value);
192801
    }
193070
    }
192802
 
193071
 
-
 
193072
    public String getInvoiceType() {
-
 
193073
      return this.invoiceType;
-
 
193074
    }
-
 
193075
 
-
 
193076
    public void setInvoiceType(String invoiceType) {
-
 
193077
      this.invoiceType = invoiceType;
-
 
193078
    }
-
 
193079
 
-
 
193080
    public void unsetInvoiceType() {
-
 
193081
      this.invoiceType = null;
-
 
193082
    }
-
 
193083
 
-
 
193084
    /** Returns true if field invoiceType is set (has been assigned a value) and false otherwise */
-
 
193085
    public boolean isSetInvoiceType() {
-
 
193086
      return this.invoiceType != null;
-
 
193087
    }
-
 
193088
 
-
 
193089
    public void setInvoiceTypeIsSet(boolean value) {
-
 
193090
      if (!value) {
-
 
193091
        this.invoiceType = null;
-
 
193092
      }
-
 
193093
    }
-
 
193094
 
192803
    public void setFieldValue(_Fields field, Object value) {
193095
    public void setFieldValue(_Fields field, Object value) {
192804
      switch (field) {
193096
      switch (field) {
192805
      case ORDER_IDS:
193097
      case ORDER_IDS:
192806
        if (value == null) {
193098
        if (value == null) {
192807
          unsetOrder_ids();
193099
          unsetOrder_ids();
Line 192872... Line 193164...
192872
        } else {
193164
        } else {
192873
          setAuthorize((Boolean)value);
193165
          setAuthorize((Boolean)value);
192874
        }
193166
        }
192875
        break;
193167
        break;
192876
 
193168
 
-
 
193169
      case INVOICE_TYPE:
-
 
193170
        if (value == null) {
-
 
193171
          unsetInvoiceType();
-
 
193172
        } else {
-
 
193173
          setInvoiceType((String)value);
-
 
193174
        }
-
 
193175
        break;
-
 
193176
 
192877
      }
193177
      }
192878
    }
193178
    }
192879
 
193179
 
192880
    public Object getFieldValue(_Fields field) {
193180
    public Object getFieldValue(_Fields field) {
192881
      switch (field) {
193181
      switch (field) {
Line 192904... Line 193204...
192904
        return Long.valueOf(getBillingType());
193204
        return Long.valueOf(getBillingType());
192905
 
193205
 
192906
      case AUTHORIZE:
193206
      case AUTHORIZE:
192907
        return Boolean.valueOf(isAuthorize());
193207
        return Boolean.valueOf(isAuthorize());
192908
 
193208
 
-
 
193209
      case INVOICE_TYPE:
-
 
193210
        return getInvoiceType();
-
 
193211
 
192909
      }
193212
      }
192910
      throw new IllegalStateException();
193213
      throw new IllegalStateException();
192911
    }
193214
    }
192912
 
193215
 
192913
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
193216
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
Line 192933... Line 193236...
192933
        return isSetJacketNumber();
193236
        return isSetJacketNumber();
192934
      case BILLING_TYPE:
193237
      case BILLING_TYPE:
192935
        return isSetBillingType();
193238
        return isSetBillingType();
192936
      case AUTHORIZE:
193239
      case AUTHORIZE:
192937
        return isSetAuthorize();
193240
        return isSetAuthorize();
-
 
193241
      case INVOICE_TYPE:
-
 
193242
        return isSetInvoiceType();
192938
      }
193243
      }
192939
      throw new IllegalStateException();
193244
      throw new IllegalStateException();
192940
    }
193245
    }
192941
 
193246
 
192942
    @Override
193247
    @Override
Line 193031... Line 193336...
193031
          return false;
193336
          return false;
193032
        if (this.authorize != that.authorize)
193337
        if (this.authorize != that.authorize)
193033
          return false;
193338
          return false;
193034
      }
193339
      }
193035
 
193340
 
-
 
193341
      boolean this_present_invoiceType = true && this.isSetInvoiceType();
-
 
193342
      boolean that_present_invoiceType = true && that.isSetInvoiceType();
-
 
193343
      if (this_present_invoiceType || that_present_invoiceType) {
-
 
193344
        if (!(this_present_invoiceType && that_present_invoiceType))
-
 
193345
          return false;
-
 
193346
        if (!this.invoiceType.equals(that.invoiceType))
-
 
193347
          return false;
-
 
193348
      }
-
 
193349
 
193036
      return true;
193350
      return true;
193037
    }
193351
    }
193038
 
193352
 
193039
    @Override
193353
    @Override
193040
    public int hashCode() {
193354
    public int hashCode() {
Line 193137... Line 193451...
193137
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.authorize, typedOther.authorize);
193451
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.authorize, typedOther.authorize);
193138
        if (lastComparison != 0) {
193452
        if (lastComparison != 0) {
193139
          return lastComparison;
193453
          return lastComparison;
193140
        }
193454
        }
193141
      }
193455
      }
-
 
193456
      lastComparison = Boolean.valueOf(isSetInvoiceType()).compareTo(typedOther.isSetInvoiceType());
-
 
193457
      if (lastComparison != 0) {
-
 
193458
        return lastComparison;
-
 
193459
      }
-
 
193460
      if (isSetInvoiceType()) {
-
 
193461
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.invoiceType, typedOther.invoiceType);
-
 
193462
        if (lastComparison != 0) {
-
 
193463
          return lastComparison;
-
 
193464
        }
-
 
193465
      }
193142
      return 0;
193466
      return 0;
193143
    }
193467
    }
193144
 
193468
 
193145
    public _Fields fieldForId(int fieldId) {
193469
    public _Fields fieldForId(int fieldId) {
193146
      return _Fields.findByThriftId(fieldId);
193470
      return _Fields.findByThriftId(fieldId);
Line 193157... Line 193481...
193157
        }
193481
        }
193158
        switch (field.id) {
193482
        switch (field.id) {
193159
          case 1: // ORDER_IDS
193483
          case 1: // ORDER_IDS
193160
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
193484
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
193161
              {
193485
              {
193162
                org.apache.thrift.protocol.TList _list605 = iprot.readListBegin();
193486
                org.apache.thrift.protocol.TList _list613 = iprot.readListBegin();
193163
                this.order_ids = new ArrayList<Long>(_list605.size);
193487
                this.order_ids = new ArrayList<Long>(_list613.size);
193164
                for (int _i606 = 0; _i606 < _list605.size; ++_i606)
193488
                for (int _i614 = 0; _i614 < _list613.size; ++_i614)
193165
                {
193489
                {
193166
                  long _elem607; // required
193490
                  long _elem615; // required
193167
                  _elem607 = iprot.readI64();
193491
                  _elem615 = iprot.readI64();
193168
                  this.order_ids.add(_elem607);
193492
                  this.order_ids.add(_elem615);
193169
                }
193493
                }
193170
                iprot.readListEnd();
193494
                iprot.readListEnd();
193171
              }
193495
              }
193172
            } else { 
193496
            } else { 
193173
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193497
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 193181... Line 193505...
193181
            }
193505
            }
193182
            break;
193506
            break;
193183
          case 3: // ITEM_NUMBERS_MAP
193507
          case 3: // ITEM_NUMBERS_MAP
193184
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
193508
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
193185
              {
193509
              {
193186
                org.apache.thrift.protocol.TMap _map608 = iprot.readMapBegin();
193510
                org.apache.thrift.protocol.TMap _map616 = iprot.readMapBegin();
193187
                this.itemNumbersMap = new HashMap<Long,List<String>>(2*_map608.size);
193511
                this.itemNumbersMap = new HashMap<Long,List<String>>(2*_map616.size);
193188
                for (int _i609 = 0; _i609 < _map608.size; ++_i609)
193512
                for (int _i617 = 0; _i617 < _map616.size; ++_i617)
193189
                {
193513
                {
193190
                  long _key610; // required
193514
                  long _key618; // required
193191
                  List<String> _val611; // required
193515
                  List<String> _val619; // required
193192
                  _key610 = iprot.readI64();
193516
                  _key618 = iprot.readI64();
193193
                  {
193517
                  {
193194
                    org.apache.thrift.protocol.TList _list612 = iprot.readListBegin();
193518
                    org.apache.thrift.protocol.TList _list620 = iprot.readListBegin();
193195
                    _val611 = new ArrayList<String>(_list612.size);
193519
                    _val619 = new ArrayList<String>(_list620.size);
193196
                    for (int _i613 = 0; _i613 < _list612.size; ++_i613)
193520
                    for (int _i621 = 0; _i621 < _list620.size; ++_i621)
193197
                    {
193521
                    {
193198
                      String _elem614; // required
193522
                      String _elem622; // required
193199
                      _elem614 = iprot.readString();
193523
                      _elem622 = iprot.readString();
193200
                      _val611.add(_elem614);
193524
                      _val619.add(_elem622);
193201
                    }
193525
                    }
193202
                    iprot.readListEnd();
193526
                    iprot.readListEnd();
193203
                  }
193527
                  }
193204
                  this.itemNumbersMap.put(_key610, _val611);
193528
                  this.itemNumbersMap.put(_key618, _val619);
193205
                }
193529
                }
193206
                iprot.readMapEnd();
193530
                iprot.readMapEnd();
193207
              }
193531
              }
193208
            } else { 
193532
            } else { 
193209
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193533
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193210
            }
193534
            }
193211
            break;
193535
            break;
193212
          case 4: // SERIAL_NUMBERS_MAP
193536
          case 4: // SERIAL_NUMBERS_MAP
193213
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
193537
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
193214
              {
193538
              {
193215
                org.apache.thrift.protocol.TMap _map615 = iprot.readMapBegin();
193539
                org.apache.thrift.protocol.TMap _map623 = iprot.readMapBegin();
193216
                this.serialNumbersMap = new HashMap<Long,List<String>>(2*_map615.size);
193540
                this.serialNumbersMap = new HashMap<Long,List<String>>(2*_map623.size);
193217
                for (int _i616 = 0; _i616 < _map615.size; ++_i616)
193541
                for (int _i624 = 0; _i624 < _map623.size; ++_i624)
193218
                {
193542
                {
193219
                  long _key617; // required
193543
                  long _key625; // required
193220
                  List<String> _val618; // required
193544
                  List<String> _val626; // required
193221
                  _key617 = iprot.readI64();
193545
                  _key625 = iprot.readI64();
193222
                  {
193546
                  {
193223
                    org.apache.thrift.protocol.TList _list619 = iprot.readListBegin();
193547
                    org.apache.thrift.protocol.TList _list627 = iprot.readListBegin();
193224
                    _val618 = new ArrayList<String>(_list619.size);
193548
                    _val626 = new ArrayList<String>(_list627.size);
193225
                    for (int _i620 = 0; _i620 < _list619.size; ++_i620)
193549
                    for (int _i628 = 0; _i628 < _list627.size; ++_i628)
193226
                    {
193550
                    {
193227
                      String _elem621; // required
193551
                      String _elem629; // required
193228
                      _elem621 = iprot.readString();
193552
                      _elem629 = iprot.readString();
193229
                      _val618.add(_elem621);
193553
                      _val626.add(_elem629);
193230
                    }
193554
                    }
193231
                    iprot.readListEnd();
193555
                    iprot.readListEnd();
193232
                  }
193556
                  }
193233
                  this.serialNumbersMap.put(_key617, _val618);
193557
                  this.serialNumbersMap.put(_key625, _val626);
193234
                }
193558
                }
193235
                iprot.readMapEnd();
193559
                iprot.readMapEnd();
193236
              }
193560
              }
193237
            } else { 
193561
            } else { 
193238
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193562
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193239
            }
193563
            }
193240
            break;
193564
            break;
193241
          case 5: // FREEBIE_WAREHOUSE_ID_MAP
193565
          case 5: // FREEBIE_WAREHOUSE_ID_MAP
193242
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
193566
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
193243
              {
193567
              {
193244
                org.apache.thrift.protocol.TMap _map622 = iprot.readMapBegin();
193568
                org.apache.thrift.protocol.TMap _map630 = iprot.readMapBegin();
193245
                this.freebieWarehouseIdMap = new HashMap<Long,List<Long>>(2*_map622.size);
193569
                this.freebieWarehouseIdMap = new HashMap<Long,List<Long>>(2*_map630.size);
193246
                for (int _i623 = 0; _i623 < _map622.size; ++_i623)
193570
                for (int _i631 = 0; _i631 < _map630.size; ++_i631)
193247
                {
193571
                {
193248
                  long _key624; // required
193572
                  long _key632; // required
193249
                  List<Long> _val625; // required
193573
                  List<Long> _val633; // required
193250
                  _key624 = iprot.readI64();
193574
                  _key632 = iprot.readI64();
193251
                  {
193575
                  {
193252
                    org.apache.thrift.protocol.TList _list626 = iprot.readListBegin();
193576
                    org.apache.thrift.protocol.TList _list634 = iprot.readListBegin();
193253
                    _val625 = new ArrayList<Long>(_list626.size);
193577
                    _val633 = new ArrayList<Long>(_list634.size);
193254
                    for (int _i627 = 0; _i627 < _list626.size; ++_i627)
193578
                    for (int _i635 = 0; _i635 < _list634.size; ++_i635)
193255
                    {
193579
                    {
193256
                      long _elem628; // required
193580
                      long _elem636; // required
193257
                      _elem628 = iprot.readI64();
193581
                      _elem636 = iprot.readI64();
193258
                      _val625.add(_elem628);
193582
                      _val633.add(_elem636);
193259
                    }
193583
                    }
193260
                    iprot.readListEnd();
193584
                    iprot.readListEnd();
193261
                  }
193585
                  }
193262
                  this.freebieWarehouseIdMap.put(_key624, _val625);
193586
                  this.freebieWarehouseIdMap.put(_key632, _val633);
193263
                }
193587
                }
193264
                iprot.readMapEnd();
193588
                iprot.readMapEnd();
193265
              }
193589
              }
193266
            } else { 
193590
            } else { 
193267
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193591
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 193296... Line 193620...
193296
              setAuthorizeIsSet(true);
193620
              setAuthorizeIsSet(true);
193297
            } else { 
193621
            } else { 
193298
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193622
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193299
            }
193623
            }
193300
            break;
193624
            break;
-
 
193625
          case 10: // INVOICE_TYPE
-
 
193626
            if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
193627
              this.invoiceType = iprot.readString();
-
 
193628
            } else { 
-
 
193629
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
193630
            }
-
 
193631
            break;
193301
          default:
193632
          default:
193302
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193633
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
193303
        }
193634
        }
193304
        iprot.readFieldEnd();
193635
        iprot.readFieldEnd();
193305
      }
193636
      }
Line 193313... Line 193644...
193313
      oprot.writeStructBegin(STRUCT_DESC);
193644
      oprot.writeStructBegin(STRUCT_DESC);
193314
      if (this.order_ids != null) {
193645
      if (this.order_ids != null) {
193315
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
193646
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
193316
        {
193647
        {
193317
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
193648
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
193318
          for (long _iter629 : this.order_ids)
193649
          for (long _iter637 : this.order_ids)
193319
          {
193650
          {
193320
            oprot.writeI64(_iter629);
193651
            oprot.writeI64(_iter637);
193321
          }
193652
          }
193322
          oprot.writeListEnd();
193653
          oprot.writeListEnd();
193323
        }
193654
        }
193324
        oprot.writeFieldEnd();
193655
        oprot.writeFieldEnd();
193325
      }
193656
      }
Line 193330... Line 193661...
193330
      }
193661
      }
193331
      if (this.itemNumbersMap != null) {
193662
      if (this.itemNumbersMap != null) {
193332
        oprot.writeFieldBegin(ITEM_NUMBERS_MAP_FIELD_DESC);
193663
        oprot.writeFieldBegin(ITEM_NUMBERS_MAP_FIELD_DESC);
193333
        {
193664
        {
193334
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.itemNumbersMap.size()));
193665
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.itemNumbersMap.size()));
193335
          for (Map.Entry<Long, List<String>> _iter630 : this.itemNumbersMap.entrySet())
193666
          for (Map.Entry<Long, List<String>> _iter638 : this.itemNumbersMap.entrySet())
193336
          {
193667
          {
193337
            oprot.writeI64(_iter630.getKey());
193668
            oprot.writeI64(_iter638.getKey());
193338
            {
193669
            {
193339
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter630.getValue().size()));
193670
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter638.getValue().size()));
193340
              for (String _iter631 : _iter630.getValue())
193671
              for (String _iter639 : _iter638.getValue())
193341
              {
193672
              {
193342
                oprot.writeString(_iter631);
193673
                oprot.writeString(_iter639);
193343
              }
193674
              }
193344
              oprot.writeListEnd();
193675
              oprot.writeListEnd();
193345
            }
193676
            }
193346
          }
193677
          }
193347
          oprot.writeMapEnd();
193678
          oprot.writeMapEnd();
Line 193350... Line 193681...
193350
      }
193681
      }
193351
      if (this.serialNumbersMap != null) {
193682
      if (this.serialNumbersMap != null) {
193352
        oprot.writeFieldBegin(SERIAL_NUMBERS_MAP_FIELD_DESC);
193683
        oprot.writeFieldBegin(SERIAL_NUMBERS_MAP_FIELD_DESC);
193353
        {
193684
        {
193354
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.serialNumbersMap.size()));
193685
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.serialNumbersMap.size()));
193355
          for (Map.Entry<Long, List<String>> _iter632 : this.serialNumbersMap.entrySet())
193686
          for (Map.Entry<Long, List<String>> _iter640 : this.serialNumbersMap.entrySet())
193356
          {
193687
          {
193357
            oprot.writeI64(_iter632.getKey());
193688
            oprot.writeI64(_iter640.getKey());
193358
            {
193689
            {
193359
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter632.getValue().size()));
193690
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter640.getValue().size()));
193360
              for (String _iter633 : _iter632.getValue())
193691
              for (String _iter641 : _iter640.getValue())
193361
              {
193692
              {
193362
                oprot.writeString(_iter633);
193693
                oprot.writeString(_iter641);
193363
              }
193694
              }
193364
              oprot.writeListEnd();
193695
              oprot.writeListEnd();
193365
            }
193696
            }
193366
          }
193697
          }
193367
          oprot.writeMapEnd();
193698
          oprot.writeMapEnd();
Line 193370... Line 193701...
193370
      }
193701
      }
193371
      if (this.freebieWarehouseIdMap != null) {
193702
      if (this.freebieWarehouseIdMap != null) {
193372
        oprot.writeFieldBegin(FREEBIE_WAREHOUSE_ID_MAP_FIELD_DESC);
193703
        oprot.writeFieldBegin(FREEBIE_WAREHOUSE_ID_MAP_FIELD_DESC);
193373
        {
193704
        {
193374
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.freebieWarehouseIdMap.size()));
193705
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.LIST, this.freebieWarehouseIdMap.size()));
193375
          for (Map.Entry<Long, List<Long>> _iter634 : this.freebieWarehouseIdMap.entrySet())
193706
          for (Map.Entry<Long, List<Long>> _iter642 : this.freebieWarehouseIdMap.entrySet())
193376
          {
193707
          {
193377
            oprot.writeI64(_iter634.getKey());
193708
            oprot.writeI64(_iter642.getKey());
193378
            {
193709
            {
193379
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, _iter634.getValue().size()));
193710
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, _iter642.getValue().size()));
193380
              for (long _iter635 : _iter634.getValue())
193711
              for (long _iter643 : _iter642.getValue())
193381
              {
193712
              {
193382
                oprot.writeI64(_iter635);
193713
                oprot.writeI64(_iter643);
193383
              }
193714
              }
193384
              oprot.writeListEnd();
193715
              oprot.writeListEnd();
193385
            }
193716
            }
193386
          }
193717
          }
193387
          oprot.writeMapEnd();
193718
          oprot.writeMapEnd();
Line 193400... Line 193731...
193400
      oprot.writeI64(this.billingType);
193731
      oprot.writeI64(this.billingType);
193401
      oprot.writeFieldEnd();
193732
      oprot.writeFieldEnd();
193402
      oprot.writeFieldBegin(AUTHORIZE_FIELD_DESC);
193733
      oprot.writeFieldBegin(AUTHORIZE_FIELD_DESC);
193403
      oprot.writeBool(this.authorize);
193734
      oprot.writeBool(this.authorize);
193404
      oprot.writeFieldEnd();
193735
      oprot.writeFieldEnd();
-
 
193736
      if (this.invoiceType != null) {
-
 
193737
        oprot.writeFieldBegin(INVOICE_TYPE_FIELD_DESC);
-
 
193738
        oprot.writeString(this.invoiceType);
-
 
193739
        oprot.writeFieldEnd();
-
 
193740
      }
193405
      oprot.writeFieldStop();
193741
      oprot.writeFieldStop();
193406
      oprot.writeStructEnd();
193742
      oprot.writeStructEnd();
193407
    }
193743
    }
193408
 
193744
 
193409
    @Override
193745
    @Override
Line 193468... Line 193804...
193468
      first = false;
193804
      first = false;
193469
      if (!first) sb.append(", ");
193805
      if (!first) sb.append(", ");
193470
      sb.append("authorize:");
193806
      sb.append("authorize:");
193471
      sb.append(this.authorize);
193807
      sb.append(this.authorize);
193472
      first = false;
193808
      first = false;
-
 
193809
      if (!first) sb.append(", ");
-
 
193810
      sb.append("invoiceType:");
-
 
193811
      if (this.invoiceType == null) {
-
 
193812
        sb.append("null");
-
 
193813
      } else {
-
 
193814
        sb.append(this.invoiceType);
-
 
193815
      }
-
 
193816
      first = false;
193473
      sb.append(")");
193817
      sb.append(")");
193474
      return sb.toString();
193818
      return sb.toString();
193475
    }
193819
    }
193476
 
193820
 
193477
    public void validate() throws org.apache.thrift.TException {
193821
    public void validate() throws org.apache.thrift.TException {
Line 193847... Line 194191...
193847
      first = false;
194191
      first = false;
193848
      if (!first) sb.append(", ");
194192
      if (!first) sb.append(", ");
193849
      sb.append("ex:");
194193
      sb.append("ex:");
193850
      if (this.ex == null) {
194194
      if (this.ex == null) {
193851
        sb.append("null");
194195
        sb.append("null");
-
 
194196
      } else {
-
 
194197
        sb.append(this.ex);
-
 
194198
      }
-
 
194199
      first = false;
-
 
194200
      sb.append(")");
-
 
194201
      return sb.toString();
-
 
194202
    }
-
 
194203
 
-
 
194204
    public void validate() throws org.apache.thrift.TException {
-
 
194205
      // check for required fields
-
 
194206
    }
-
 
194207
 
-
 
194208
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
194209
      try {
-
 
194210
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
194211
      } catch (org.apache.thrift.TException te) {
-
 
194212
        throw new java.io.IOException(te);
-
 
194213
      }
-
 
194214
    }
-
 
194215
 
-
 
194216
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
194217
      try {
-
 
194218
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
194219
      } catch (org.apache.thrift.TException te) {
-
 
194220
        throw new java.io.IOException(te);
-
 
194221
      }
-
 
194222
    }
-
 
194223
 
-
 
194224
  }
-
 
194225
 
-
 
194226
  public static class getInvoiceFormatLogisticsTxnId_args implements org.apache.thrift.TBase<getInvoiceFormatLogisticsTxnId_args, getInvoiceFormatLogisticsTxnId_args._Fields>, java.io.Serializable, Cloneable   {
-
 
194227
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getInvoiceFormatLogisticsTxnId_args");
-
 
194228
 
-
 
194229
    private static final org.apache.thrift.protocol.TField TRANSACTION_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("transactionId", org.apache.thrift.protocol.TType.I64, (short)1);
-
 
194230
    private static final org.apache.thrift.protocol.TField SHIPEMENT_SEQ_FIELD_DESC = new org.apache.thrift.protocol.TField("shipementSeq", org.apache.thrift.protocol.TType.I64, (short)2);
-
 
194231
 
-
 
194232
    private long transactionId; // required
-
 
194233
    private long shipementSeq; // required
-
 
194234
 
-
 
194235
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
194236
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
194237
      TRANSACTION_ID((short)1, "transactionId"),
-
 
194238
      SHIPEMENT_SEQ((short)2, "shipementSeq");
-
 
194239
 
-
 
194240
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
194241
 
-
 
194242
      static {
-
 
194243
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
194244
          byName.put(field.getFieldName(), field);
-
 
194245
        }
-
 
194246
      }
-
 
194247
 
-
 
194248
      /**
-
 
194249
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
194250
       */
-
 
194251
      public static _Fields findByThriftId(int fieldId) {
-
 
194252
        switch(fieldId) {
-
 
194253
          case 1: // TRANSACTION_ID
-
 
194254
            return TRANSACTION_ID;
-
 
194255
          case 2: // SHIPEMENT_SEQ
-
 
194256
            return SHIPEMENT_SEQ;
-
 
194257
          default:
-
 
194258
            return null;
-
 
194259
        }
-
 
194260
      }
-
 
194261
 
-
 
194262
      /**
-
 
194263
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
194264
       * if it is not found.
-
 
194265
       */
-
 
194266
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
194267
        _Fields fields = findByThriftId(fieldId);
-
 
194268
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
194269
        return fields;
-
 
194270
      }
-
 
194271
 
-
 
194272
      /**
-
 
194273
       * Find the _Fields constant that matches name, or null if its not found.
-
 
194274
       */
-
 
194275
      public static _Fields findByName(String name) {
-
 
194276
        return byName.get(name);
-
 
194277
      }
-
 
194278
 
-
 
194279
      private final short _thriftId;
-
 
194280
      private final String _fieldName;
-
 
194281
 
-
 
194282
      _Fields(short thriftId, String fieldName) {
-
 
194283
        _thriftId = thriftId;
-
 
194284
        _fieldName = fieldName;
-
 
194285
      }
-
 
194286
 
-
 
194287
      public short getThriftFieldId() {
-
 
194288
        return _thriftId;
-
 
194289
      }
-
 
194290
 
-
 
194291
      public String getFieldName() {
-
 
194292
        return _fieldName;
-
 
194293
      }
-
 
194294
    }
-
 
194295
 
-
 
194296
    // isset id assignments
-
 
194297
    private static final int __TRANSACTIONID_ISSET_ID = 0;
-
 
194298
    private static final int __SHIPEMENTSEQ_ISSET_ID = 1;
-
 
194299
    private BitSet __isset_bit_vector = new BitSet(2);
-
 
194300
 
-
 
194301
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
194302
    static {
-
 
194303
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
194304
      tmpMap.put(_Fields.TRANSACTION_ID, new org.apache.thrift.meta_data.FieldMetaData("transactionId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
194305
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
194306
      tmpMap.put(_Fields.SHIPEMENT_SEQ, new org.apache.thrift.meta_data.FieldMetaData("shipementSeq", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
194307
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
194308
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
194309
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getInvoiceFormatLogisticsTxnId_args.class, metaDataMap);
-
 
194310
    }
-
 
194311
 
-
 
194312
    public getInvoiceFormatLogisticsTxnId_args() {
-
 
194313
    }
-
 
194314
 
-
 
194315
    public getInvoiceFormatLogisticsTxnId_args(
-
 
194316
      long transactionId,
-
 
194317
      long shipementSeq)
-
 
194318
    {
-
 
194319
      this();
-
 
194320
      this.transactionId = transactionId;
-
 
194321
      setTransactionIdIsSet(true);
-
 
194322
      this.shipementSeq = shipementSeq;
-
 
194323
      setShipementSeqIsSet(true);
-
 
194324
    }
-
 
194325
 
-
 
194326
    /**
-
 
194327
     * Performs a deep copy on <i>other</i>.
-
 
194328
     */
-
 
194329
    public getInvoiceFormatLogisticsTxnId_args(getInvoiceFormatLogisticsTxnId_args other) {
-
 
194330
      __isset_bit_vector.clear();
-
 
194331
      __isset_bit_vector.or(other.__isset_bit_vector);
-
 
194332
      this.transactionId = other.transactionId;
-
 
194333
      this.shipementSeq = other.shipementSeq;
-
 
194334
    }
-
 
194335
 
-
 
194336
    public getInvoiceFormatLogisticsTxnId_args deepCopy() {
-
 
194337
      return new getInvoiceFormatLogisticsTxnId_args(this);
-
 
194338
    }
-
 
194339
 
-
 
194340
    @Override
-
 
194341
    public void clear() {
-
 
194342
      setTransactionIdIsSet(false);
-
 
194343
      this.transactionId = 0;
-
 
194344
      setShipementSeqIsSet(false);
-
 
194345
      this.shipementSeq = 0;
-
 
194346
    }
-
 
194347
 
-
 
194348
    public long getTransactionId() {
-
 
194349
      return this.transactionId;
-
 
194350
    }
-
 
194351
 
-
 
194352
    public void setTransactionId(long transactionId) {
-
 
194353
      this.transactionId = transactionId;
-
 
194354
      setTransactionIdIsSet(true);
-
 
194355
    }
-
 
194356
 
-
 
194357
    public void unsetTransactionId() {
-
 
194358
      __isset_bit_vector.clear(__TRANSACTIONID_ISSET_ID);
-
 
194359
    }
-
 
194360
 
-
 
194361
    /** Returns true if field transactionId is set (has been assigned a value) and false otherwise */
-
 
194362
    public boolean isSetTransactionId() {
-
 
194363
      return __isset_bit_vector.get(__TRANSACTIONID_ISSET_ID);
-
 
194364
    }
-
 
194365
 
-
 
194366
    public void setTransactionIdIsSet(boolean value) {
-
 
194367
      __isset_bit_vector.set(__TRANSACTIONID_ISSET_ID, value);
-
 
194368
    }
-
 
194369
 
-
 
194370
    public long getShipementSeq() {
-
 
194371
      return this.shipementSeq;
-
 
194372
    }
-
 
194373
 
-
 
194374
    public void setShipementSeq(long shipementSeq) {
-
 
194375
      this.shipementSeq = shipementSeq;
-
 
194376
      setShipementSeqIsSet(true);
-
 
194377
    }
-
 
194378
 
-
 
194379
    public void unsetShipementSeq() {
-
 
194380
      __isset_bit_vector.clear(__SHIPEMENTSEQ_ISSET_ID);
-
 
194381
    }
-
 
194382
 
-
 
194383
    /** Returns true if field shipementSeq is set (has been assigned a value) and false otherwise */
-
 
194384
    public boolean isSetShipementSeq() {
-
 
194385
      return __isset_bit_vector.get(__SHIPEMENTSEQ_ISSET_ID);
-
 
194386
    }
-
 
194387
 
-
 
194388
    public void setShipementSeqIsSet(boolean value) {
-
 
194389
      __isset_bit_vector.set(__SHIPEMENTSEQ_ISSET_ID, value);
-
 
194390
    }
-
 
194391
 
-
 
194392
    public void setFieldValue(_Fields field, Object value) {
-
 
194393
      switch (field) {
-
 
194394
      case TRANSACTION_ID:
-
 
194395
        if (value == null) {
-
 
194396
          unsetTransactionId();
-
 
194397
        } else {
-
 
194398
          setTransactionId((Long)value);
-
 
194399
        }
-
 
194400
        break;
-
 
194401
 
-
 
194402
      case SHIPEMENT_SEQ:
-
 
194403
        if (value == null) {
-
 
194404
          unsetShipementSeq();
-
 
194405
        } else {
-
 
194406
          setShipementSeq((Long)value);
-
 
194407
        }
-
 
194408
        break;
-
 
194409
 
-
 
194410
      }
-
 
194411
    }
-
 
194412
 
-
 
194413
    public Object getFieldValue(_Fields field) {
-
 
194414
      switch (field) {
-
 
194415
      case TRANSACTION_ID:
-
 
194416
        return Long.valueOf(getTransactionId());
-
 
194417
 
-
 
194418
      case SHIPEMENT_SEQ:
-
 
194419
        return Long.valueOf(getShipementSeq());
-
 
194420
 
-
 
194421
      }
-
 
194422
      throw new IllegalStateException();
-
 
194423
    }
-
 
194424
 
-
 
194425
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
194426
    public boolean isSet(_Fields field) {
-
 
194427
      if (field == null) {
-
 
194428
        throw new IllegalArgumentException();
-
 
194429
      }
-
 
194430
 
-
 
194431
      switch (field) {
-
 
194432
      case TRANSACTION_ID:
-
 
194433
        return isSetTransactionId();
-
 
194434
      case SHIPEMENT_SEQ:
-
 
194435
        return isSetShipementSeq();
-
 
194436
      }
-
 
194437
      throw new IllegalStateException();
-
 
194438
    }
-
 
194439
 
-
 
194440
    @Override
-
 
194441
    public boolean equals(Object that) {
-
 
194442
      if (that == null)
-
 
194443
        return false;
-
 
194444
      if (that instanceof getInvoiceFormatLogisticsTxnId_args)
-
 
194445
        return this.equals((getInvoiceFormatLogisticsTxnId_args)that);
-
 
194446
      return false;
-
 
194447
    }
-
 
194448
 
-
 
194449
    public boolean equals(getInvoiceFormatLogisticsTxnId_args that) {
-
 
194450
      if (that == null)
-
 
194451
        return false;
-
 
194452
 
-
 
194453
      boolean this_present_transactionId = true;
-
 
194454
      boolean that_present_transactionId = true;
-
 
194455
      if (this_present_transactionId || that_present_transactionId) {
-
 
194456
        if (!(this_present_transactionId && that_present_transactionId))
-
 
194457
          return false;
-
 
194458
        if (this.transactionId != that.transactionId)
-
 
194459
          return false;
-
 
194460
      }
-
 
194461
 
-
 
194462
      boolean this_present_shipementSeq = true;
-
 
194463
      boolean that_present_shipementSeq = true;
-
 
194464
      if (this_present_shipementSeq || that_present_shipementSeq) {
-
 
194465
        if (!(this_present_shipementSeq && that_present_shipementSeq))
-
 
194466
          return false;
-
 
194467
        if (this.shipementSeq != that.shipementSeq)
-
 
194468
          return false;
-
 
194469
      }
-
 
194470
 
-
 
194471
      return true;
-
 
194472
    }
-
 
194473
 
-
 
194474
    @Override
-
 
194475
    public int hashCode() {
-
 
194476
      return 0;
-
 
194477
    }
-
 
194478
 
-
 
194479
    public int compareTo(getInvoiceFormatLogisticsTxnId_args other) {
-
 
194480
      if (!getClass().equals(other.getClass())) {
-
 
194481
        return getClass().getName().compareTo(other.getClass().getName());
-
 
194482
      }
-
 
194483
 
-
 
194484
      int lastComparison = 0;
-
 
194485
      getInvoiceFormatLogisticsTxnId_args typedOther = (getInvoiceFormatLogisticsTxnId_args)other;
-
 
194486
 
-
 
194487
      lastComparison = Boolean.valueOf(isSetTransactionId()).compareTo(typedOther.isSetTransactionId());
-
 
194488
      if (lastComparison != 0) {
-
 
194489
        return lastComparison;
-
 
194490
      }
-
 
194491
      if (isSetTransactionId()) {
-
 
194492
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.transactionId, typedOther.transactionId);
-
 
194493
        if (lastComparison != 0) {
-
 
194494
          return lastComparison;
-
 
194495
        }
-
 
194496
      }
-
 
194497
      lastComparison = Boolean.valueOf(isSetShipementSeq()).compareTo(typedOther.isSetShipementSeq());
-
 
194498
      if (lastComparison != 0) {
-
 
194499
        return lastComparison;
-
 
194500
      }
-
 
194501
      if (isSetShipementSeq()) {
-
 
194502
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.shipementSeq, typedOther.shipementSeq);
-
 
194503
        if (lastComparison != 0) {
-
 
194504
          return lastComparison;
-
 
194505
        }
-
 
194506
      }
-
 
194507
      return 0;
-
 
194508
    }
-
 
194509
 
-
 
194510
    public _Fields fieldForId(int fieldId) {
-
 
194511
      return _Fields.findByThriftId(fieldId);
-
 
194512
    }
-
 
194513
 
-
 
194514
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
194515
      org.apache.thrift.protocol.TField field;
-
 
194516
      iprot.readStructBegin();
-
 
194517
      while (true)
-
 
194518
      {
-
 
194519
        field = iprot.readFieldBegin();
-
 
194520
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
194521
          break;
-
 
194522
        }
-
 
194523
        switch (field.id) {
-
 
194524
          case 1: // TRANSACTION_ID
-
 
194525
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
194526
              this.transactionId = iprot.readI64();
-
 
194527
              setTransactionIdIsSet(true);
-
 
194528
            } else { 
-
 
194529
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
194530
            }
-
 
194531
            break;
-
 
194532
          case 2: // SHIPEMENT_SEQ
-
 
194533
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
194534
              this.shipementSeq = iprot.readI64();
-
 
194535
              setShipementSeqIsSet(true);
-
 
194536
            } else { 
-
 
194537
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
194538
            }
-
 
194539
            break;
-
 
194540
          default:
-
 
194541
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
194542
        }
-
 
194543
        iprot.readFieldEnd();
-
 
194544
      }
-
 
194545
      iprot.readStructEnd();
-
 
194546
      validate();
-
 
194547
    }
-
 
194548
 
-
 
194549
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
194550
      validate();
-
 
194551
 
-
 
194552
      oprot.writeStructBegin(STRUCT_DESC);
-
 
194553
      oprot.writeFieldBegin(TRANSACTION_ID_FIELD_DESC);
-
 
194554
      oprot.writeI64(this.transactionId);
-
 
194555
      oprot.writeFieldEnd();
-
 
194556
      oprot.writeFieldBegin(SHIPEMENT_SEQ_FIELD_DESC);
-
 
194557
      oprot.writeI64(this.shipementSeq);
-
 
194558
      oprot.writeFieldEnd();
-
 
194559
      oprot.writeFieldStop();
-
 
194560
      oprot.writeStructEnd();
-
 
194561
    }
-
 
194562
 
-
 
194563
    @Override
-
 
194564
    public String toString() {
-
 
194565
      StringBuilder sb = new StringBuilder("getInvoiceFormatLogisticsTxnId_args(");
-
 
194566
      boolean first = true;
-
 
194567
 
-
 
194568
      sb.append("transactionId:");
-
 
194569
      sb.append(this.transactionId);
-
 
194570
      first = false;
-
 
194571
      if (!first) sb.append(", ");
-
 
194572
      sb.append("shipementSeq:");
-
 
194573
      sb.append(this.shipementSeq);
-
 
194574
      first = false;
-
 
194575
      sb.append(")");
-
 
194576
      return sb.toString();
-
 
194577
    }
-
 
194578
 
-
 
194579
    public void validate() throws org.apache.thrift.TException {
-
 
194580
      // check for required fields
-
 
194581
    }
-
 
194582
 
-
 
194583
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
194584
      try {
-
 
194585
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
194586
      } catch (org.apache.thrift.TException te) {
-
 
194587
        throw new java.io.IOException(te);
-
 
194588
      }
-
 
194589
    }
-
 
194590
 
-
 
194591
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
194592
      try {
-
 
194593
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
194594
        __isset_bit_vector = new BitSet(1);
-
 
194595
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
194596
      } catch (org.apache.thrift.TException te) {
-
 
194597
        throw new java.io.IOException(te);
-
 
194598
      }
-
 
194599
    }
-
 
194600
 
-
 
194601
  }
-
 
194602
 
-
 
194603
  public static class getInvoiceFormatLogisticsTxnId_result implements org.apache.thrift.TBase<getInvoiceFormatLogisticsTxnId_result, getInvoiceFormatLogisticsTxnId_result._Fields>, java.io.Serializable, Cloneable   {
-
 
194604
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getInvoiceFormatLogisticsTxnId_result");
-
 
194605
 
-
 
194606
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRING, (short)0);
-
 
194607
    private static final org.apache.thrift.protocol.TField EX_FIELD_DESC = new org.apache.thrift.protocol.TField("ex", org.apache.thrift.protocol.TType.STRUCT, (short)1);
-
 
194608
 
-
 
194609
    private String success; // required
-
 
194610
    private TransactionServiceException ex; // required
-
 
194611
 
-
 
194612
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
194613
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
194614
      SUCCESS((short)0, "success"),
-
 
194615
      EX((short)1, "ex");
-
 
194616
 
-
 
194617
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
194618
 
-
 
194619
      static {
-
 
194620
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
194621
          byName.put(field.getFieldName(), field);
-
 
194622
        }
-
 
194623
      }
-
 
194624
 
-
 
194625
      /**
-
 
194626
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
194627
       */
-
 
194628
      public static _Fields findByThriftId(int fieldId) {
-
 
194629
        switch(fieldId) {
-
 
194630
          case 0: // SUCCESS
-
 
194631
            return SUCCESS;
-
 
194632
          case 1: // EX
-
 
194633
            return EX;
-
 
194634
          default:
-
 
194635
            return null;
-
 
194636
        }
-
 
194637
      }
-
 
194638
 
-
 
194639
      /**
-
 
194640
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
194641
       * if it is not found.
-
 
194642
       */
-
 
194643
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
194644
        _Fields fields = findByThriftId(fieldId);
-
 
194645
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
194646
        return fields;
-
 
194647
      }
-
 
194648
 
-
 
194649
      /**
-
 
194650
       * Find the _Fields constant that matches name, or null if its not found.
-
 
194651
       */
-
 
194652
      public static _Fields findByName(String name) {
-
 
194653
        return byName.get(name);
-
 
194654
      }
-
 
194655
 
-
 
194656
      private final short _thriftId;
-
 
194657
      private final String _fieldName;
-
 
194658
 
-
 
194659
      _Fields(short thriftId, String fieldName) {
-
 
194660
        _thriftId = thriftId;
-
 
194661
        _fieldName = fieldName;
-
 
194662
      }
-
 
194663
 
-
 
194664
      public short getThriftFieldId() {
-
 
194665
        return _thriftId;
-
 
194666
      }
-
 
194667
 
-
 
194668
      public String getFieldName() {
-
 
194669
        return _fieldName;
-
 
194670
      }
-
 
194671
    }
-
 
194672
 
-
 
194673
    // isset id assignments
-
 
194674
 
-
 
194675
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
194676
    static {
-
 
194677
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
194678
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
194679
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
-
 
194680
      tmpMap.put(_Fields.EX, new org.apache.thrift.meta_data.FieldMetaData("ex", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
194681
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT)));
-
 
194682
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
194683
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getInvoiceFormatLogisticsTxnId_result.class, metaDataMap);
-
 
194684
    }
-
 
194685
 
-
 
194686
    public getInvoiceFormatLogisticsTxnId_result() {
-
 
194687
    }
-
 
194688
 
-
 
194689
    public getInvoiceFormatLogisticsTxnId_result(
-
 
194690
      String success,
-
 
194691
      TransactionServiceException ex)
-
 
194692
    {
-
 
194693
      this();
-
 
194694
      this.success = success;
-
 
194695
      this.ex = ex;
-
 
194696
    }
-
 
194697
 
-
 
194698
    /**
-
 
194699
     * Performs a deep copy on <i>other</i>.
-
 
194700
     */
-
 
194701
    public getInvoiceFormatLogisticsTxnId_result(getInvoiceFormatLogisticsTxnId_result other) {
-
 
194702
      if (other.isSetSuccess()) {
-
 
194703
        this.success = other.success;
-
 
194704
      }
-
 
194705
      if (other.isSetEx()) {
-
 
194706
        this.ex = new TransactionServiceException(other.ex);
-
 
194707
      }
-
 
194708
    }
-
 
194709
 
-
 
194710
    public getInvoiceFormatLogisticsTxnId_result deepCopy() {
-
 
194711
      return new getInvoiceFormatLogisticsTxnId_result(this);
-
 
194712
    }
-
 
194713
 
-
 
194714
    @Override
-
 
194715
    public void clear() {
-
 
194716
      this.success = null;
-
 
194717
      this.ex = null;
-
 
194718
    }
-
 
194719
 
-
 
194720
    public String getSuccess() {
-
 
194721
      return this.success;
-
 
194722
    }
-
 
194723
 
-
 
194724
    public void setSuccess(String success) {
-
 
194725
      this.success = success;
-
 
194726
    }
-
 
194727
 
-
 
194728
    public void unsetSuccess() {
-
 
194729
      this.success = null;
-
 
194730
    }
-
 
194731
 
-
 
194732
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
194733
    public boolean isSetSuccess() {
-
 
194734
      return this.success != null;
-
 
194735
    }
-
 
194736
 
-
 
194737
    public void setSuccessIsSet(boolean value) {
-
 
194738
      if (!value) {
-
 
194739
        this.success = null;
-
 
194740
      }
-
 
194741
    }
-
 
194742
 
-
 
194743
    public TransactionServiceException getEx() {
-
 
194744
      return this.ex;
-
 
194745
    }
-
 
194746
 
-
 
194747
    public void setEx(TransactionServiceException ex) {
-
 
194748
      this.ex = ex;
-
 
194749
    }
-
 
194750
 
-
 
194751
    public void unsetEx() {
-
 
194752
      this.ex = null;
-
 
194753
    }
-
 
194754
 
-
 
194755
    /** Returns true if field ex is set (has been assigned a value) and false otherwise */
-
 
194756
    public boolean isSetEx() {
-
 
194757
      return this.ex != null;
-
 
194758
    }
-
 
194759
 
-
 
194760
    public void setExIsSet(boolean value) {
-
 
194761
      if (!value) {
-
 
194762
        this.ex = null;
-
 
194763
      }
-
 
194764
    }
-
 
194765
 
-
 
194766
    public void setFieldValue(_Fields field, Object value) {
-
 
194767
      switch (field) {
-
 
194768
      case SUCCESS:
-
 
194769
        if (value == null) {
-
 
194770
          unsetSuccess();
-
 
194771
        } else {
-
 
194772
          setSuccess((String)value);
-
 
194773
        }
-
 
194774
        break;
-
 
194775
 
-
 
194776
      case EX:
-
 
194777
        if (value == null) {
-
 
194778
          unsetEx();
-
 
194779
        } else {
-
 
194780
          setEx((TransactionServiceException)value);
-
 
194781
        }
-
 
194782
        break;
-
 
194783
 
-
 
194784
      }
-
 
194785
    }
-
 
194786
 
-
 
194787
    public Object getFieldValue(_Fields field) {
-
 
194788
      switch (field) {
-
 
194789
      case SUCCESS:
-
 
194790
        return getSuccess();
-
 
194791
 
-
 
194792
      case EX:
-
 
194793
        return getEx();
-
 
194794
 
-
 
194795
      }
-
 
194796
      throw new IllegalStateException();
-
 
194797
    }
-
 
194798
 
-
 
194799
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
194800
    public boolean isSet(_Fields field) {
-
 
194801
      if (field == null) {
-
 
194802
        throw new IllegalArgumentException();
-
 
194803
      }
-
 
194804
 
-
 
194805
      switch (field) {
-
 
194806
      case SUCCESS:
-
 
194807
        return isSetSuccess();
-
 
194808
      case EX:
-
 
194809
        return isSetEx();
-
 
194810
      }
-
 
194811
      throw new IllegalStateException();
-
 
194812
    }
-
 
194813
 
-
 
194814
    @Override
-
 
194815
    public boolean equals(Object that) {
-
 
194816
      if (that == null)
-
 
194817
        return false;
-
 
194818
      if (that instanceof getInvoiceFormatLogisticsTxnId_result)
-
 
194819
        return this.equals((getInvoiceFormatLogisticsTxnId_result)that);
-
 
194820
      return false;
-
 
194821
    }
-
 
194822
 
-
 
194823
    public boolean equals(getInvoiceFormatLogisticsTxnId_result that) {
-
 
194824
      if (that == null)
-
 
194825
        return false;
-
 
194826
 
-
 
194827
      boolean this_present_success = true && this.isSetSuccess();
-
 
194828
      boolean that_present_success = true && that.isSetSuccess();
-
 
194829
      if (this_present_success || that_present_success) {
-
 
194830
        if (!(this_present_success && that_present_success))
-
 
194831
          return false;
-
 
194832
        if (!this.success.equals(that.success))
-
 
194833
          return false;
-
 
194834
      }
-
 
194835
 
-
 
194836
      boolean this_present_ex = true && this.isSetEx();
-
 
194837
      boolean that_present_ex = true && that.isSetEx();
-
 
194838
      if (this_present_ex || that_present_ex) {
-
 
194839
        if (!(this_present_ex && that_present_ex))
-
 
194840
          return false;
-
 
194841
        if (!this.ex.equals(that.ex))
-
 
194842
          return false;
-
 
194843
      }
-
 
194844
 
-
 
194845
      return true;
-
 
194846
    }
-
 
194847
 
-
 
194848
    @Override
-
 
194849
    public int hashCode() {
-
 
194850
      return 0;
-
 
194851
    }
-
 
194852
 
-
 
194853
    public int compareTo(getInvoiceFormatLogisticsTxnId_result other) {
-
 
194854
      if (!getClass().equals(other.getClass())) {
-
 
194855
        return getClass().getName().compareTo(other.getClass().getName());
-
 
194856
      }
-
 
194857
 
-
 
194858
      int lastComparison = 0;
-
 
194859
      getInvoiceFormatLogisticsTxnId_result typedOther = (getInvoiceFormatLogisticsTxnId_result)other;
-
 
194860
 
-
 
194861
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
194862
      if (lastComparison != 0) {
-
 
194863
        return lastComparison;
-
 
194864
      }
-
 
194865
      if (isSetSuccess()) {
-
 
194866
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
194867
        if (lastComparison != 0) {
-
 
194868
          return lastComparison;
-
 
194869
        }
-
 
194870
      }
-
 
194871
      lastComparison = Boolean.valueOf(isSetEx()).compareTo(typedOther.isSetEx());
-
 
194872
      if (lastComparison != 0) {
-
 
194873
        return lastComparison;
-
 
194874
      }
-
 
194875
      if (isSetEx()) {
-
 
194876
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ex, typedOther.ex);
-
 
194877
        if (lastComparison != 0) {
-
 
194878
          return lastComparison;
-
 
194879
        }
-
 
194880
      }
-
 
194881
      return 0;
-
 
194882
    }
-
 
194883
 
-
 
194884
    public _Fields fieldForId(int fieldId) {
-
 
194885
      return _Fields.findByThriftId(fieldId);
-
 
194886
    }
-
 
194887
 
-
 
194888
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
194889
      org.apache.thrift.protocol.TField field;
-
 
194890
      iprot.readStructBegin();
-
 
194891
      while (true)
-
 
194892
      {
-
 
194893
        field = iprot.readFieldBegin();
-
 
194894
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
194895
          break;
-
 
194896
        }
-
 
194897
        switch (field.id) {
-
 
194898
          case 0: // SUCCESS
-
 
194899
            if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
194900
              this.success = iprot.readString();
-
 
194901
            } else { 
-
 
194902
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
194903
            }
-
 
194904
            break;
-
 
194905
          case 1: // EX
-
 
194906
            if (field.type == org.apache.thrift.protocol.TType.STRUCT) {
-
 
194907
              this.ex = new TransactionServiceException();
-
 
194908
              this.ex.read(iprot);
-
 
194909
            } else { 
-
 
194910
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
194911
            }
-
 
194912
            break;
-
 
194913
          default:
-
 
194914
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
194915
        }
-
 
194916
        iprot.readFieldEnd();
-
 
194917
      }
-
 
194918
      iprot.readStructEnd();
-
 
194919
      validate();
-
 
194920
    }
-
 
194921
 
-
 
194922
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
194923
      oprot.writeStructBegin(STRUCT_DESC);
-
 
194924
 
-
 
194925
      if (this.isSetSuccess()) {
-
 
194926
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
194927
        oprot.writeString(this.success);
-
 
194928
        oprot.writeFieldEnd();
-
 
194929
      } else if (this.isSetEx()) {
-
 
194930
        oprot.writeFieldBegin(EX_FIELD_DESC);
-
 
194931
        this.ex.write(oprot);
-
 
194932
        oprot.writeFieldEnd();
-
 
194933
      }
-
 
194934
      oprot.writeFieldStop();
-
 
194935
      oprot.writeStructEnd();
-
 
194936
    }
-
 
194937
 
-
 
194938
    @Override
-
 
194939
    public String toString() {
-
 
194940
      StringBuilder sb = new StringBuilder("getInvoiceFormatLogisticsTxnId_result(");
-
 
194941
      boolean first = true;
-
 
194942
 
-
 
194943
      sb.append("success:");
-
 
194944
      if (this.success == null) {
-
 
194945
        sb.append("null");
-
 
194946
      } else {
-
 
194947
        sb.append(this.success);
-
 
194948
      }
-
 
194949
      first = false;
-
 
194950
      if (!first) sb.append(", ");
-
 
194951
      sb.append("ex:");
-
 
194952
      if (this.ex == null) {
-
 
194953
        sb.append("null");
193852
      } else {
194954
      } else {
193853
        sb.append(this.ex);
194955
        sb.append(this.ex);
193854
      }
194956
      }
193855
      first = false;
194957
      first = false;
193856
      sb.append(")");
194958
      sb.append(")");