Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanresolution problemid of the unresolved resourcethe type of the unresolved resource (parameter, actor, or connector)inthashCode()resourceId(String resourceId) voidsetMessage(String message) voidsetResourceId(String resourceId) voidsetTargetType(String targetType) targetType(String targetType) toString()
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
JSON_PROPERTY_TARGET_TYPE
- See Also:
-
-
Constructor Details
-
ProcessResolutionProblem
public ProcessResolutionProblem()
-
-
Method Details
-
message
-
getMessage
resolution problem- Returns:
- message
-
setMessage
-
resourceId
-
getResourceId
id of the unresolved resource- Returns:
- resourceId
-
setResourceId
-
targetType
-
getTargetType
the type of the unresolved resource (parameter, actor, or connector)- Returns:
- targetType
-
setTargetType
-
equals
-
hashCode
public int hashCode() -
toString
-