Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 8370
Line 62... Line 62...
62
 
62
 
63
    public int getOpenTicketCountForAgent(long agentId) throws org.apache.thrift.TException;
63
    public int getOpenTicketCountForAgent(long agentId) throws org.apache.thrift.TException;
64
 
64
 
65
    public Map<String,Long> getOpenTicketsMap() throws org.apache.thrift.TException;
65
    public Map<String,Long> getOpenTicketsMap() throws org.apache.thrift.TException;
66
 
66
 
-
 
67
    public Map<String,String> getFedexReconciliationDataMap(List<Long> order_ids, String method_key) throws org.apache.thrift.TException;
-
 
68
 
67
  }
69
  }
68
 
70
 
69
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
71
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
70
 
72
 
71
    public void getTickets(SearchFilter searchFilter, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getTickets_call> resultHandler) throws org.apache.thrift.TException;
73
    public void getTickets(SearchFilter searchFilter, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getTickets_call> resultHandler) throws org.apache.thrift.TException;
Line 106... Line 108...
106
 
108
 
107
    public void getOpenTicketCountForAgent(long agentId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOpenTicketCountForAgent_call> resultHandler) throws org.apache.thrift.TException;
109
    public void getOpenTicketCountForAgent(long agentId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOpenTicketCountForAgent_call> resultHandler) throws org.apache.thrift.TException;
108
 
110
 
109
    public void getOpenTicketsMap(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOpenTicketsMap_call> resultHandler) throws org.apache.thrift.TException;
111
    public void getOpenTicketsMap(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOpenTicketsMap_call> resultHandler) throws org.apache.thrift.TException;
110
 
112
 
-
 
113
    public void getFedexReconciliationDataMap(List<Long> order_ids, String method_key, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getFedexReconciliationDataMap_call> resultHandler) throws org.apache.thrift.TException;
-
 
114
 
111
  }
115
  }
112
 
116
 
113
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
117
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
114
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
118
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
115
      public Factory() {}
119
      public Factory() {}
Line 568... Line 572...
568
        return result.success;
572
        return result.success;
569
      }
573
      }
570
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOpenTicketsMap failed: unknown result");
574
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOpenTicketsMap failed: unknown result");
571
    }
575
    }
572
 
576
 
-
 
577
    public Map<String,String> getFedexReconciliationDataMap(List<Long> order_ids, String method_key) throws org.apache.thrift.TException
-
 
578
    {
-
 
579
      send_getFedexReconciliationDataMap(order_ids, method_key);
-
 
580
      return recv_getFedexReconciliationDataMap();
-
 
581
    }
-
 
582
 
-
 
583
    public void send_getFedexReconciliationDataMap(List<Long> order_ids, String method_key) throws org.apache.thrift.TException
-
 
584
    {
-
 
585
      getFedexReconciliationDataMap_args args = new getFedexReconciliationDataMap_args();
-
 
586
      args.setOrder_ids(order_ids);
-
 
587
      args.setMethod_key(method_key);
-
 
588
      sendBase("getFedexReconciliationDataMap", args);
-
 
589
    }
-
 
590
 
-
 
591
    public Map<String,String> recv_getFedexReconciliationDataMap() throws org.apache.thrift.TException
-
 
592
    {
-
 
593
      getFedexReconciliationDataMap_result result = new getFedexReconciliationDataMap_result();
-
 
594
      receiveBase(result, "getFedexReconciliationDataMap");
-
 
595
      if (result.isSetSuccess()) {
-
 
596
        return result.success;
-
 
597
      }
-
 
598
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getFedexReconciliationDataMap failed: unknown result");
-
 
599
    }
-
 
600
 
573
  }
601
  }
574
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
602
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
575
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
603
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
576
      private org.apache.thrift.async.TAsyncClientManager clientManager;
604
      private org.apache.thrift.async.TAsyncClientManager clientManager;
577
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
605
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
Line 1238... Line 1266...
1238
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
1266
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
1239
        return (new Client(prot)).recv_getOpenTicketsMap();
1267
        return (new Client(prot)).recv_getOpenTicketsMap();
1240
      }
1268
      }
1241
    }
1269
    }
1242
 
1270
 
-
 
1271
    public void getFedexReconciliationDataMap(List<Long> order_ids, String method_key, org.apache.thrift.async.AsyncMethodCallback<getFedexReconciliationDataMap_call> resultHandler) throws org.apache.thrift.TException {
-
 
1272
      checkReady();
-
 
1273
      getFedexReconciliationDataMap_call method_call = new getFedexReconciliationDataMap_call(order_ids, method_key, resultHandler, this, ___protocolFactory, ___transport);
-
 
1274
      this.___currentMethod = method_call;
-
 
1275
      ___manager.call(method_call);
-
 
1276
    }
-
 
1277
 
-
 
1278
    public static class getFedexReconciliationDataMap_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
1279
      private List<Long> order_ids;
-
 
1280
      private String method_key;
-
 
