Class EndPointExecutionContext

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.plugin.EndPointExecutionContext
All Implemented Interfaces:
Serializable

public class EndPointExecutionContext extends BasePOJO
See Also:
  • Constructor Details

    • EndPointExecutionContext

      public EndPointExecutionContext()
    • EndPointExecutionContext

      public EndPointExecutionContext(EndPointExecutionEnum pEndPointExecutionType)
  • Method Details

    • setEndPointExecutionType

      public void setEndPointExecutionType(EndPointExecutionEnum pEndPointExecutionType)
    • getEndPointExecutionType

      public EndPointExecutionEnum getEndPointExecutionType()
    • setThrottlePercentage

      public void setThrottlePercentage(int pThrottlePercentage)
    • getThrottlePercentage

      public int getThrottlePercentage()
    • setStopOnError

      public void setStopOnError(boolean pStopOnError)
    • isStopOnError

      public boolean isStopOnError()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object