Package org.bonitasoft.web.client.model
Class ProcessResolutionProblem
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessResolutionProblem
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_RESOURCE_IDstatic StringJSON_PROPERTY_TARGET_TYPE
-
Constructor Summary
Constructors Constructor Description ProcessResolutionProblem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMessage()resolution problemStringgetResourceId()id of the unresolved resourceStringgetTargetType()the type of the unresolved resource (parameter, actor, or connector)inthashCode()ProcessResolutionProblemmessage(String message)ProcessResolutionProblemresourceId(String resourceId)voidsetMessage(String message)voidsetResourceId(String resourceId)voidsetTargetType(String targetType)ProcessResolutionProblemtargetType(String targetType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE_ID
public static final String JSON_PROPERTY_RESOURCE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TARGET_TYPE
public static final String JSON_PROPERTY_TARGET_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
message
public ProcessResolutionProblem message(String message)
-
setMessage
public void setMessage(String message)
-
resourceId
public ProcessResolutionProblem resourceId(String resourceId)
-
getResourceId
@Nullable public String getResourceId()
id of the unresolved resource- Returns:
- resourceId
-
setResourceId
public void setResourceId(String resourceId)
-
targetType
public ProcessResolutionProblem targetType(String targetType)
-
getTargetType
@Nullable public String getTargetType()
the type of the unresolved resource (parameter, actor, or connector)- Returns:
- targetType
-
setTargetType
public void setTargetType(String targetType)
-
-