Subversion Repositories SmartDukaan

Rev

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

Rev 20744 Rev 23123
Line 138... Line 138...
138
 
138
 
139
    public void updatePincode(long providerId, String pincode, boolean exp, boolean cod, boolean otgAvailable) throws org.apache.thrift.TException;
139
    public void updatePincode(long providerId, String pincode, boolean exp, boolean cod, boolean otgAvailable) throws org.apache.thrift.TException;
140
 
140
 
141
    public boolean addNewAwbs(long providerId, boolean cod, List<String> awbs, long awbUsedFor) throws org.apache.thrift.TException;
141
    public boolean addNewAwbs(long providerId, boolean cod, List<String> awbs, long awbUsedFor) throws org.apache.thrift.TException;
142
 
142
 
143
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate) throws org.apache.thrift.TException;
143
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, long provider) throws org.apache.thrift.TException;
144
 
144
 
145
    public long adjustDeliveryDays(long startDate, long days) throws org.apache.thrift.TException;
145
    public long adjustDeliveryDays(long startDate, long days) throws org.apache.thrift.TException;
146
 
146
 
147
    public long getFirstDeliveryEstimateForWhLocation(String pincode, long whLocation) throws org.apache.thrift.TException;
147
    public long getFirstDeliveryEstimateForWhLocation(String pincode, long whLocation) throws org.apache.thrift.TException;
148
 
148
 
Line 202... Line 202...
202
 
202
 
203
    public void updatePincode(long providerId, String pincode, boolean exp, boolean cod, boolean otgAvailable, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updatePincode_call> resultHandler) throws org.apache.thrift.TException;
203
    public void updatePincode(long providerId, String pincode, boolean exp, boolean cod, boolean otgAvailable, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updatePincode_call> resultHandler) throws org.apache.thrift.TException;
204
 
204
 
205
    public void addNewAwbs(long providerId, boolean cod, List<String> awbs, long awbUsedFor, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addNewAwbs_call> resultHandler) throws org.apache.thrift.TException;
205
    public void addNewAwbs(long providerId, boolean cod, List<String> awbs, long awbUsedFor, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addNewAwbs_call> resultHandler) throws org.apache.thrift.TException;
206
 
206
 
207
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.runLogisticsLocationInfoUpdate_call> resultHandler) throws org.apache.thrift.TException;
207
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, long provider, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.runLogisticsLocationInfoUpdate_call> resultHandler) throws org.apache.thrift.TException;
208
 
208
 
209
    public void adjustDeliveryDays(long startDate, long days, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.adjustDeliveryDays_call> resultHandler) throws org.apache.thrift.TException;
209
    public void adjustDeliveryDays(long startDate, long days, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.adjustDeliveryDays_call> resultHandler) throws org.apache.thrift.TException;
210
 
210
 
211
    public void getFirstDeliveryEstimateForWhLocation(String pincode, long whLocation, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getFirstDeliveryEstimateForWhLocation_call> resultHandler) throws org.apache.thrift.TException;
211
    public void getFirstDeliveryEstimateForWhLocation(String pincode, long whLocation, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getFirstDeliveryEstimateForWhLocation_call> resultHandler) throws org.apache.thrift.TException;
212
 
212
 
Line 723... Line 723...
723
        return result.success;
723
        return result.success;
724
      }
724
      }
725
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "addNewAwbs failed: unknown result");
725
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "addNewAwbs failed: unknown result");
726
    }
726
    }
727
 
727
 
728
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate) throws org.apache.thrift.TException
728
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, long provider) throws org.apache.thrift.TException
729
    {
729
    {
730
      send_runLogisticsLocationInfoUpdate(logisticsLocationInfoList, runCompleteUpdate);
730
      send_runLogisticsLocationInfoUpdate(logisticsLocationInfoList, runCompleteUpdate, provider);
731
      recv_runLogisticsLocationInfoUpdate();
731
      recv_runLogisticsLocationInfoUpdate();
732
    }
732
    }
733
 
733
 
734
    public void send_runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate) throws org.apache.thrift.TException
734
    public void send_runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, long provider) throws org.apache.thrift.TException