1281
      public getFedexReconciliationDataMap_call(List<Long> order_ids, String method_key, org.apache.thrift.async.AsyncMethodCallback<getFedexReconciliationDataMap_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 {
-
 
1282
        super(client, protocolFactory, transport, resultHandler, false);
-
 
1283
        this.order_ids = order_ids;
-
 
1284
        this.method_key = method_key;
-
 
1285
      }
-
 
1286
 
-
 
1287
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
1288
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getFedexReconciliationDataMap", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
1289
        getFedexReconciliationDataMap_args args = new getFedexReconciliationDataMap_args();
-
 
1290
        args.setOrder_ids(order_ids);
-
 
1291
        args.setMethod_key(method_key);
-
 
1292
        args.write(prot);
-
 
1293
        prot.writeMessageEnd();
-
 
1294
      }
-
 
1295
 
-
 
1296
      public Map<String,String> getResult() throws org.apache.thrift.TException {
-
 
1297
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
1298
          throw new IllegalStateException("Method call not finished!");
-
 
1299
        }
-
 
1300
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
1301
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
1302
        return (new Client(prot)).recv_getFedexReconciliationDataMap();
-
 
1303
      }
-
 
1304
    }
-
 
1305
 
1243
  }
1306
  }
1244
 
1307
 
1245
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
1308
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
1246
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
1309
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
1247
    public Processor(I iface) {
1310
    public Processor(I iface) {
Line 1271... Line 1334...
1271
      processMap.put("changeAgentStatus", new changeAgentStatus());
1334
      processMap.put("changeAgentStatus", new changeAgentStatus());
1272
      processMap.put("insertAgent", new insertAgent());
1335
      processMap.put("insertAgent", new insertAgent());
1273
      processMap.put("changeAgentRole", new changeAgentRole());
1336
      processMap.put("changeAgentRole", new changeAgentRole());
1274
      processMap.put("getOpenTicketCountForAgent", new getOpenTicketCountForAgent());
1337
      processMap.put("getOpenTicketCountForAgent", new getOpenTicketCountForAgent());
1275
      processMap.put("getOpenTicketsMap", new getOpenTicketsMap());
1338
      processMap.put("getOpenTicketsMap", new getOpenTicketsMap());
-
 
1339
      processMap.put("getFedexReconciliationDataMap", new getFedexReconciliationDataMap());
1276
      return processMap;
1340
      return processMap;
1277
    }
1341
    }
1278
 
1342
 
1279
    private static class getTickets<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getTickets_args> {
1343
    private static class getTickets<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getTickets_args> {
1280
      public getTickets() {
1344
      public getTickets() {
Line 1598... Line 1662...
1598
        result.success = iface.getOpenTicketsMap();
1662
        result.success = iface.getOpenTicketsMap();
1599
        return result;
1663
        return result;
1600
      }
1664
      }
1601
    }
1665
    }
1602
 
1666
 
-
 
1667
    private static class getFedexReconciliationDataMap<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getFedexReconciliationDataMap_args> {
-
 
1668
      public getFedexReconciliationDataMap() {
-
 
1669
        super("getFedexReconciliationDataMap");
-
 
1670
      }
-
 
1671
 
-
 
1672
      protected getFedexReconciliationDataMap_args getEmptyArgsInstance() {
-
 
1673
        return new getFedexReconciliationDataMap_args();
-
 
1674
      }
-
 
1675
 
-
 
1676
      protected getFedexReconciliationDataMap_result getResult(I iface, getFedexReconciliationDataMap_args args) throws org.apache.thrift.TException {
-
 
1677
        getFedexReconciliationDataMap_result result = new getFedexReconciliationDataMap_result();
-
 
1678
        result.success = iface.getFedexReconciliationDataMap(args.order_ids, args.method_key);
-
 
1679
        return result;
-
 
1680
      }
-
 
1681
    }
-
 
1682
 
1603
  }
1683
  }
1604
 
1684
 
1605
  public static class getTickets_args implements org.apache.thrift.TBase<getTickets_args, getTickets_args._Fields>, java.io.Serializable, Cloneable   {
1685
  public static class getTickets_args implements org.apache.thrift.TBase<getTickets_args, getTickets_args._Fields>, java.io.Serializable, Cloneable   {
1606
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getTickets_args");
1686
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getTickets_args");
1607
 
1687
 
Line 5716... Line 5796...
5716
      }
5796
      }
5717
    }
5797
    }
5718
 
5798
 
5719
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5799
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
5720
      try {
5800
      try {
5721
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
5722
        __isset_bit_vector = new BitSet(1);
-
 
5723
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5801
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
5724
      } catch (org.apache.thrift.TException te) {
5802
      } catch (org.apache.thrift.TException te) {
5725
        throw new java.io.IOException(te);
5803
        throw new java.io.IOException(te);
5726
      }
5804
      }
5727
    }
5805
    }
Line 13282... Line 13360...
13282
      boolean first = true;
13360
      boolean first = true;
13283
 
13361
 
13284
      sb.append("success:");
13362
      sb.append("success:");
13285
      if (this.success == null) {
13363
      if (this.success == null) {
13286
        sb.append("null");
13364
        sb.append("null");
-
 
13365
      } else {
-
 
13366
        sb.append(this.success);
-
 
13367
      }
-
 
13368
      first = false;
-
 
13369
      sb.append(")");
-
 
13370
      return sb.toString();
-
 
13371
    }
