Package flexagon.fd.model.pojos.webhook
Class WebhookFunctionExecution
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.webhook.WebhookFunctionExecution
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookFunctionExecution(Long functionId, GeneralExecutionEnum status, String errorMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetErrorMessage(String pErrorMessage) voidsetFunctionId(Long pFunctionId) voidsetStatus(GeneralExecutionEnum pStatus)
-
Constructor Details
-
WebhookFunctionExecution
public WebhookFunctionExecution() -
WebhookFunctionExecution
-
-
Method Details
-
setErrorMessage
-
getErrorMessage
-
setStatus
-
getStatus
-
setFunctionId
-
getFunctionId
-