735
    {
735
    {
736
      runLogisticsLocationInfoUpdate_args args = new runLogisticsLocationInfoUpdate_args();
736
      runLogisticsLocationInfoUpdate_args args = new runLogisticsLocationInfoUpdate_args();
737
      args.setLogisticsLocationInfoList(logisticsLocationInfoList);
737
      args.setLogisticsLocationInfoList(logisticsLocationInfoList);
738
      args.setRunCompleteUpdate(runCompleteUpdate);
738
      args.setRunCompleteUpdate(runCompleteUpdate);
-
 
739
      args.setProvider(provider);
739
      sendBase("runLogisticsLocationInfoUpdate", args);
740
      sendBase("runLogisticsLocationInfoUpdate", args);
740
    }
741
    }
741
 
742
 
742
    public void recv_runLogisticsLocationInfoUpdate() throws org.apache.thrift.TException
743
    public void recv_runLogisticsLocationInfoUpdate() throws org.apache.thrift.TException
743
    {
744
    {
Line 1630... Line 1631...
1630
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
1631
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
1631
        return (new Client(prot)).recv_addNewAwbs();
1632
        return (new Client(prot)).recv_addNewAwbs();
1632
      }
1633
      }
1633
    }
1634
    }
1634
 
1635
 
1635
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, org.apache.thrift.async.AsyncMethodCallback<runLogisticsLocationInfoUpdate_call> resultHandler) throws org.apache.thrift.TException {
1636
    public void runLogisticsLocationInfoUpdate(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, long provider, org.apache.thrift.async.AsyncMethodCallback<runLogisticsLocationInfoUpdate_call> resultHandler) throws org.apache.thrift.TException {
1636
      checkReady();
1637
      checkReady();
1637
      runLogisticsLocationInfoUpdate_call method_call = new runLogisticsLocationInfoUpdate_call(logisticsLocationInfoList, runCompleteUpdate, resultHandler, this, ___protocolFactory, ___transport);
1638
      runLogisticsLocationInfoUpdate_call method_call = new runLogisticsLocationInfoUpdate_call(logisticsLocationInfoList, runCompleteUpdate, provider, resultHandler, this, ___protocolFactory, ___transport);
1638
      this.___currentMethod = method_call;
1639
      this.___currentMethod = method_call;
1639
      ___manager.call(method_call);
1640
      ___manager.call(method_call);
1640
    }
1641
    }
1641
 
1642
 
1642
    public static class runLogisticsLocationInfoUpdate_call extends org.apache.thrift.async.TAsyncMethodCall {
1643
    public static class runLogisticsLocationInfoUpdate_call extends org.apache.thrift.async.TAsyncMethodCall {
1643
      private List<LogisticsLocationInfo> logisticsLocationInfoList;
1644
      private List<LogisticsLocationInfo> logisticsLocationInfoList;
1644
      private boolean runCompleteUpdate;
1645
      private boolean runCompleteUpdate;
-
 
1646
      private long provider;
1645
      public runLogisticsLocationInfoUpdate_call(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, org.apache.thrift.async.AsyncMethodCallback<runLogisticsLocationInfoUpdate_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 {
1647
      public runLogisticsLocationInfoUpdate_call(List<LogisticsLocationInfo> logisticsLocationInfoList, boolean runCompleteUpdate, long provider, org.apache.thrift.async.AsyncMethodCallback<runLogisticsLocationInfoUpdate_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 {
1646
        super(client, protocolFactory, transport, resultHandler, false);
1648
        super(client, protocolFactory, transport, resultHandler, false);
1647
        this.logisticsLocationInfoList = logisticsLocationInfoList;
1649
        this.logisticsLocationInfoList = logisticsLocationInfoList;
1648
        this.runCompleteUpdate = runCompleteUpdate;
1650
        this.runCompleteUpdate = runCompleteUpdate;
-
 
1651
        this.provider = provider;
1649
      }
1652
      }
1650
 
1653
 
1651
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
1654
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
1652
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("runLogisticsLocationInfoUpdate", org.apache.thrift.protocol.TMessageType.CALL, 0));
1655
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("runLogisticsLocationInfoUpdate", org.apache.thrift.protocol.TMessageType.CALL, 0));
1653
        runLogisticsLocationInfoUpdate_args args = new runLogisticsLocationInfoUpdate_args();
1656
        runLogisticsLocationInfoUpdate_args args = new runLogisticsLocationInfoUpdate_args();
1654
        args.setLogisticsLocationInfoList(logisticsLocationInfoList);
1657
        args.setLogisticsLocationInfoList(logisticsLocationInfoList);
1655
        args.setRunCompleteUpdate(runCompleteUpdate);
1658
        args.setRunCompleteUpdate(runCompleteUpdate);
-
 
1659
        args.setProvider(provider);
1656
        args.write(prot);
1660
        args.write(prot);
1657
        prot.writeMessageEnd();
1661
        prot.writeMessageEnd();
1658
      }
1662
      }