-
 
13372
 
-
 
13373
    public void validate() throws org.apache.thrift.TException {
-
 
13374
      // check for required fields
-
 
13375
    }
-
 
13376
 
-
 
13377
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
13378
      try {
-
 
13379
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
13380
      } catch (org.apache.thrift.TException te) {
-
 
13381
        throw new java.io.IOException(te);
-
 
13382
      }
-
 
13383
    }
-
 
13384
 
-
 
13385
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
13386
      try {
-
 
13387
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
13388
      } catch (org.apache.thrift.TException te) {
-
 
13389
        throw new java.io.IOException(te);
-
 
13390
      }
-
 
13391
    }
-
 
13392
 
-
 
13393
  }
-
 
13394
 
-
 
13395
  public static class getFedexReconciliationDataMap_args implements org.apache.thrift.TBase<getFedexReconciliationDataMap_args, getFedexReconciliationDataMap_args._Fields>, java.io.Serializable, Cloneable   {
-
 
13396
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getFedexReconciliationDataMap_args");
-
 
13397
 
-
 
13398
    private static final org.apache.thrift.protocol.TField ORDER_IDS_FIELD_DESC = new org.apache.thrift.protocol.TField("order_ids", org.apache.thrift.protocol.TType.LIST, (short)1);
-
 
13399
    private static final org.apache.thrift.protocol.TField METHOD_KEY_FIELD_DESC = new org.apache.thrift.protocol.TField("method_key", org.apache.thrift.protocol.TType.STRING, (short)-1);
-
 
13400
 
-
 
13401
    private List<Long> order_ids; // required
-
 
13402
    private String method_key; // required
-
 
13403
 
-
 
13404
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
13405
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
13406
      ORDER_IDS((short)1, "order_ids"),
-
 
13407
      METHOD_KEY((short)-1, "method_key");
-
 
13408
 
-
 
13409
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
13410
 
-
 
13411
      static {
-
 
13412
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
13413
          byName.put(field.getFieldName(), field);
-
 
13414
        }
-
 
13415
      }
-
 
13416
 
-
 
13417
      /**
-
 
13418
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
13419
       */
-
 
13420
      public static _Fields findByThriftId(int fieldId) {
-
 
13421
        switch(fieldId) {
-
 
13422
          case 1: // ORDER_IDS
-
 
13423
            return ORDER_IDS;
-
 
13424
          case -1: // METHOD_KEY
-
 
13425
            return METHOD_KEY;
-
 
13426
          default:
-
 
13427
            return null;
-
 
13428
        }
-
 
13429
      }
-
 
13430
 
-
 
13431
      /**
-
 
13432
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
13433
       * if it is not found.
-
 
13434
       */
-
 
13435
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
13436
        _Fields fields = findByThriftId(fieldId);
-
 
13437
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
13438
        return fields;
-
 
13439
      }
-
 
13440
 
-
 
13441
      /**
-
 
13442
       * Find the _Fields constant that matches name, or null if its not found.
-
 
13443
       */
-
 
13444
      public static _Fields findByName(String name) {
-
 
13445
        return byName.get(name);
-
 
13446
      }
-
 
13447
 
-
 
13448
      private final short _thriftId;
-
 
13449
      private final String _fieldName;
-
 
13450
 
-
 
13451
      _Fields(short thriftId, String fieldName) {
-
 
13452
        _thriftId = thriftId;
-
 
13453
        _fieldName = fieldName;
-
 
13454
      }
-
 
13455
 
-
 
13456
      public short getThriftFieldId() {
-
 
13457
        return _thriftId;
-
 
13458
      }
-
 
13459
 
-
 
13460
      public String getFieldName() {
-
 
13461
        return _fieldName;
-
 
13462
      }
-
 
13463
    }
-
 
13464
 
-
 
13465
    // isset id assignments
-
 
13466
 
-
 
13467
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
13468
    static {
-
 
13469
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
13470
      tmpMap.put(_Fields.ORDER_IDS, new org.apache.thrift.meta_data.FieldMetaData("order_ids", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
13471
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
-
 
13472
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))));
-
 
13473
      tmpMap.put(_Fields.METHOD_KEY, new org.apache.thrift.meta_data.FieldMetaData("method_key", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
13474
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
-
 
13475
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
13476
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getFedexReconciliationDataMap_args.class, metaDataMap);
-
 
13477
    }
-
 
13478
 
-
 
13479
    public getFedexReconciliationDataMap_args() {
-
 
13480
    }
-
 
13481
 
-
 
13482
    public getFedexReconciliationDataMap_args(
-
 
13483
      List<Long> order_ids,
-
 
13484
      String method_key)
-
 
13485
    {
-
 
13486
      this();
-
 
13487
      this.order_ids = order_ids;
-
 
13488
      this.method_key = method_key;
-
 
13489
    }
-
 
13490
 
-
 
13491
    /**
-
 
13492
     * Performs a deep copy on <i>other</i>.
-
 
13493
     */
-
 
