Subversion Repositories SmartDukaan

Rev

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

Rev 5411 Rev 5447
Line 781... Line 781...
781
 
781
 
782
    public void updateOrderOnlyAsPaidToVendor(long orderId) throws TransactionServiceException, org.apache.thrift.TException;
782
    public void updateOrderOnlyAsPaidToVendor(long orderId) throws TransactionServiceException, org.apache.thrift.TException;
783
 
783
 
784
    public List<Order> getRefundedOrdersMarkedPaid() throws TransactionServiceException, org.apache.thrift.TException;
784
    public List<Order> getRefundedOrdersMarkedPaid() throws TransactionServiceException, org.apache.thrift.TException;
785
 
785
 
-
 
786
    /**
-
 
787
     * gets all COD Verification Agents for all orderIds from a minId to maxId
-
 
788
     * 
-
 
789
     * 
-
 
790
     * @param minOrderId
-
 
791
     * @param maxOrderId
-
 
792
     */
-
 
793
    public List<CODVerificationAgent> getAllVerificationAgents(long minOrderId, long maxOrderId) throws org.apache.thrift.TException;
-
 
794
 
786
  }
795
  }
787
 
796
 
788
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
797
  public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
789
 
798
 
790
    public void createTransaction(Transaction transaction, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.createTransaction_call> resultHandler) throws org.apache.thrift.TException;
799
    public void createTransaction(Transaction transaction, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.createTransaction_call> resultHandler) throws org.apache.thrift.TException;
Line 1011... Line 1020...
1011
 
1020
 
1012
    public void updateOrderOnlyAsPaidToVendor(long orderId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateOrderOnlyAsPaidToVendor_call> resultHandler) throws org.apache.thrift.TException;
1021
    public void updateOrderOnlyAsPaidToVendor(long orderId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateOrderOnlyAsPaidToVendor_call> resultHandler) throws org.apache.thrift.TException;
1013
 
1022
 
1014
    public void getRefundedOrdersMarkedPaid(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRefundedOrdersMarkedPaid_call> resultHandler) throws org.apache.thrift.TException;
1023
    public void getRefundedOrdersMarkedPaid(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getRefundedOrdersMarkedPaid_call> resultHandler) throws org.apache.thrift.TException;
1015
 
1024
 
-
 
1025
    public void getAllVerificationAgents(long minOrderId, long maxOrderId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAllVerificationAgents_call> resultHandler) throws org.apache.thrift.TException;
-
 
1026
 
1016
  }
1027
  }
1017
 
1028
 
1018
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
1029
  public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
1019
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
1030
    public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
1020
      public Factory() {}
1031
      public Factory() {}
Line 3917... Line 3928...
3917
        throw result.ex;
3928
        throw result.ex;
3918
      }
3929
      }
3919
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getRefundedOrdersMarkedPaid failed: unknown result");
3930
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getRefundedOrdersMarkedPaid failed: unknown result");
3920
    }
3931
    }
3921
 
3932
 
-
 
3933
    public List<CODVerificationAgent> getAllVerificationAgents(long minOrderId, long maxOrderId) throws org.apache.thrift.TException
-
 
3934
    {
-
 
3935
      send_getAllVerificationAgents(minOrderId, maxOrderId);
-
 
3936
      return recv_getAllVerificationAgents();
-
 
3937
    }
-
 
3938
 
-
 
3939
    public void send_getAllVerificationAgents(long minOrderId, long maxOrderId) throws org.apache.thrift.TException
-
 
3940
    {
-
 
3941
      getAllVerificationAgents_args args = new getAllVerificationAgents_args();
-
 
3942
      args.setMinOrderId(minOrderId);
-
 
3943
      args.setMaxOrderId(maxOrderId);
-
 
3944
      sendBase("getAllVerificationAgents", args);
-
 
3945
    }
-
 
3946
 
-
 
3947
    public List<CODVerificationAgent> recv_getAllVerificationAgents() throws org.apache.thrift.TException
-
 
3948
    {
-
 
3949
      getAllVerificationAgents_result result = new getAllVerificationAgents_result();
-
 
3950
      receiveBase(result, "getAllVerificationAgents");
-
 
3951
      if (result.isSetSuccess()) {
-
 
3952
        return result.success;
-
 
3953
      }
-
 
3954
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getAllVerificationAgents failed: unknown result");
-
 
3955
    }
-
 
3956
 
3922
  }
3957
  }
3923
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
3958
  public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
3924
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
3959
    public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
3925
      private org.apache.thrift.async.TAsyncClientManager clientManager;
3960
      private org.apache.thrift.async.TAsyncClientManager clientManager;
3926
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
3961
      private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
Line 7884... Line 7919...
7884
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
7919
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
7885
        return (new Client(prot)).recv_getRefundedOrdersMarkedPaid();
7920
        return (new Client(prot)).recv_getRefundedOrdersMarkedPaid();
7886
      }
7921
      }
7887
    }
7922
    }
7888
 
7923
 
-
 