1659
 
1663
 
1660
      public void getResult() throws org.apache.thrift.TException {
1664
      public void getResult() throws org.apache.thrift.TException {
Line 2326... Line 2330...
2326
        return new runLogisticsLocationInfoUpdate_args();
2330
        return new runLogisticsLocationInfoUpdate_args();
2327
      }
2331
      }
2328
 
2332
 
2329
      protected runLogisticsLocationInfoUpdate_result getResult(I iface, runLogisticsLocationInfoUpdate_args args) throws org.apache.thrift.TException {
2333
      protected runLogisticsLocationInfoUpdate_result getResult(I iface, runLogisticsLocationInfoUpdate_args args) throws org.apache.thrift.TException {
2330
        runLogisticsLocationInfoUpdate_result result = new runLogisticsLocationInfoUpdate_result();
2334
        runLogisticsLocationInfoUpdate_result result = new runLogisticsLocationInfoUpdate_result();
2331
        iface.runLogisticsLocationInfoUpdate(args.logisticsLocationInfoList, args.runCompleteUpdate);
2335
        iface.runLogisticsLocationInfoUpdate(args.logisticsLocationInfoList, args.runCompleteUpdate, args.provider);
2332
        return result;
2336
        return result;
2333
      }
2337
      }
2334
    }
2338
    }
2335
 
2339
 
2336
    private static class adjustDeliveryDays<I extends Iface> extends org.apache.thrift.ProcessFunction<I, adjustDeliveryDays_args> {
2340
    private static class adjustDeliveryDays<I extends Iface> extends org.apache.thrift.ProcessFunction<I, adjustDeliveryDays_args> {
Line 16641... Line 16645...
16641
  public static class runLogisticsLocationInfoUpdate_args implements org.apache.thrift.TBase<runLogisticsLocationInfoUpdate_args, runLogisticsLocationInfoUpdate_args._Fields>, java.io.Serializable, Cloneable   {
16645
  public static class runLogisticsLocationInfoUpdate_args implements org.apache.thrift.TBase<runLogisticsLocationInfoUpdate_args, runLogisticsLocationInfoUpdate_args._Fields>, java.io.Serializable, Cloneable   {
16642
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("runLogisticsLocationInfoUpdate_args");
16646
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("runLogisticsLocationInfoUpdate_args");
16643
 
16647
 
16644
    private static final org.apache.thrift.protocol.TField LOGISTICS_LOCATION_INFO_LIST_FIELD_DESC = new org.apache.thrift.protocol.TField("logisticsLocationInfoList", org.apache.thrift.protocol.TType.LIST, (short)1);
16648
    private static final org.apache.thrift.protocol.TField LOGISTICS_LOCATION_INFO_LIST_FIELD_DESC = new org.apache.thrift.protocol.TField("logisticsLocationInfoList", org.apache.thrift.protocol.TType.LIST, (short)1);
16645
    private static final org.apache.thrift.protocol.TField RUN_COMPLETE_UPDATE_FIELD_DESC = new org.apache.thrift.protocol.TField("runCompleteUpdate", org.apache.thrift.protocol.TType.BOOL, (short)2);
16649
    private static final org.apache.thrift.protocol.TField RUN_COMPLETE_UPDATE_FIELD_DESC = new org.apache.thrift.protocol.TField("runCompleteUpdate", org.apache.thrift.protocol.TType.BOOL, (short)2);
-
 
16650
    private static final org.apache.thrift.protocol.TField PROVIDER_FIELD_DESC = new org.apache.thrift.protocol.TField("provider", org.apache.thrift.protocol.TType.I64, (short)3);
16646
 
16651
 
16647
    private List<LogisticsLocationInfo> logisticsLocationInfoList; // required
16652
    private List<LogisticsLocationInfo> logisticsLocationInfoList; // required
16648
    private boolean runCompleteUpdate; // required
16653
    private boolean runCompleteUpdate; // required
-
 
16654
    private long provider; // required
16649
 
16655
 
16650
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
16656
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
16651
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
16657
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
16652
      LOGISTICS_LOCATION_INFO_LIST((short)1, "logisticsLocationInfoList"),
16658
      LOGISTICS_LOCATION_INFO_LIST((short)1, "logisticsLocationInfoList"),
16653
      RUN_COMPLETE_UPDATE((short)2, "runCompleteUpdate");
16659
      RUN_COMPLETE_UPDATE((short)2, "runCompleteUpdate"),
-
 
16660
      PROVIDER((short)3, "provider");
16654
 
16661
 
16655
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
16662
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
16656
 
16663
 
16657
      static {
16664
      static {
16658
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
16665
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
Line 16667... Line 16674...
16667
        switch(fieldId) {
16674
        switch(fieldId) {
16668
          case 1: // LOGISTICS_LOCATION_INFO_LIST
16675
          case 1: // LOGISTICS_LOCATION_INFO_LIST
16669
            return LOGISTICS_LOCATION_INFO_LIST;
16676
            return LOGISTICS_LOCATION_INFO_LIST;
16670
          case 2: // RUN_COMPLETE_UPDATE
16677
          case 2: // RUN_COMPLETE_UPDATE
16671
            return RUN_COMPLETE_UPDATE;
16678
            return RUN_COMPLETE_UPDATE;
-
 
16679
          case 3: // PROVIDER
-
 
16680
            return PROVIDER;
16672
          default:
16681
          default:
16673
            return null;
16682
            return null;
16674
        }
16683
        }
16675
      }
16684
      }
16676
 
16685
 
Line 16708... Line 16717...
16708
      }
16717
      }
16709
    }
16718
    }