13494
    public getFedexReconciliationDataMap_args(getFedexReconciliationDataMap_args other) {
-
 
13495
      if (other.isSetOrder_ids()) {
-
 
13496
        List<Long> __this__order_ids = new ArrayList<Long>();
-
 
13497
        for (Long other_element : other.order_ids) {
-
 
13498
          __this__order_ids.add(other_element);
-
 
13499
        }
-
 
13500
        this.order_ids = __this__order_ids;
-
 
13501
      }
-
 
13502
      if (other.isSetMethod_key()) {
-
 
13503
        this.method_key = other.method_key;
-
 
13504
      }
-
 
13505
    }
-
 
13506
 
-
 
13507
    public getFedexReconciliationDataMap_args deepCopy() {
-
 
13508
      return new getFedexReconciliationDataMap_args(this);
-
 
13509
    }
-
 
13510
 
-
 
13511
    @Override
-
 
13512
    public void clear() {
-
 
13513
      this.order_ids = null;
-
 
13514
      this.method_key = null;
-
 
13515
    }
-
 
13516
 
-
 
13517
    public int getOrder_idsSize() {
-
 
13518
      return (this.order_ids == null) ? 0 : this.order_ids.size();
-
 
13519
    }
-
 
13520
 
-
 
13521
    public java.util.Iterator<Long> getOrder_idsIterator() {
-
 
13522
      return (this.order_ids == null) ? null : this.order_ids.iterator();
-
 
13523
    }
-
 
13524
 
-
 
13525
    public void addToOrder_ids(long elem) {
-
 
13526
      if (this.order_ids == null) {
-
 
13527
        this.order_ids = new ArrayList<Long>();
-
 
13528
      }
-
 
13529
      this.order_ids.add(elem);
-
 
13530
    }
-
 
13531
 
-
 
13532
    public List<Long> getOrder_ids() {
-
 
13533
      return this.order_ids;
-
 
13534
    }
-
 
13535
 
-
 
13536
    public void setOrder_ids(List<Long> order_ids) {
-
 
13537
      this.order_ids = order_ids;
-
 
13538
    }
-
 
13539
 
-
 
13540
    public void unsetOrder_ids() {
-
 
13541
      this.order_ids = null;
-
 
13542
    }
-
 
13543
 
-
 
13544
    /** Returns true if field order_ids is set (has been assigned a value) and false otherwise */
-
 
13545
    public boolean isSetOrder_ids() {
-
 
13546
      return this.order_ids != null;
-
 
13547
    }
-
 
13548
 
-
 
13549
    public void setOrder_idsIsSet(boolean value) {
-
 
13550
      if (!value) {
-
 
13551
        this.order_ids = null;
-
 
13552
      }
-
 
13553
    }
-
 
13554
 
-
 
13555
    public String getMethod_key() {
-
 
13556
      return this.method_key;
-
 
13557
    }
-
 
13558
 
-
 
13559
    public void setMethod_key(String method_key) {
-
 
13560
      this.method_key = method_key;
-
 
13561
    }
-
 
13562
 
-
 
13563
    public void unsetMethod_key() {
-
 
13564
      this.method_key = null;
-
 
13565
    }
-
 
13566
 
-
 
13567
    /** Returns true if field method_key is set (has been assigned a value) and false otherwise */
-
 
13568
    public boolean isSetMethod_key() {
-
 
13569
      return this.method_key != null;
-
 
13570
    }
-
 
13571
 
-
 
13572
    public void setMethod_keyIsSet(boolean value) {
-
 
13573
      if (!value) {
-
 
13574
        this.method_key = null;
-
 
13575
      }
-
 
13576
    }
-
 
13577
 
-
 
13578
    public void setFieldValue(_Fields field, Object value) {
-
 
13579
      switch (field) {
-
 
13580
      case ORDER_IDS:
-
 
13581
        if (value == null) {
-
 
13582
          unsetOrder_ids();
-
 
13583
        } else {
-
 
13584
          setOrder_ids((List<Long>)value);
-
 
13585
        }
-
 
13586
        break;
-
 
13587
 
-
 
13588
      case METHOD_KEY:
-
 
13589
        if (value == null) {
-
 
13590
          unsetMethod_key();
-
 
13591
        } else {
-
 
13592
          setMethod_key((String)value);
-
 
13593
        }
-
 
13594
        break;
-
 
13595
 
-
 
13596
      }
-
 
13597
    }
-
 
13598
 
-
 
13599
    public Object getFieldValue(_Fields field) {
-
 
13600
      switch (field) {
-
 
13601
      case ORDER_IDS:
-
 
13602
        return getOrder_ids();
-
 
13603
 
-
 
13604
      case METHOD_KEY:
-
 
13605
        return getMethod_key();
-
 
13606
 
-
 
13607
      }
-
 
13608
      throw new IllegalStateException();
-
 
13609
    }
-
 
13610
 
-
 
13611
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
13612
    public boolean isSet(_Fields field) {
-
 
13613
      if (field == null) {
-
 
13614
        throw new IllegalArgumentException();
-
 
13615
      }
-
 
13616
 
-
 
13617
      switch (field) {
-
 
13618
      case ORDER_IDS:
-
 
13619
        return isSetOrder_ids();
-
 
13620
      case METHOD_KEY:
-
 
13621
        return isSetMethod_key();
-
 
13622
      }
-
 
13623
      throw new IllegalStateException();
-
 
13624
    }