7924
    public void getAllVerificationAgents(long minOrderId, long maxOrderId, org.apache.thrift.async.AsyncMethodCallback<getAllVerificationAgents_call> resultHandler) throws org.apache.thrift.TException {
-
 
7925
      checkReady();
-
 
7926
      getAllVerificationAgents_call method_call = new getAllVerificationAgents_call(minOrderId, maxOrderId, resultHandler, this, ___protocolFactory, ___transport);
-
 
7927
      this.___currentMethod = method_call;
-
 
7928
      ___manager.call(method_call);
-
 
7929
    }
-
 
7930
 
-
 
7931
    public static class getAllVerificationAgents_call extends org.apache.thrift.async.TAsyncMethodCall {
-
 
7932
      private long minOrderId;
-
 
7933
      private long maxOrderId;
-
 
7934
      public getAllVerificationAgents_call(long minOrderId, long maxOrderId, org.apache.thrift.async.AsyncMethodCallback<getAllVerificationAgents_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 {
-
 
7935
        super(client, protocolFactory, transport, resultHandler, false);
-
 
7936
        this.minOrderId = minOrderId;
-
 
7937
        this.maxOrderId = maxOrderId;
-
 
7938
      }
-
 
7939
 
-
 
7940
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
-
 
7941
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getAllVerificationAgents", org.apache.thrift.protocol.TMessageType.CALL, 0));
-
 
7942
        getAllVerificationAgents_args args = new getAllVerificationAgents_args();
-
 
7943
        args.setMinOrderId(minOrderId);
-
 
7944
        args.setMaxOrderId(maxOrderId);
-
 
7945
        args.write(prot);
-
 
7946
        prot.writeMessageEnd();
-
 
7947
      }
-
 
7948
 
-
 
7949
      public List<CODVerificationAgent> getResult() throws org.apache.thrift.TException {
-
 
7950
        if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
-
 
7951
          throw new IllegalStateException("Method call not finished!");
-
 
7952
        }
-
 
7953
        org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
-
 
7954
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
-
 
7955
        return (new Client(prot)).recv_getAllVerificationAgents();
-
 
7956
      }
-
 
7957
    }
-
 
7958
 
7889
  }
7959
  }
7890
 
7960
 
7891
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
7961
  public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
7892
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
7962
    private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
7893
    public Processor(I iface) {
7963
    public Processor(I iface) {
Line 8010... Line 8080...
8010
      processMap.put("getOrderIdsForStatus", new getOrderIdsForStatus());
8080
      processMap.put("getOrderIdsForStatus", new getOrderIdsForStatus());
8011
      processMap.put("updateCODAgent", new updateCODAgent());
8081
      processMap.put("updateCODAgent", new updateCODAgent());
8012
      processMap.put("updateOrderAsPaidToVendor", new updateOrderAsPaidToVendor());
8082
      processMap.put("updateOrderAsPaidToVendor", new updateOrderAsPaidToVendor());
8013
      processMap.put("updateOrderOnlyAsPaidToVendor", new updateOrderOnlyAsPaidToVendor());
8083
      processMap.put("updateOrderOnlyAsPaidToVendor", new updateOrderOnlyAsPaidToVendor());
8014
      processMap.put("getRefundedOrdersMarkedPaid", new getRefundedOrdersMarkedPaid());
8084
      processMap.put("getRefundedOrdersMarkedPaid", new getRefundedOrdersMarkedPaid());
-
 
8085
      processMap.put("getAllVerificationAgents", new getAllVerificationAgents());
8015
      return processMap;
8086
      return processMap;
8016
    }
8087
    }
8017
 
8088
 
8018
    private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
8089
    private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
8019
      public createTransaction() {
8090
      public createTransaction() {
Line 10206... Line 10277...
10206
        }
10277
        }
10207
        return result;
10278
        return result;
10208
      }
10279
      }
10209
    }
10280
    }
10210
 
10281
 
-
 
10282
    private static class getAllVerificationAgents<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getAllVerificationAgents_args> {
-
 
10283
      public getAllVerificationAgents() {
-
 
10284
        super("getAllVerificationAgents");
-
 
10285
      }
-
 
10286
 
-
 
10287
      protected getAllVerificationAgents_args getEmptyArgsInstance() {
-
 
10288
        return new getAllVerificationAgents_args();
-
 
10289
      }
-
 
10290
 
-
 
10291
      protected getAllVerificationAgents_result getResult(I iface, getAllVerificationAgents_args args) throws org.apache.thrift.TException {
-
 
10292
        getAllVerificationAgents_result result = new getAllVerificationAgents_result();
-
 
10293
        result.success = iface.getAllVerificationAgents(args.minOrderId, args.maxOrderId);
-
 
10294
        return result;
-
 
10295
      }
-
 
10296
    }
-
 
10297
 
10211
  }
10298
  }
10212
 
10299
 
10213
  public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable   {
10300
  public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable   {
10214
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
10301
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
10215
 
10302
 
Line 33323... Line 33410...
33323
      }
33410
      }
33324
    }
33411
    }
33325
 
33412
 
33326
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
33413
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
33327
      try {
33414
      try {
-
 
33415
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
33416
        __isset_bit_vector = new BitSet(1);
33328
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33417
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
33329
      } catch (org.apache.thrift.TException te) {
33418
      } catch (org.apache.thrift.TException te) {
33330
        throw new java.io.IOException(te);
33419
        throw new java.io.IOException(te);
33331
      }
33420
      }
