Class WorkFlowContextResponseDTO

java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowContextResponseDTO

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class WorkFlowContextResponseDTO extends Object
WorkFlowContextResponseDTO
  • Field Details

    • SERIALIZED_NAME_WORK_FLOW_EXECUTION_ID

      public static final String SERIALIZED_NAME_WORK_FLOW_EXECUTION_ID
      See Also:
    • SERIALIZED_NAME_WORK_FLOW_OPTIONS

      public static final String SERIALIZED_NAME_WORK_FLOW_OPTIONS
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
  • Constructor Details

    • WorkFlowContextResponseDTO

      public WorkFlowContextResponseDTO()
  • Method Details

    • workFlowExecutionId

      public WorkFlowContextResponseDTO workFlowExecutionId(UUID workFlowExecutionId)
    • getWorkFlowExecutionId

      @Nullable public UUID getWorkFlowExecutionId()
      Get workFlowExecutionId
      Returns:
      workFlowExecutionId
    • setWorkFlowExecutionId

      public void setWorkFlowExecutionId(UUID workFlowExecutionId)
    • workFlowOptions

      public WorkFlowContextResponseDTO workFlowOptions(WorkFlowOptionsResponseDTO workFlowOptions)
    • getWorkFlowOptions

      @Nullable public WorkFlowOptionsResponseDTO getWorkFlowOptions()
      Get workFlowOptions
      Returns:
      workFlowOptions
    • setWorkFlowOptions

      public void setWorkFlowOptions(WorkFlowOptionsResponseDTO workFlowOptions)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      Validates the JSON Object and throws an exception if issues found
      Parameters:
      jsonObj - JSON Object
      Throws:
      IOException - if the JSON Object is invalid with respect to WorkFlowContextResponseDTO
    • fromJson

      public static WorkFlowContextResponseDTO fromJson(String jsonString) throws IOException
      Create an instance of WorkFlowContextResponseDTO given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of WorkFlowContextResponseDTO
      Throws:
      IOException - if the JSON string is invalid with respect to WorkFlowContextResponseDTO
    • toJson

      public String toJson()
      Convert an instance of WorkFlowContextResponseDTO to an JSON string
      Returns:
      JSON string