Class DecisionHeaderResponse
- java.lang.Object
-
- org.kie.kogito.trusty.service.common.responses.ExecutionHeaderResponse
-
- org.kie.kogito.trusty.service.common.responses.decision.DecisionHeaderResponse
-
public final class DecisionHeaderResponse extends ExecutionHeaderResponse
The Decision implementation ofExecutionHeaderResponse.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDecisionHeaderResponse()DecisionHeaderResponse(String executionId, OffsetDateTime executionDate, Boolean hasSucceeded, String executorName, String executedModelName, String executedModelNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutedModelNamespace()Gets the namespace of the executed model.-
Methods inherited from class org.kie.kogito.trusty.service.common.responses.ExecutionHeaderResponse
getExecutedModelName, getExecutionDate, getExecutionId, getExecutionType, getExecutorName, hasSucceeded
-
-
-
-
Method Detail
-
getExecutedModelNamespace
public String getExecutedModelNamespace()
Gets the namespace of the executed model.- Returns:
- The namespace of the executed model.
-
-