Class WorkFlowExecutionResponseDTO

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

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

  • Constructor Details

    • WorkFlowExecutionResponseDTO

      public WorkFlowExecutionResponseDTO()
  • Method Details

    • workFlowExecutionId

      public WorkFlowExecutionResponseDTO workFlowExecutionId(UUID workFlowExecutionId)
    • getWorkFlowExecutionId

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

      public void setWorkFlowExecutionId(UUID workFlowExecutionId)
    • workStatus

    • getWorkStatus

      @Nullable public WorkFlowExecutionResponseDTO.WorkStatusEnum getWorkStatus()
      Get workStatus
      Returns:
      workStatus
    • setWorkStatus

      public void setWorkStatus(WorkFlowExecutionResponseDTO.WorkStatusEnum workStatus)
    • 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 WorkFlowExecutionResponseDTO
    • fromJson

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

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