Class FailedAttempt

java.lang.Object
com.lucidworks.fusion.connector.component.FailedAttempt

public class FailedAttempt extends Object
  • Constructor Details

    • FailedAttempt

      public FailedAttempt(Object obj, int executionCount, long start, long elapsed, Throwable t)
  • Method Details

    • getObj

      public Object getObj()
    • setObj

      public void setObj(Object obj)
    • getExecutionCount

      public int getExecutionCount()
    • setExecutionCount

      public void setExecutionCount(int executionCount)
    • getStart

      public long getStart()
    • setStart

      public void setStart(long start)
    • getElapsed

      public long getElapsed()
    • setElapsed

      public void setElapsed(long elapsed)
    • getError

      public Throwable getError()
    • setT

      public void setT(Throwable t)
    • toString

      public String toString()
      Overrides:
      toString in class Object