Class ProcessResolutionProblem

java.lang.Object
org.bonitasoft.web.client.model.ProcessResolutionProblem
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ProcessResolutionProblem extends Object implements Serializable
This resource represents a problem in a process that needs to be resolved for the process to run. It can be an actor, a connector implementation, or a parameter (in the Enterprise, Performance, Efficiency, or Teamwork edition).
See Also:
  • Field Details

  • Constructor Details

    • ProcessResolutionProblem

      public ProcessResolutionProblem()
  • Method Details

    • message

      public ProcessResolutionProblem message(@Nullable String message)
    • getMessage

      @Nullable public String getMessage()
      resolution problem
      Returns:
      message
    • setMessage

      public void setMessage(@Nullable String message)
    • resourceId

      public ProcessResolutionProblem resourceId(@Nullable String resourceId)
    • getResourceId

      @Nullable public String getResourceId()
      id of the unresolved resource
      Returns:
      resourceId
    • setResourceId

      public void setResourceId(@Nullable String resourceId)
    • targetType

      public ProcessResolutionProblem targetType(@Nullable String targetType)
    • getTargetType

      @Nullable public String getTargetType()
      the type of the unresolved resource (parameter, actor, or connector)
      Returns:
      targetType
    • setTargetType

      public void setTargetType(@Nullable String targetType)
    • 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