Class CounterfactualRequestResponse


  • public class CounterfactualRequestResponse
    extends Object
    • Constructor Detail

      • CounterfactualRequestResponse

        public CounterfactualRequestResponse()
      • CounterfactualRequestResponse

        public CounterfactualRequestResponse​(@NotNull
                                             @NotNull String executionId,
                                             @NotNull
                                             @NotNull String counterfactualId,
                                             Long maxRunningTimeSeconds)
    • Method Detail

      • getExecutionId

        public String getExecutionId()
      • getCounterfactualId

        public String getCounterfactualId()
      • getMaxRunningTimeSeconds

        public Long getMaxRunningTimeSeconds()