-
 
13625
 
-
 
13626
    @Override
-
 
13627
    public boolean equals(Object that) {
-
 
13628
      if (that == null)
-
 
13629
        return false;
-
 
13630
      if (that instanceof getFedexReconciliationDataMap_args)
-
 
13631
        return this.equals((getFedexReconciliationDataMap_args)that);
-
 
13632
      return false;
-
 
13633
    }
-
 
13634
 
-
 
13635
    public boolean equals(getFedexReconciliationDataMap_args that) {
-
 
13636
      if (that == null)
-
 
13637
        return false;
-
 
13638
 
-
 
13639
      boolean this_present_order_ids = true && this.isSetOrder_ids();
-
 
13640
      boolean that_present_order_ids = true && that.isSetOrder_ids();
-
 
13641
      if (this_present_order_ids || that_present_order_ids) {
-
 
13642
        if (!(this_present_order_ids && that_present_order_ids))
-
 
13643
          return false;
-
 
13644
        if (!this.order_ids.equals(that.order_ids))
-
 
13645
          return false;
-
 
13646
      }
-
 
13647
 
-
 
13648
      boolean this_present_method_key = true && this.isSetMethod_key();
-
 
13649
      boolean that_present_method_key = true && that.isSetMethod_key();
-
 
13650
      if (this_present_method_key || that_present_method_key) {
-
 
13651
        if (!(this_present_method_key && that_present_method_key))
-
 
13652
          return false;
-
 
13653
        if (!this.method_key.equals(that.method_key))
-
 
13654
          return false;
-
 
13655
      }
-
 
13656
 
-
 
13657
      return true;
-
 
13658
    }
-
 
13659
 
-
 
13660
    @Override
-
 
13661
    public int hashCode() {
-
 
13662
      return 0;
-
 
13663
    }
-
 
13664
 
-
 
13665
    public int compareTo(getFedexReconciliationDataMap_args other) {
-
 
13666
      if (!getClass().equals(other.getClass())) {
-
 
13667
        return getClass().getName().compareTo(other.getClass().getName());
-
 
13668
      }
-
 
13669
 
-
 
13670
      int lastComparison = 0;
-
 
13671
      getFedexReconciliationDataMap_args typedOther = (getFedexReconciliationDataMap_args)other;
-
 
13672
 
-
 
13673
      lastComparison = Boolean.valueOf(isSetOrder_ids()).compareTo(typedOther.isSetOrder_ids());
-
 
13674
      if (lastComparison != 0) {
-
 
13675
        return lastComparison;
-
 
13676
      }
-
 
13677
      if (isSetOrder_ids()) {
-
 
13678
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.order_ids, typedOther.order_ids);
-
 
13679
        if (lastComparison != 0) {
-
 
13680
          return lastComparison;
-
 
13681
        }
-
 
13682
      }
-
 
13683
      lastComparison = Boolean.valueOf(isSetMethod_key()).compareTo(typedOther.isSetMethod_key());
-
 
13684
      if (lastComparison != 0) {
-
 
13685
        return lastComparison;
-
 
13686
      }
-
 
13687
      if (isSetMethod_key()) {
-
 
13688
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.method_key, typedOther.method_key);
-
 
13689
        if (lastComparison != 0) {
-
 
13690
          return lastComparison;
-
 
13691
        }
-
 
13692
      }
-
 
13693
      return 0;
-
 
13694
    }
-
 
13695
 
-
 
13696
    public _Fields fieldForId(int fieldId) {
-
 
13697
      return _Fields.findByThriftId(fieldId);
-
 
13698
    }
-
 
13699
 
-
 
13700
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
13701
      org.apache.thrift.protocol.TField field;
-
 
13702
      iprot.readStructBegin();
-
 
13703
      while (true)
-
 
13704
      {
-
 
13705
        field = iprot.readFieldBegin();
-
 
13706
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
13707
          break;
-
 
13708
        }
-
 
13709
        switch (field.id) {
-
 
13710
          case 1: // ORDER_IDS
-
 
13711
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
-
 
13712
              {
-
 
13713
                org.apache.thrift.protocol.TList _list53 = iprot.readListBegin();
-
 
13714
                this.order_ids = new ArrayList<Long>(_list53.size);
-
 
13715
                for (int _i54 = 0; _i54 < _list53.size; ++_i54)
-
 
13716
                {
-
 
13717
                  long _elem55; // required
-
 
13718
                  _elem55 = iprot.readI64();
-
 
13719
                  this.order_ids.add(_elem55);
-
 
13720
                }
-
 
13721
                iprot.readListEnd();
-
 
13722
              }
-
 
13723
            } else { 
-
 
13724
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
13725
            }
-
 
13726
            break;
-
 
13727
          case -1: // METHOD_KEY
-
 
13728
            if (field.type == org.apache.thrift.protocol.TType.STRING) {
-
 
13729
              this.method_key = iprot.readString();
-
 
13730
            } else { 
-
 
13731
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
13732
            }
-
 
