Package flexagon.fd.model.pojos.webhook
Class WebhookMessageExecution
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.webhook.WebhookMessageExecution
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunctionExecution(WebhookFunctionExecution pExecution) getUri()voidsetAdditionalProperties(String pAdditionalProperties) voidsetFunctionExecutions(List<WebhookFunctionExecution> pExecutions) voidsetHeaders(String pHeaders) voidsetMessage(String pMessage) voidsetPayload(String pPayload) voidsetProviderId(Long pProviderId) voidsetQueryParams(String pQueryParams) voidsetStatus(GeneralExecutionEnum pStatus) voidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
WebhookMessageExecution
public WebhookMessageExecution()
-
-
Method Details
-
setPayload
-
getPayload
-
setHeaders
-
getHeaders
-
setQueryParams
-
getQueryParams
-
setProviderId
-
getProviderId
-
setMessage
-
getMessage
-
setStatus
-
getStatus
-
setUri
-
getUri
-
setAdditionalProperties
-
getAdditionalProperties
-
setFunctionExecutions
-
getFunctionExecutions
-
addFunctionExecution
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-