33332
    }
33421
    }
Line 52357... Line 52446...
52357
      }
52446
      }
52358
    }
52447
    }
52359
 
52448
 
52360
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
52449
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
52361
      try {
52450
      try {
52362
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
52363
        __isset_bit_vector = new BitSet(1);
-
 
52364
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
52451
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
52365
      } catch (org.apache.thrift.TException te) {
52452
      } catch (org.apache.thrift.TException te) {
52366
        throw new java.io.IOException(te);
52453
        throw new java.io.IOException(te);
52367
      }
52454
      }
52368
    }
52455
    }
Line 93522... Line 93609...
93522
      }
93609
      }
93523
      first = false;
93610
      first = false;
93524
      sb.append(")");
93611
      sb.append(")");
93525
      return sb.toString();
93612
      return sb.toString();
93526
    }
93613
    }
-
 
93614
 
-
 
93615
    public void validate() throws org.apache.thrift.TException {
-
 
93616
      // check for required fields
-
 
93617
    }
-
 
93618
 
-
 
93619
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
93620
      try {
-
 
93621
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
93622
      } catch (org.apache.thrift.TException te) {
-
 
93623
        throw new java.io.IOException(te);
-
 
93624
      }
-
 
93625
    }
-
 
93626
 
-
 
93627
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
93628
      try {
-
 
93629
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
93630
      } catch (org.apache.thrift.TException te) {
-
 
93631
        throw new java.io.IOException(te);
-
 
93632
      }
-
 
93633
    }
-
 
93634
 
-
 
93635
  }
-
 
93636
 
-
 
93637
  public static class getAllVerificationAgents_args implements org.apache.thrift.TBase<getAllVerificationAgents_args, getAllVerificationAgents_args._Fields>, java.io.Serializable, Cloneable   {
-
 
93638
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAllVerificationAgents_args");
-
 
93639
 
-
 
93640
    private static final org.apache.thrift.protocol.TField MIN_ORDER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("minOrderId", org.apache.thrift.protocol.TType.I64, (short)1);
-
 
93641
    private static final org.apache.thrift.protocol.TField MAX_ORDER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("maxOrderId", org.apache.thrift.protocol.TType.I64, (short)2);
-
 
93642
 
-
 
93643
    private long minOrderId; // required
-
 
93644
    private long maxOrderId; // required
-
 
93645
 
-
 
93646
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
93647
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
93648
      MIN_ORDER_ID((short)1, "minOrderId"),
-
 
93649
      MAX_ORDER_ID((short)2, "maxOrderId");
-
 
93650
 
-
 
93651
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
93652
 
-
 
93653
      static {
-
 
93654
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
93655
          byName.put(field.getFieldName(), field);
-
 
93656
        }
-
 
93657
      }
-
 
93658
 
-
 
93659
      /**
-
 
93660
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
93661
       */
-
 
93662
      public static _Fields findByThriftId(int fieldId) {
-
 
93663
        switch(fieldId) {
-
 
93664
          case 1: // MIN_ORDER_ID
-
 
93665
            return MIN_ORDER_ID;
-
 
93666
          case 2: // MAX_ORDER_ID
-
 
93667
            return MAX_ORDER_ID;
-
 
93668
          default:
-
 
93669
            return null;
-
 
93670
        }
-
 
93671
      }
-
 
93672
 
-
 
93673
      /**
-
 
93674
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
93675
       * if it is not found.
-
 
93676
       */
-
 
93677
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
93678
        _Fields fields = findByThriftId(fieldId);
-
 
93679
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
93680
        return fields;
-
 
93681
      }
-
 
93682
 
-
 
93683
      /**
-
 
93684
       * Find the _Fields constant that matches name, or null if its not found.
-
 
93685
       */
-
 
93686
      public static _Fields findByName(String name) {
-
 
93687
        return byName.get(name);
-
 
93688
      }
-
 
93689
 
-
 
93690
      private final short _thriftId;
-
 
93691
      private final String _fieldName;
-
 
93692
 
-
 
93693
      _Fields(short thriftId, String fieldName) {
-
 
93694
        _thriftId = thriftId;
-
 
93695
        _fieldName = fieldName;
-
 
93696
      }
-
 
93697
 
-
 
93698
      public short getThriftFieldId() {
-
 
93699
        return _thriftId;
-
 
93700
      }
-
 
93701
 
-
 
93702
      public String getFieldName() {
-
 
93703
        return _fieldName;
-
 
93704
      }
-
 
93705
    }
-
 
93706
 
-
 
93707
    // isset id assignments
-
 
93708
    private static final int __MINORDERID_ISSET_ID = 0;
-
 
93709
    private static final int __MAXORDERID_ISSET_ID = 1;
-
 
93710
    private BitSet __isset_bit_vector = new BitSet(2);
-
 
93711
 
-
 