13733
            break;
-
 
13734
          default:
-
 
13735
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
13736
        }
-
 
13737
        iprot.readFieldEnd();
-
 
13738
      }
-
 
13739
      iprot.readStructEnd();
-
 
13740
      validate();
-
 
13741
    }
-
 
13742
 
-
 
13743
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
13744
      validate();
-
 
13745
 
-
 
13746
      oprot.writeStructBegin(STRUCT_DESC);
-
 
13747
      if (this.method_key != null) {
-
 
13748
        oprot.writeFieldBegin(METHOD_KEY_FIELD_DESC);
-
 
13749
        oprot.writeString(this.method_key);
-
 
13750
        oprot.writeFieldEnd();
-
 
13751
      }
-
 
13752
      if (this.order_ids != null) {
-
 
13753
        oprot.writeFieldBegin(ORDER_IDS_FIELD_DESC);
-
 
13754
        {
-
 
13755
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, this.order_ids.size()));
-
 
13756
          for (long _iter56 : this.order_ids)
-
 
13757
          {
-
 
13758
            oprot.writeI64(_iter56);
-
 
13759
          }
-
 
13760
          oprot.writeListEnd();
-
 
13761
        }
-
 
13762
        oprot.writeFieldEnd();
-
 
13763
      }
-
 
13764
      oprot.writeFieldStop();
-
 
13765
      oprot.writeStructEnd();
-
 
13766
    }
-
 
13767
 
-
 
13768
    @Override
-
 
13769
    public String toString() {
-
 
13770
      StringBuilder sb = new StringBuilder("getFedexReconciliationDataMap_args(");
-
 
13771
      boolean first = true;
-
 
13772
 
-
 
13773
      sb.append("order_ids:");
-
 
13774
      if (this.order_ids == null) {
-
 
13775
        sb.append("null");
-
 
13776
      } else {
-
 
13777
        sb.append(this.order_ids);
-
 
13778
      }
-
 
13779
      first = false;
-
 
13780
      if (!first) sb.append(", ");
-
 
13781
      sb.append("method_key:");
-
 
13782
      if (this.method_key == null) {
-
 
13783
        sb.append("null");
-
 
13784
      } else {
-
 
13785
        sb.append(this.method_key);
-
 
13786
      }
-
 
13787
      first = false;
-
 
13788
      sb.append(")");
-
 
13789
      return sb.toString();
-
 
13790
    }
-
 
13791
 
-
 
13792
    public void validate() throws org.apache.thrift.TException {
-
 
13793
      // check for required fields
-
 
13794
    }
-
 
13795
 
-
 
13796
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
13797
      try {
-
 
13798
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
13799
      } catch (org.apache.thrift.TException te) {
-
 
13800
        throw new java.io.IOException(te);
-
 
13801
      }
-
 
13802
    }
-
 
13803
 
-
 
13804
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
13805
      try {
-
 
13806
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
13807
      } catch (org.apache.thrift.TException te) {
-
 
13808
        throw new java.io.IOException(te);
-
 
13809
      }
-
 
13810
    }
-
 
13811
 
-
 
13812
  }
-
 
13813
 
-
 
13814
  public static class getFedexReconciliationDataMap_result implements org.apache.thrift.TBase<getFedexReconciliationDataMap_result, getFedexReconciliationDataMap_result._Fields>, java.io.Serializable, Cloneable   {
-
 
13815
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getFedexReconciliationDataMap_result");
-
 
13816
 
-
 
13817
    private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0);
-
 
13818
 
-
 
13819
    private Map<String,String> success; // required
-
 
13820
 
-
 
13821
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
13822
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
13823
      SUCCESS((short)0, "success");
-
 
13824
 
-
 
13825
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
13826
 
-
 
13827
      static {
-
 
13828
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
13829
          byName.put(field.getFieldName(), field);
-
 
13830
        }
-
 
13831
      }
-
 
13832
 
-
 
13833
      /**
-
 
13834
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
13835
       */
-
 
13836
      public static _Fields findByThriftId(int fieldId) {
-
 
13837
        switch(fieldId) {
-
 
13838
          case 0: // SUCCESS
-
 
13839
            return SUCCESS;
-
 
13840
          default:
-
 
13841
            return null;
-
 
13842
        }
-
 
13843
      }
-
 
13844
 
-
 
13845
      /**
-
 
13846
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
13847
       * if it is not found.
-
 
13848
       */
-
 
13849
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
13850
        _Fields fields = findByThriftId(fieldId);
-
 
13851
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
13852
        return fields;
-
 
13853
      }
-
 
13854
 
-
 
13855
      /**
-
 
13856
       * Find the _Fields constant that matches name, or null if its not found.
-
 
13857
       */
-
 
13858
      public static _Fields findByName(String name) {
-
 
13859
        return byName.get(name);
-
 
13860
      }
-
 
13861
 
-
 
13862
      private final short _thriftId;
-
 
13863
      private final String _fieldName;
-
 
13864
 
-
 
13865
      _Fields(short thriftId, String fieldName) {
-
 
13866
        _thriftId = thriftId;
-
 
13867
        _fieldName = fieldName;
-
 
13868
      }
