Class UpdateIndexResult

java.lang.Object
com.echothree.model.control.index.server.indexer.UpdateIndexResult

public class UpdateIndexResult extends Object
  • Constructor Details

    • UpdateIndexResult

      public UpdateIndexResult(long remainingTime, boolean indexModified, boolean indexingComplete)
  • Method Details

    • getRemainingTime

      public long getRemainingTime()
      Returns the remainingTime.
      Returns:
      the remainingTime
    • setRemainingTime

      public void setRemainingTime(long remainingTime)
      Sets the remainingTime.
      Parameters:
      remainingTime - the remainingTime to set
    • getIndexModified

      public boolean getIndexModified()
      Returns the indexModified.
      Returns:
      the indexModified
    • setIndexModified

      public void setIndexModified(boolean indexModified)
      Sets the indexModified.
      Parameters:
      indexModified - the indexModified to set
    • getIndexingComplete

      public boolean getIndexingComplete()
      Returns the indexingComplete.
      Returns:
      the indexingComplete
    • setIndexingComplete

      public void setIndexingComplete(boolean indexingComplete)
      Sets the indexingComplete.
      Parameters:
      indexingComplete - the indexingComplete to set