93712
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
93713
    static {
-
 
93714
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
93715
      tmpMap.put(_Fields.MIN_ORDER_ID, new org.apache.thrift.meta_data.FieldMetaData("minOrderId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
93716
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
93717
      tmpMap.put(_Fields.MAX_ORDER_ID, new org.apache.thrift.meta_data.FieldMetaData("maxOrderId", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
93718
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
93719
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
93720
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAllVerificationAgents_args.class, metaDataMap);
-
 
93721
    }
-
 
93722
 
-
 
93723
    public getAllVerificationAgents_args() {
-
 
93724
    }
-
 
93725
 
-
 
93726
    public getAllVerificationAgents_args(
-
 
93727
      long minOrderId,
-
 
93728
      long maxOrderId)
-
 
93729
    {
-
 
93730
      this();
-
 
93731
      this.minOrderId = minOrderId;
-
 
93732
      setMinOrderIdIsSet(true);
-
 
93733
      this.maxOrderId = maxOrderId;
-
 
93734
      setMaxOrderIdIsSet(true);
-
 
93735
    }
-
 
93736
 
-
 
93737
    /**
-
 
93738
     * Performs a deep copy on <i>other</i>.
-
 
93739
     */
-
 
93740
    public getAllVerificationAgents_args(getAllVerificationAgents_args other) {
-
 
93741
      __isset_bit_vector.clear();
-
 
93742
      __isset_bit_vector.or(other.__isset_bit_vector);
-
 
93743
      this.minOrderId = other.minOrderId;
-
 
93744
      this.maxOrderId = other.maxOrderId;
-
 
93745
    }
-
 
93746
 
-
 
93747
    public getAllVerificationAgents_args deepCopy() {
-
 
93748
      return new getAllVerificationAgents_args(this);
-
 
93749
    }
-
 
93750
 
-
 
93751
    @Override
-
 
93752
    public void clear() {
-
 
93753
      setMinOrderIdIsSet(false);
-
 
93754
      this.minOrderId = 0;
-
 
93755
      setMaxOrderIdIsSet(false);
-
 
93756
      this.maxOrderId = 0;
-
 
93757
    }
-
 
93758
 
-
 
93759
    public long getMinOrderId() {
-
 
93760
      return this.minOrderId;
-
 
93761
    }
-
 
93762
 
-
 
93763
    public void setMinOrderId(long minOrderId) {
-
 
93764
      this.minOrderId = minOrderId;
-
 
93765
      setMinOrderIdIsSet(true);
-
 
93766
    }
-
 
93767
 
-
 
93768
    public void unsetMinOrderId() {
-
 
93769
      __isset_bit_vector.clear(__MINORDERID_ISSET_ID);
-
 
93770
    }
-
 
93771
 
-
 
93772
    /** Returns true if field minOrderId is set (has been assigned a value) and false otherwise */
-
 
93773
    public boolean isSetMinOrderId() {
-
 
93774
      return __isset_bit_vector.get(__MINORDERID_ISSET_ID);
-
 
93775
    }
-
 
93776
 
-
 
93777
    public void setMinOrderIdIsSet(boolean value) {
-
 
93778
      __isset_bit_vector.set(__MINORDERID_ISSET_ID, value);
-
 
93779
    }
-
 
93780
 
-
 
93781
    public long getMaxOrderId() {
-
 
93782
      return this.maxOrderId;
-
 
93783
    }
-
 
93784
 
-
 
93785
    public void setMaxOrderId(long maxOrderId) {
-
 
93786
      this.maxOrderId = maxOrderId;
-
 
93787
      setMaxOrderIdIsSet(true);
-
 
93788
    }
-
 
93789
 
-
 
93790
    public void unsetMaxOrderId() {
-
 
93791
      __isset_bit_vector.clear(__MAXORDERID_ISSET_ID);
-
 
93792
    }
-
 
93793
 
-
 
93794
    /** Returns true if field maxOrderId is set (has been assigned a value) and false otherwise */
-
 
93795
    public boolean isSetMaxOrderId() {
-
 
93796
      return __isset_bit_vector.get(__MAXORDERID_ISSET_ID);
-
 
93797
    }
-
 
93798
 
-
 
93799
    public void setMaxOrderIdIsSet(boolean value) {
-
 
93800
      __isset_bit_vector.set(__MAXORDERID_ISSET_ID, value);
-
 
93801
    }
-
 
93802
 
-
 
93803
    public void setFieldValue(_Fields field, Object value) {
-
 
93804
      switch (field) {
-
 
93805
      case MIN_ORDER_ID:
-
 
93806
        if (value == null) {
-
 
93807
          unsetMinOrderId();
-
 
93808
        } else {
-
 
93809
          setMinOrderId((Long)value);
-
 
93810
        }
-
 
93811
        break;
-
 
93812
 
-
 
93813
      case MAX_ORDER_ID:
-
 
93814
        if (value == null) {
-
 
93815
          unsetMaxOrderId();
-
 
93816
        } else {
-
 
93817
          setMaxOrderId((Long)value);
-
 
93818
        }
-
 
93819
        break;
-
 
93820
 
-
 
93821
      }
-
 
93822
    }
-
 
93823
 
-
 
93824
    public Object getFieldValue(_Fields field) {
-
 
93825
      switch (field) {
-
 
93826
      case MIN_ORDER_ID:
-
 
93827
        return Long.valueOf(getMinOrderId());
-
 
93828
 
-
 
93829
      case MAX_ORDER_ID:
-
 
93830
        return Long.valueOf(getMaxOrderId());
-
 
93831
 
-
 
93832
      }
-
 
93833
      throw new IllegalStateException();
-
 
93834
    }
-
 
93835
 
-
 
93836
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
93837
    public boolean isSet(_Fields field) {
-
 
93838
      if (field == null) {
-
 
93839
        throw new IllegalArgumentException();
-
 
93840
      }
-
 
93841
 
-
 
93842
      switch (field) {
-
 
93843
      case MIN_ORDER_ID:
-
 
93844
        return isSetMinOrderId();
-
 
93845
      case MAX_ORDER_ID:
-
 
93846
        return isSetMaxOrderId();
-
 
93847
      }
-
 
93848
      throw new IllegalStateException();
-
 
93849
    }
-
 
93850
 
-
 
93851
    @Override
-
 
93852
    public boolean equals(Object that) {
-
 
93853
      if (that == null)
-
 
93854
        return false;
-
 
93855
      if (that instanceof getAllVerificationAgents_args)
-
 
93856
        return this.equals((getAllVerificationAgents_args)that);
-
 
93857
      return false;
-
 
93858
    }
-
 
93859
 
-
 
93860
    public boolean equals(getAllVerificationAgents_args that) {
-
 
93861
      if (that == null)
-
 
93862
        return false;
-
 
93863
 
-
 
93864
      boolean this_present_minOrderId = true;
-
 
93865
      boolean that_present_minOrderId = true;
-
 
93866
      if (this_present_minOrderId || that_present_minOrderId) {
-
 
93867
        if (!(this_present_minOrderId && that_present_minOrderId))
-
 
93868
          return false;
-
 
93869
        if (this.minOrderId != that.minOrderId)
-
 
93870
          return false;
-
 
93871
      }
-
 
93872
 
-
 
93873
      boolean this_present_maxOrderId = true;
-
 
93874
      boolean that_present_maxOrderId = true;
-
 
93875
      if (this_present_maxOrderId || that_present_maxOrderId) {
-
 
93876
        if (!(this_present_maxOrderId && that_present_maxOrderId))
-
 
93877
          return false;
-
 
93878
        if (this.maxOrderId != that.maxOrderId)
-
 
93879
          return false;
-
 
93880
      }
-
 
93881
 
-
 
93882
      return true;
-
 
93883
    }
-
 
93884
 
-
 
93885
    @Override
-
 
93886
    public int hashCode() {
-
 
93887
      return 0;
-
 
93888
    }
-
 
93889
 
-
 
93890
    public int compareTo(getAllVerificationAgents_args other) {
-
 
93891
      if (!getClass().equals(other.getClass())) {
-
 
93892
        return getClass().getName().compareTo(other.getClass().getName());
-
 
93893
      }
-
 
93894
 
-
 
93895
      int lastComparison = 0;
-
 
93896
      getAllVerificationAgents_args typedOther = (getAllVerificationAgents_args)other;
-
 
93897
 
-
 
93898
      lastComparison = Boolean.valueOf(isSetMinOrderId()).compareTo(typedOther.isSetMinOrderId());
-
 
93899
      if (lastComparison != 0) {
-
 
93900
        return lastComparison;
-
 
93901
      }
-
 
93902
      if (isSetMinOrderId()) {
-
 
93903
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.minOrderId, typedOther.minOrderId);
-
 
93904
        if (lastComparison != 0) {
-
 
93905
          return lastComparison;
-
 
93906
        }
-
 
93907
      }
-
 
93908
      lastComparison = Boolean.valueOf(isSetMaxOrderId()).compareTo(typedOther.isSetMaxOrderId());
-
 
93909
      if (lastComparison != 0) {
-
 
93910
        return lastComparison;
-
 
93911
      }
-
 
93912
      if (isSetMaxOrderId()) {
-
 
93913
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.maxOrderId, typedOther.maxOrderId);
-
 
93914
        if (lastComparison != 0) {
-
 
93915
          return lastComparison;
-
 
93916
        }
-
 
93917
      }
-
 
93918
      return 0;
-
 
93919
    }
-
 
93920
 
-
 
93921
    public _Fields fieldForId(int fieldId) {
-
 
93922
      return _Fields.findByThriftId(fieldId);
-
 
93923
    }
-
 
93924
 
-
 
93925
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
93926
      org.apache.thrift.protocol.TField field;
-
 
93927
      iprot.readStructBegin();
-
 
93928
      while (true)
-
 
93929
      {
-
 
93930
        field = iprot.readFieldBegin();
-
 
93931
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
93932
          break;
-
 
93933
        }
-
 
93934
        switch (field.id) {
-
 
93935
          case 1: // MIN_ORDER_ID
-
 
93936
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
93937
              this.minOrderId = iprot.readI64();
-
 
93938
              setMinOrderIdIsSet(true);
-
 
93939
            } else { 
-
 
93940
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
93941
            }
-
 
93942
            break;
-
 
93943
          case 2: // MAX_ORDER_ID
-
 
93944
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
93945
              this.maxOrderId = iprot.readI64();
-
 
93946
              setMaxOrderIdIsSet(true);
-
 
93947
            } else { 
-
 
93948
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
93949
            }