-
 
13869
 
-
 
13870
      public short getThriftFieldId() {
-
 
13871
        return _thriftId;
-
 
13872
      }
-
 
13873
 
-
 
13874
      public String getFieldName() {
-
 
13875
        return _fieldName;
-
 
13876
      }
-
 
13877
    }
-
 
13878
 
-
 
13879
    // isset id assignments
-
 
13880
 
-
 
13881
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
13882
    static {
-
 
13883
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
13884
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
13885
          new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, 
-
 
13886
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING), 
-
 
13887
              new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))));
-
 
13888
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
13889
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getFedexReconciliationDataMap_result.class, metaDataMap);
-
 
13890
    }
-
 
13891
 
-
 
13892
    public getFedexReconciliationDataMap_result() {
-
 
13893
    }
-
 
13894
 
-
 
13895
    public getFedexReconciliationDataMap_result(
-
 
13896
      Map<String,String> success)
-
 
13897
    {
-
 
13898
      this();
-
 
13899
      this.success = success;
-
 
13900
    }
-
 
13901
 
-
 
13902
    /**
-
 
13903
     * Performs a deep copy on <i>other</i>.
-
 
13904
     */
-
 
13905
    public getFedexReconciliationDataMap_result(getFedexReconciliationDataMap_result other) {
-
 
13906
      if (other.isSetSuccess()) {
-
 
13907
        Map<String,String> __this__success = new HashMap<String,String>();
-
 
13908
        for (Map.Entry<String, String> other_element : other.success.entrySet()) {
-
 
13909
 
-
 
13910
          String other_element_key = other_element.getKey();
-
 
13911
          String other_element_value = other_element.getValue();
-
 
13912
 
-
 
13913
          String __this__success_copy_key = other_element_key;
-
 
13914
 
-
 
13915
          String __this__success_copy_value = other_element_value;
-
 
13916
 
-
 
13917
          __this__success.put(__this__success_copy_key, __this__success_copy_value);
-
 
13918
        }
-
 
13919
        this.success = __this__success;
-
 
13920
      }
-
 
13921
    }
-
 
13922
 
-
 
13923
    public getFedexReconciliationDataMap_result deepCopy() {
-
 
13924
      return new getFedexReconciliationDataMap_result(this);
-
 
13925
    }
-
 
13926
 
-
 
13927
    @Override
-
 
13928
    public void clear() {
-
 
13929
      this.success = null;
-
 
13930
    }
-
 
13931
 
-
 
13932
    public int getSuccessSize() {
-
 
13933
      return (this.success == null) ? 0 : this.success.size();
-
 
13934
    }
-
 
13935
 
-
 
13936
    public void putToSuccess(String key, String val) {
-
 
13937
      if (this.success == null) {
-
 
13938
        this.success = new HashMap<String,String>();
-
 
13939
      }
-
 
13940
      this.success.put(key, val);
-
 
13941
    }
-
 
13942
 
-
 
13943
    public Map<String,String> getSuccess() {
-
 
13944
      return this.success;
-
 
13945
    }
-
 
13946
 
-
 
13947
    public void setSuccess(Map<String,String> success) {
-
 
13948
      this.success = success;
-
 
13949
    }
-
 
13950
 
-
 
13951
    public void unsetSuccess() {
-
 
13952
      this.success = null;
-
 
13953
    }
-
 
13954
 
-
 
13955
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
13956
    public boolean isSetSuccess() {
-
 
13957
      return this.success != null;
-
 
13958
    }
-
 
13959
 
-
 
13960
    public void setSuccessIsSet(boolean value) {
-
 
13961
      if (!value) {
-
 
13962
        this.success = null;
-
 
13963
      }
-
 
13964
    }
-
 
13965
 
-
 
13966
    public void setFieldValue(_Fields field, Object value) {
-
 
13967
      switch (field) {
-
 
13968
      case SUCCESS:
-
 
13969
        if (value == null) {
-
 
13970
          unsetSuccess();
-
 
13971
        } else {
-
 
13972
          setSuccess((Map<String,String>)value);
-
 
13973
        }
-
 
13974
        break;
-
 
13975
 
-
 
13976
      }
-
 
13977
    }
-
 
13978
 
-
 
13979
    public Object getFieldValue(_Fields field) {
-
 
13980
      switch (field) {
-
 
13981
      case SUCCESS:
-
 
13982
        return getSuccess();
-
 
13983
 
-
 
13984
      }
-
 
13985
      throw new IllegalStateException();
-
 
13986
    }
-
 
13987
 
-
 
13988
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
13989
    public boolean isSet(_Fields field) {
-
 
13990
      if (field == null) {
-
 
13991
        throw new IllegalArgumentException();
-
 
13992
      }
-
 
13993
 
-
 
13994
      switch (field) {
-
 
13995
      case SUCCESS:
-
 
13996
        return isSetSuccess();
-
 
13997
      }
-
 
13998
      throw new IllegalStateException();
-
 
13999
    }
-
 
14000
 
-
 
14001
    @Override
-
 