16710
 
16719
 
16711
    // isset id assignments
16720
    // isset id assignments
16712
    private static final int __RUNCOMPLETEUPDATE_ISSET_ID = 0;
16721
    private static final int __RUNCOMPLETEUPDATE_ISSET_ID = 0;
-
 
16722
    private static final int __PROVIDER_ISSET_ID = 1;
16713
    private BitSet __isset_bit_vector = new BitSet(1);
16723
    private BitSet __isset_bit_vector = new BitSet(2);
16714
 
16724
 
16715
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
16725
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
16716
    static {
16726
    static {
16717
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
16727
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
16718
      tmpMap.put(_Fields.LOGISTICS_LOCATION_INFO_LIST, new org.apache.thrift.meta_data.FieldMetaData("logisticsLocationInfoList", org.apache.thrift.TFieldRequirementType.DEFAULT, 
16728
      tmpMap.put(_Fields.LOGISTICS_LOCATION_INFO_LIST, new org.apache.thrift.meta_data.FieldMetaData("logisticsLocationInfoList", org.apache.thrift.TFieldRequirementType.DEFAULT, 
16719
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
16729
          new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
16720
              new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, LogisticsLocationInfo.class))));
16730
              new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, LogisticsLocationInfo.class))));
16721
      tmpMap.put(_Fields.RUN_COMPLETE_UPDATE, new org.apache.thrift.meta_data.FieldMetaData("runCompleteUpdate", org.apache.thrift.TFieldRequirementType.DEFAULT, 
16731
      tmpMap.put(_Fields.RUN_COMPLETE_UPDATE, new org.apache.thrift.meta_data.FieldMetaData("runCompleteUpdate", org.apache.thrift.TFieldRequirementType.DEFAULT, 
16722
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
16732
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-
 
16733
      tmpMap.put(_Fields.PROVIDER, new org.apache.thrift.meta_data.FieldMetaData("provider", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
16734
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
16723
      metaDataMap = Collections.unmodifiableMap(tmpMap);
16735
      metaDataMap = Collections.unmodifiableMap(tmpMap);
16724
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(runLogisticsLocationInfoUpdate_args.class, metaDataMap);
16736
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(runLogisticsLocationInfoUpdate_args.class, metaDataMap);
16725
    }
16737
    }
16726
 
16738
 
16727
    public runLogisticsLocationInfoUpdate_args() {
16739
    public runLogisticsLocationInfoUpdate_args() {
16728
    }
16740
    }
16729
 
16741
 
16730
    public runLogisticsLocationInfoUpdate_args(
16742
    public runLogisticsLocationInfoUpdate_args(
16731
      List<LogisticsLocationInfo> logisticsLocationInfoList,
16743
      List<LogisticsLocationInfo> logisticsLocationInfoList,
16732
      boolean runCompleteUpdate)
16744
      boolean runCompleteUpdate,
-
 
16745
      long provider)
16733
    {
16746
    {
16734
      this();
16747
      this();
16735
      this.logisticsLocationInfoList = logisticsLocationInfoList;
16748
      this.logisticsLocationInfoList = logisticsLocationInfoList;
16736
      this.runCompleteUpdate = runCompleteUpdate;
16749
      this.runCompleteUpdate = runCompleteUpdate;
16737
      setRunCompleteUpdateIsSet(true);
16750
      setRunCompleteUpdateIsSet(true);
-
 
16751
      this.provider = provider;
-
 
16752
      setProviderIsSet(true);
16738
    }
16753
    }
16739
 
16754
 
16740
    /**
16755
    /**
16741
     * Performs a deep copy on <i>other</i>.
16756
     * Performs a deep copy on <i>other</i>.
16742
     */
16757
     */
Line 16749... Line 16764...
16749
          __this__logisticsLocationInfoList.add(new LogisticsLocationInfo(other_element));
16764
          __this__logisticsLocationInfoList.add(new LogisticsLocationInfo(other_element));
16750
        }
16765
        }
16751
        this.logisticsLocationInfoList = __this__logisticsLocationInfoList;
16766
        this.logisticsLocationInfoList = __this__logisticsLocationInfoList;
16752
      }
16767
      }