-
 
93950
            break;
-
 
93951
          default:
-
 
93952
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
93953
        }
-
 
93954
        iprot.readFieldEnd();
-
 
93955
      }
-
 
93956
      iprot.readStructEnd();
-
 
93957
      validate();
-
 
93958
    }
-
 
93959
 
-
 
93960
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
93961
      validate();
-
 
93962
 
-
 
93963
      oprot.writeStructBegin(STRUCT_DESC);
-
 
93964
      oprot.writeFieldBegin(MIN_ORDER_ID_FIELD_DESC);
-
 
93965
      oprot.writeI64(this.minOrderId);
-
 
93966
      oprot.writeFieldEnd();
-
 
93967
      oprot.writeFieldBegin(MAX_ORDER_ID_FIELD_DESC);
-
 
93968
      oprot.writeI64(this.maxOrderId);
-
 
93969
      oprot.writeFieldEnd();
-
 
93970
      oprot.writeFieldStop();
-
 
93971
      oprot.writeStructEnd();
-
 
93972
    }
-
 
93973
 
-
 
93974
    @Override
-
 
93975
    public String toString() {
-
 
93976
      StringBuilder sb = new StringBuilder("getAllVerificationAgents_args(");
-
 
93977
      boolean first = true;
-
 
93978
 
-
 
93979
      sb.append("minOrderId:");
-
 
93980
      sb.append(this.minOrderId);
-
 
93981
      first = false;
-
 
93982
      if (!first) sb.append(", ");
-
 
93983
      sb.append("maxOrderId:");
-
 
93984
      sb.append(this.maxOrderId);
-
 
93985
      first = false;
-
 
93986
      sb.append(")");
-
 
93987
      return sb.toString();
-
 
93988
    }