14002
    public boolean equals(Object that) {
-
 
14003
      if (that == null)
-
 
14004
        return false;
-
 
14005
      if (that instanceof getFedexReconciliationDataMap_result)
-
 
14006
        return this.equals((getFedexReconciliationDataMap_result)that);
-
 
14007
      return false;
-
 
14008
    }
-
 
14009
 
-
 
14010
    public boolean equals(getFedexReconciliationDataMap_result that) {
-
 
14011
      if (that == null)
-
 
14012
        return false;
-
 
14013
 
-
 
14014
      boolean this_present_success = true && this.isSetSuccess();
-
 
14015
      boolean that_present_success = true && that.isSetSuccess();
-
 
14016
      if (this_present_success || that_present_success) {
-
 
14017
        if (!(this_present_success && that_present_success))
-
 
14018
          return false;
-
 
14019
        if (!this.success.equals(that.success))
-
 
14020
          return false;
-
 
14021
      }
-
 
14022
 
-
 
14023
      return true;
-
 
14024
    }
-
 
14025
 
-
 
14026
    @Override
-
 
14027
    public int hashCode() {
-
 
14028
      return 0;
-
 
14029
    }
-
 
14030
 
-
 
14031
    public int compareTo(getFedexReconciliationDataMap_result other) {
-
 
14032
      if (!getClass().equals(other.getClass())) {
-
 
14033
        return getClass().getName().compareTo(other.getClass().getName());
-
 
14034
      }
-
 
14035
 
-
 
14036
      int lastComparison = 0;
-
 
14037
      getFedexReconciliationDataMap_result typedOther = (getFedexReconciliationDataMap_result)other;
-
 
14038
 
-
 
14039
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
14040
      if (lastComparison != 0) {
-
 
14041
        return lastComparison;
-
 
14042
      }
-
 
14043
      if (isSetSuccess()) {
-
 
14044
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
14045
        if (lastComparison != 0) {
-
 
14046
          return lastComparison;
-
 
14047
        }
-
 
14048
      }
-
 
14049
      return 0;
-
 
14050
    }
-
 
14051
 
-
 
14052
    public _Fields fieldForId(int fieldId) {
-
 
14053
      return _Fields.findByThriftId(fieldId);
-
 
14054
    }
-
 
14055
 
-
 
14056
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
14057
      org.apache.thrift.protocol.TField field;
-
 
14058
      iprot.readStructBegin();
-
 
14059
      while (true)
-
 
14060
      {
-
 
14061
        field = iprot.readFieldBegin();
-
 
14062
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
14063
          break;
-
 
14064
        }
-
 
14065
        switch (field.id) {
-
 
14066
          case 0: // SUCCESS
-
 
14067
            if (field.type == org.apache.thrift.protocol.TType.MAP) {
-
 
14068
              {
-
 
14069
                org.apache.thrift.protocol.TMap _map57 = iprot.readMapBegin();
-
 
14070
                this.success = new HashMap<String,String>(2*_map57.size);
-
 
14071
                for (int _i58 = 0; _i58 < _map57.size; ++_i58)
-
 
14072
                {
-
 
14073
                  String _key59; // required
-
 
14074
                  String _val60; // required
-
 
14075
                  _key59 = iprot.readString();
-
 
14076
                  _val60 = iprot.readString();
-
 
14077
                  this.success.put(_key59, _val60);
-
 
14078
                }
-
 
14079
                iprot.readMapEnd();
-
 
14080
              }
-
 
14081
            } else { 
-
 
14082
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
14083
            }
-
 
14084
            break;
-
 
14085
          default:
-
 
14086
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
14087
        }
-
 
14088
        iprot.readFieldEnd();
-
 
14089
      }
-
 
14090
      iprot.readStructEnd();
-
 
14091
      validate();
-
 
14092
    }
-
 
14093
 
-
 
14094
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
14095
      oprot.writeStructBegin(STRUCT_DESC);
-
 
14096
 
-
 
14097
      if (this.isSetSuccess()) {
-
 
14098
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
14099
        {
-
 
14100
          oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, this.success.size()));
-
 
14101
          for (Map.Entry<String, String> _iter61 : this.success.entrySet())
-
 
14102
          {
-
 
14103
            oprot.writeString(_iter61.getKey());
-
 
14104
            oprot.writeString(_iter61.getValue());
-
 
14105
          }
-
 
14106
          oprot.writeMapEnd();
-
 
14107
        }
-
 
14108
        oprot.writeFieldEnd();
-
 
14109
      }
-
 
14110
      oprot.writeFieldStop();
-
 
14111
      oprot.writeStructEnd();
-
 
14112
    }
-
 
14113
 
-
 
14114
    @Override
-
 
14115
    public String toString() {
-
 
14116
      StringBuilder sb = new StringBuilder("getFedexReconciliationDataMap_result(");
-
 
14117
      boolean first = true;
-
 
14118
 
-
 
14119
      sb.append("success:");
-
 
14120
      if (this.success == null) {
-
 
14121
        sb.append("null");
13287
      } else {
14122
      } else {
13288
        sb.append(this.success);
14123
        sb.append(this.success);
13289
      }
14124
      }
13290
      first = false;
14125
      first = false;
13291
      sb.append(")");
14126
      sb.append(")");