16753
      this.runCompleteUpdate = other.runCompleteUpdate;
16768
      this.runCompleteUpdate = other.runCompleteUpdate;
-
 
16769
      this.provider = other.provider;
16754
    }
16770
    }
16755
 
16771
 
16756
    public runLogisticsLocationInfoUpdate_args deepCopy() {
16772
    public runLogisticsLocationInfoUpdate_args deepCopy() {
16757
      return new runLogisticsLocationInfoUpdate_args(this);
16773
      return new runLogisticsLocationInfoUpdate_args(this);
16758
    }
16774
    }
Line 16760... Line 16776...
16760
    @Override
16776
    @Override
16761
    public void clear() {
16777
    public void clear() {
16762
      this.logisticsLocationInfoList = null;
16778
      this.logisticsLocationInfoList = null;
16763
      setRunCompleteUpdateIsSet(false);
16779
      setRunCompleteUpdateIsSet(false);
16764
      this.runCompleteUpdate = false;
16780
      this.runCompleteUpdate = false;
-
 
16781
      setProviderIsSet(false);
-
 
16782
      this.provider = 0;
16765
    }
16783
    }
16766
 
16784
 
16767
    public int getLogisticsLocationInfoListSize() {
16785
    public int getLogisticsLocationInfoListSize() {
16768
      return (this.logisticsLocationInfoList == null) ? 0 : this.logisticsLocationInfoList.size();
16786
      return (this.logisticsLocationInfoList == null) ? 0 : this.logisticsLocationInfoList.size();
16769
    }
16787
    }
Line 16822... Line 16840...
16822
 
16840
 
16823
    public void setRunCompleteUpdateIsSet(boolean value) {
16841
    public void setRunCompleteUpdateIsSet(boolean value) {
16824
      __isset_bit_vector.set(__RUNCOMPLETEUPDATE_ISSET_ID, value);
16842
      __isset_bit_vector.set(__RUNCOMPLETEUPDATE_ISSET_ID, value);
16825
    }
16843
    }
16826
 
16844
 
-
 
16845
    public long getProvider() {
-
 
16846
      return this.provider;
-
 
16847
    }
-
 
16848
 
-
 
16849
    public void setProvider(long provider) {
-
 
16850
      this.provider = provider;
-
 
16851
      setProviderIsSet(true);
-
 
16852
    }
-
 