-
 
93989
 
-
 
93990
    public void validate() throws org.apache.thrift.TException {
-
 
93991
      // check for required fields
-
 
93992
    }
-
 
93993
 
-
 
93994
    private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-
 
93995
      try {
-
 
93996
        write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-
 
93997
      } catch (org.apache.thrift.TException te) {
-
 
93998
        throw new java.io.IOException(te);
-
 
93999
      }
-
 
94000
    }
-
 
94001
 
-
 
94002
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-
 
94003
      try {
-
 
94004
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
94005
        __isset_bit_vector = new BitSet(1);
-
 
94006
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-
 
94007
      } catch (org.apache.thrift.TException te) {
-
 
94008
        throw new java.io.IOException(te);
-
 
94009
      }
-
 
94010
    }
-
 
94011
 
-
 
94012
  }
-
 
94013
 
-
 
94014
  public static class getAllVerificationAgents_result implements org.apache.thrift.TBase<getAllVerificationAgents_result, getAllVerificationAgents_result._Fields>, java.io.Serializable, Cloneable   {
-
 
94015
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAllVerificationAgents_result");
-
 
94016
 
-
 
94017
    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);
-
 
94018
 
-
 
94019
    private List<CODVerificationAgent> success; // required
-
 
94020
 
-
 
94021
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-
 
94022
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-
 
94023
      SUCCESS((short)0, "success");
-
 
94024
 
-
 
94025
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
 
94026
 
-
 
94027
      static {
-
 
94028
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
-
 
94029
          byName.put(field.getFieldName(), field);
-
 
94030
        }
-
 
94031
      }
-
 
94032
 
-
 
94033
      /**
-
 
94034
       * Find the _Fields constant that matches fieldId, or null if its not found.
-
 
94035
       */
-
 
94036
      public static _Fields findByThriftId(int fieldId) {
-
 
94037
        switch(fieldId) {
-
 
94038
          case 0: // SUCCESS
-
 
94039
            return SUCCESS;
-
 
94040
          default:
-
 
94041
            return null;
-
 
94042
        }
-
 
94043
      }
-
 
94044
 
-
 
94045
      /**
-
 
94046
       * Find the _Fields constant that matches fieldId, throwing an exception
-
 
94047
       * if it is not found.
-
 
94048
       */
-
 
94049
      public static _Fields findByThriftIdOrThrow(int fieldId) {
-
 
94050
        _Fields fields = findByThriftId(fieldId);
-
 
94051
        if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-
 
94052
        return fields;
-
 
94053
      }
-
 
94054
 
-
 
94055
      /**
-
 
94056
       * Find the _Fields constant that matches name, or null if its not found.
-
 
94057
       */
-
 
94058
      public static _Fields findByName(String name) {
-
 
94059
        return byName.get(name);
-
 
94060
      }
-
 
94061
 
-
 
94062
      private final short _thriftId;
-
 
94063
      private final String _fieldName;
-
 
94064
 
-
 
94065
      _Fields(short thriftId, String fieldName) {
-
 
94066
        _thriftId = thriftId;
-
 
94067
        _fieldName = fieldName;
-
 
94068
      }
-
 
94069
 
-
 
94070
      public short getThriftFieldId() {
-
 
94071
        return _thriftId;
-
 
94072
      }
