Package flexagon.fd.core.plugin
Class EndPointExecutionContext
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.plugin.EndPointExecutionContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetEndPointExecutionType(EndPointExecutionEnum pEndPointExecutionType) voidsetStopOnError(boolean pStopOnError) voidsetThrottlePercentage(int pThrottlePercentage) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
EndPointExecutionContext
public EndPointExecutionContext() -
EndPointExecutionContext
-
-
Method Details
-
setEndPointExecutionType
-
getEndPointExecutionType
-
setThrottlePercentage
public void setThrottlePercentage(int pThrottlePercentage) -
getThrottlePercentage
public int getThrottlePercentage() -
setStopOnError
public void setStopOnError(boolean pStopOnError) -
isStopOnError
public boolean isStopOnError() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-