16853
 
-
 
16854
    public void unsetProvider() {
-
 
16855
      __isset_bit_vector.clear(__PROVIDER_ISSET_ID);
-
 
16856
    }
-
 
16857
 
-
 
16858
    /** Returns true if field provider is set (has been assigned a value) and false otherwise */
-
 
16859
    public boolean isSetProvider() {
-
 
16860
      return __isset_bit_vector.get(__PROVIDER_ISSET_ID);
-
 
16861
    }
-
 
16862
 
-
 
16863
    public void setProviderIsSet(boolean value) {
-
 
16864
      __isset_bit_vector.set(__PROVIDER_ISSET_ID, value);
-
 
16865
    }
-
 
16866
 
16827
    public void setFieldValue(_Fields field, Object value) {
16867
    public void setFieldValue(_Fields field, Object value) {
16828
      switch (field) {
16868
      switch (field) {
16829
      case LOGISTICS_LOCATION_INFO_LIST:
16869
      case LOGISTICS_LOCATION_INFO_LIST:
16830
        if (value == null) {
16870
        if (value == null) {
16831
          unsetLogisticsLocationInfoList();
16871
          unsetLogisticsLocationInfoList();
Line 16840... Line 16880...
16840
        } else {
16880
        } else {
16841
          setRunCompleteUpdate((Boolean)value);
16881
          setRunCompleteUpdate((Boolean)value);
16842
        }
16882
        }
16843
        break;
16883
        break;
16844
 
16884
 
-
 
16885
      case PROVIDER:
-
 
16886
        if (value == null) {
-
 
16887
          unsetProvider();
-
 
16888
        } else {
-
 
16889
          setProvider((Long)value);
-
 
16890
        }
-
 
16891
        break;
-
 
16892
 
16845
      }
16893
      }
16846
    }
16894
    }
16847
 
16895
 
16848
    public Object getFieldValue(_Fields field) {
16896
    public Object getFieldValue(_Fields field) {
16849
      switch (field) {
16897
      switch (field) {
Line 16851... Line 16899...
16851
        return getLogisticsLocationInfoList();
16899
        return getLogisticsLocationInfoList();
16852
 
16900
 
16853
      case RUN_COMPLETE_UPDATE:
16901
      case RUN_COMPLETE_UPDATE:
16854
        return Boolean.valueOf(isRunCompleteUpdate());
16902
        return Boolean.valueOf(isRunCompleteUpdate());
16855
 
16903
 
-
 
16904
      case PROVIDER:
-
 
16905
        return Long.valueOf(getProvider());
-
 
16906
 
16856
      }
16907
      }
16857
      throw new IllegalStateException();
16908
      throw new IllegalStateException();
16858
    }
16909
    }
16859
 
16910
 
16860
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
16911
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
Line 16866... Line 16917...
16866
      switch (field) {
16917
      switch (field) {
16867
      case LOGISTICS_LOCATION_INFO_LIST:
16918
      case LOGISTICS_LOCATION_INFO_LIST:
16868
        return isSetLogisticsLocationInfoList();
16919
        return isSetLogisticsLocationInfoList();
16869
      case RUN_COMPLETE_UPDATE:
16920
      case RUN_COMPLETE_UPDATE:
16870
        return isSetRunCompleteUpdate();
16921
        return isSetRunCompleteUpdate();
-
 
16922
      case PROVIDER:
-
 
16923
        return isSetProvider();
16871
      }
16924
      }
16872
      throw new IllegalStateException();
16925
      throw new IllegalStateException();
16873
    }
16926
    }
16874
 
16927
 
16875
    @Override
16928
    @Override
Line 16901... Line 16954...
16901
          return false;
16954
          return false;
16902
        if (this.runCompleteUpdate != that.runCompleteUpdate)
16955
        if (this.runCompleteUpdate != that.runCompleteUpdate)
16903
          return false;
16956
          return false;
16904
      }
16957
      }
16905
 
16958
 
-
 
16959
      boolean this_present_provider = true;
-
 
16960
      boolean that_present_provider = true;
-
 
16961
      if (this_present_provider || that_present_provider) {
-
 
16962
        if (!(this_present_provider && that_present_provider))
-
 
16963
          return false;
-
 
16964
        if (this.provider != that.provider)
-
 
16965
          return false;
-
 
16966
      }