-
 
94073
 
-
 
94074
      public String getFieldName() {
-
 
94075
        return _fieldName;
-
 
94076
      }
-
 
94077
    }
-
 
94078
 
-
 
94079
    // isset id assignments
-
 
94080
 
-
 
94081
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-
 
94082
    static {
-
 
94083
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-
 
94084
      tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
94085
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
-
 
94086
              new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, CODVerificationAgent.class))));
-
 
94087
      metaDataMap = Collections.unmodifiableMap(tmpMap);
-
 
94088
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAllVerificationAgents_result.class, metaDataMap);
-
 
94089
    }
-
 
94090
 
-
 
94091
    public getAllVerificationAgents_result() {
-
 
94092
    }
-
 
94093
 
-
 
94094
    public getAllVerificationAgents_result(
-
 
94095
      List<CODVerificationAgent> success)
-
 
94096
    {
-
 
94097
      this();
-
 
94098
      this.success = success;
-
 
94099
    }
-
 
94100
 
-
 
94101
    /**
-
 
94102
     * Performs a deep copy on <i>other</i>.
-
 
94103
     */
-
 
94104
    public getAllVerificationAgents_result(getAllVerificationAgents_result other) {
-
 
94105
      if (other.isSetSuccess()) {
-
 
94106
        List<CODVerificationAgent> __this__success = new ArrayList<CODVerificationAgent>();
-
 
94107
        for (CODVerificationAgent other_element : other.success) {
-
 
94108
          __this__success.add(new CODVerificationAgent(other_element));
-
 
94109
        }
-
 
94110
        this.success = __this__success;
-
 
94111
      }
-
 
94112
    }
-
 
94113
 
-
 
94114
    public getAllVerificationAgents_result deepCopy() {
-
 
94115
      return new getAllVerificationAgents_result(this);
-
 
94116
    }
-
 
94117
 
-
 
94118
    @Override
-
 
94119
    public void clear() {
-
 
94120
      this.success = null;
-
 
94121
    }
-
 
94122
 
-
 
94123
    public int getSuccessSize() {
-
 
94124
      return (this.success == null) ? 0 : this.success.size();
-
 
94125
    }
-
 
94126
 
-
 
94127
    public java.util.Iterator<CODVerificationAgent> getSuccessIterator() {
-
 
94128
      return (this.success == null) ? null : this.success.iterator();
-
 
94129
    }
-
 
94130
 
-
 
94131
    public void addToSuccess(CODVerificationAgent elem) {
-
 
94132
      if (this.success == null) {
-
 
94133
        this.success = new ArrayList<CODVerificationAgent>();
-
 
94134
      }
-
 
94135
      this.success.add(elem);
-
 
94136
    }
-
 
94137
 
-
 
94138
    public List<CODVerificationAgent> getSuccess() {
-
 
94139
      return this.success;
-
 
94140
    }
-
 
94141
 
-
 
94142
    public void setSuccess(List<CODVerificationAgent> success) {
-
 
94143
      this.success = success;
-
 
94144
    }
-
 
94145
 
-
 
94146
    public void unsetSuccess() {
-
 
94147
      this.success = null;
-
 
94148
    }
-
 
94149
 
-
 
94150
    /** Returns true if field success is set (has been assigned a value) and false otherwise */
-
 
94151
    public boolean isSetSuccess() {
-
 
94152
      return this.success != null;
-
 
94153
    }
-
 
94154
 
-
 
94155
    public void setSuccessIsSet(boolean value) {
-
 
94156
      if (!value) {
-
 
94157
        this.success = null;
-
 
94158
      }
-
 
94159
    }
-
 
94160
 
-
 
94161
    public void setFieldValue(_Fields field, Object value) {
-
 
94162
      switch (field) {
-
 
94163
      case SUCCESS:
-
 
94164
        if (value == null) {
-
 
94165
          unsetSuccess();
-
 
94166
        } else {
-
 
94167
          setSuccess((List<CODVerificationAgent>)value);
-
 
94168
        }
-
 
94169
        break;
-
 
94170
 
-
 
94171
      }
-
 
94172
    }
-
 
94173
 
-
 
94174
    public Object getFieldValue(_Fields field) {
-
 
94175
      switch (field) {
-
 
94176
      case SUCCESS:
-
 
94177
        return getSuccess();
-
 
94178
 
-
 
94179
      }
-
 
94180
      throw new IllegalStateException();
-
 
94181
    }
-
 
94182
 
-
 
94183
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-
 
94184
    public boolean isSet(_Fields field) {
-
 
94185
      if (field == null) {
-
 
94186
        throw new IllegalArgumentException();
-
 
94187
      }
-
 
94188
 
-
 
94189
      switch (field) {
-
 
94190
      case SUCCESS:
-
 
94191
        return isSetSuccess();
-
 
94192
      }
-
 
94193
      throw new IllegalStateException();
-
 
94194
    }
-
 
94195
 
-
 
94196
    @Override
-
 
94197
    public boolean equals(Object that) {
-
 
94198
      if (that == null)
-
 
94199
        return false;
-
 
94200
      if (that instanceof getAllVerificationAgents_result)
-
 
94201
        return this.equals((getAllVerificationAgents_result)that);
-
 
94202
      return false;
-
 
94203
    }