-
 
16967
 
16906
      return true;
16968
      return true;
16907
    }
16969
    }
16908
 
16970
 
16909
    @Override
16971
    @Override
16910
    public int hashCode() {
16972
    public int hashCode() {
Line 16937... Line 16999...
16937
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.runCompleteUpdate, typedOther.runCompleteUpdate);
16999
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.runCompleteUpdate, typedOther.runCompleteUpdate);
16938
        if (lastComparison != 0) {
17000
        if (lastComparison != 0) {
16939
          return lastComparison;
17001
          return lastComparison;
16940
        }
17002
        }
16941
      }
17003
      }
-
 
17004
      lastComparison = Boolean.valueOf(isSetProvider()).compareTo(typedOther.isSetProvider());
-
 
17005
      if (lastComparison != 0) {
-
 
17006
        return lastComparison;
-
 
17007
      }
-
 
17008
      if (isSetProvider()) {
-
 
17009
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.provider, typedOther.provider);
-
 
17010
        if (lastComparison != 0) {
-
 
17011
          return lastComparison;
-
 
17012
        }
-
 
17013
      }
16942
      return 0;
17014
      return 0;
16943
    }
17015
    }
16944
 
17016
 
16945
    public _Fields fieldForId(int fieldId) {
17017
    public _Fields fieldForId(int fieldId) {
16946
      return _Fields.findByThriftId(fieldId);
17018
      return _Fields.findByThriftId(fieldId);
Line 16980... Line 17052...
16980
              setRunCompleteUpdateIsSet(true);
17052
              setRunCompleteUpdateIsSet(true);
16981
            } else { 
17053
            } else { 
16982
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
17054
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
16983
            }
17055
            }
16984
            break;
17056
            break;
-
 
17057
          case 3: // PROVIDER
-
 
17058
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
17059
              this.provider = iprot.readI64();
-
 
17060
              setProviderIsSet(true);
-
 
17061
            } else { 
-
 
17062
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
17063
            }
-
 
17064
            break;
16985
          default:
17065
          default:
16986
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
17066
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
16987
        }
17067
        }
16988
        iprot.readFieldEnd();
17068
        iprot.readFieldEnd();
16989
      }
17069
      }
Line 17008... Line 17088...
17008
        oprot.writeFieldEnd();
17088
        oprot.writeFieldEnd();
17009
      }
17089
      }
17010
      oprot.writeFieldBegin(RUN_COMPLETE_UPDATE_FIELD_DESC);
17090
      oprot.writeFieldBegin(RUN_COMPLETE_UPDATE_FIELD_DESC);
17011
      oprot.writeBool(this.runCompleteUpdate);
17091
      oprot.writeBool(this.runCompleteUpdate);
17012
      oprot.writeFieldEnd();
17092
      oprot.writeFieldEnd();
-
 
17093
      oprot.writeFieldBegin(PROVIDER_FIELD_DESC);
-
 
17094
      oprot.writeI64(this.provider);
-
 
17095
      oprot.writeFieldEnd();
17013
      oprot.writeFieldStop();
17096
      oprot.writeFieldStop();
17014
      oprot.writeStructEnd();
17097
      oprot.writeStructEnd();
17015
    }
17098
    }
17016
 
17099
 
17017
    @Override
17100
    @Override
Line 17028... Line 17111...
17028
      first = false;
17111
      first = false;
17029
      if (!first) sb.append(", ");
17112
      if (!first) sb.append(", ");
17030
      sb.append("runCompleteUpdate:");
17113
      sb.append("runCompleteUpdate:");
17031
      sb.append(this.runCompleteUpdate);
17114
      sb.append(this.runCompleteUpdate);
17032
      first = false;
17115
      first = false;
-
 
17116
      if (!first) sb.append(", ");
-
 
17117
      sb.append("provider:");
-
 
17118
      sb.append(this.provider);
-
 
17119
      first = false;
17033
      sb.append(")");
17120
      sb.append(")");
17034
      return sb.toString();
17121
      return sb.toString();
17035
    }
17122
    }
17036
 
17123
 
17037
    public void validate() throws org.apache.thrift.TException {
17124
    public void validate() throws org.apache.thrift.TException {