-
 
94204
 
-
 
94205
    public boolean equals(getAllVerificationAgents_result that) {
-
 
94206
      if (that == null)
-
 
94207
        return false;
-
 
94208
 
-
 
94209
      boolean this_present_success = true && this.isSetSuccess();
-
 
94210
      boolean that_present_success = true && that.isSetSuccess();
-
 
94211
      if (this_present_success || that_present_success) {
-
 
94212
        if (!(this_present_success && that_present_success))
-
 
94213
          return false;
-
 
94214
        if (!this.success.equals(that.success))
-
 
94215
          return false;
-
 
94216
      }
-
 
94217
 
-
 
94218
      return true;
-
 
94219
    }
-
 
94220
 
-
 
94221
    @Override
-
 
94222
    public int hashCode() {
-
 
94223
      return 0;
-
 
94224
    }
-
 
94225
 
-
 
94226
    public int compareTo(getAllVerificationAgents_result other) {
-
 
94227
      if (!getClass().equals(other.getClass())) {
-
 
94228
        return getClass().getName().compareTo(other.getClass().getName());
-
 
94229
      }
-
 
94230
 
-
 
94231
      int lastComparison = 0;
-
 
94232
      getAllVerificationAgents_result typedOther = (getAllVerificationAgents_result)other;
-
 
94233
 
-
 
94234
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess());
-
 
94235
      if (lastComparison != 0) {
-
 
94236
        return lastComparison;
-
 
94237
      }
-
 
94238
      if (isSetSuccess()) {
-
 
94239
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success);
-
 
94240
        if (lastComparison != 0) {
-
 
94241
          return lastComparison;
-
 
94242
        }
-
 
94243
      }
-
 
94244
      return 0;
-
 
94245
    }
-
 
94246
 
-
 
94247
    public _Fields fieldForId(int fieldId) {
-
 
94248
      return _Fields.findByThriftId(fieldId);
-
 
94249
    }
-
 
94250
 
-
 
94251
    public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-
 
94252
      org.apache.thrift.protocol.TField field;
-
 
94253
      iprot.readStructBegin();
-
 
94254
      while (true)
-
 
94255
      {
-
 
94256
        field = iprot.readFieldBegin();
-
 
94257
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
-
 
94258
          break;
-
 
94259
        }
-
 
94260
        switch (field.id) {
-
 
94261
          case 0: // SUCCESS
-
 
94262
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
-
 
94263
              {
-
 
94264
                org.apache.thrift.protocol.TList _list312 = iprot.readListBegin();
-
 
94265
                this.success = new ArrayList<CODVerificationAgent>(_list312.size);
-
 
94266
                for (int _i313 = 0; _i313 < _list312.size; ++_i313)
-
 
94267
                {
-
 
94268
                  CODVerificationAgent _elem314; // required
-
 
94269
                  _elem314 = new CODVerificationAgent();
-
 
94270
                  _elem314.read(iprot);
-
 
94271
                  this.success.add(_elem314);
-
 
94272
                }
-
 
94273
                iprot.readListEnd();
-
 
94274
              }
-
 
94275
            } else { 
-
 
94276
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
94277
            }
-
 
94278
            break;
-
 
94279
          default:
-
 
94280
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
94281
        }
-
 
94282
        iprot.readFieldEnd();
-
 
94283
      }
-
 
94284
      iprot.readStructEnd();
-
 
94285
      validate();
-
 
94286
    }
-
 
94287
 
-
 
94288
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-
 
94289
      oprot.writeStructBegin(STRUCT_DESC);
-
 
94290
 
-
 
94291
      if (this.isSetSuccess()) {
-
 
94292
        oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
-
 
94293
        {
-
 
94294
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
-
 
94295
          for (CODVerificationAgent _iter315 : this.success)
-
 
94296
          {
-
 
94297
            _iter315.write(oprot);
-
 
94298
          }
-
 
94299
          oprot.writeListEnd();
-
 
94300
        }
-
 
94301
        oprot.writeFieldEnd();
-
 
94302
      }
-
 
94303
      oprot.writeFieldStop();
-
 
94304
      oprot.writeStructEnd();
-
 
94305
    }
-
 
94306
 
-
 
94307
    @Override
-
 
94308
    public String toString() {
-
 
94309
      StringBuilder sb = new StringBuilder("getAllVerificationAgents_result(");
-
 
94310
      boolean first = true;
-
 
94311
 
-
 
94312
      sb.append("success:");
-
 
94313
      if (this.success == null) {
-
 
94314
        sb.append("null");
-
 
94315
      } else {
-
 
94316
        sb.append(this.success);
-
 
94317
      }
-
 
94318
      first = false;
-
 
94319
      sb.append(")");
-
 
94320
      return sb.toString();
-
 
94321
    }
93527
 
94322
 
93528
    public void validate() throws org.apache.thrift.TException {
94323
    public void validate() throws org.apache.thrift.TException {
93529
      // check for required fields
94324
      // check for required fields
93530
    }
94325
    }
93531
 
94326