Package org.bonitasoft.web.client.model
Class ProcessParameter
java.lang.Object
org.bonitasoft.web.client.model.ProcessParameter
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessParameter
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanthe description of the parametergetName()the name of the parameterthe identifier of the process definitionthe name of the related processthe version of the processgetType()the type of the parametergetValue()the value of the parameterinthashCode()processName(String processName) processVersion(String processVersion) voidsetDescription(String description) voidvoidsetProcessId(String processId) voidsetProcessName(String processName) voidsetProcessVersion(String processVersion) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_PROCESS_ID
- See Also:
-
JSON_PROPERTY_PROCESS_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_PROCESS_VERSION
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ProcessParameter
public ProcessParameter()
-
-
Method Details
-
processId
-
getProcessId
the identifier of the process definition- Returns:
- processId
-
setProcessId
-
processName
-
getProcessName
the name of the related process- Returns:
- processName
-
setProcessName
-
description
-
getDescription
the description of the parameter- Returns:
- description
-
setDescription
-
name
-
getName
the name of the parameter- Returns:
- name
-
setName
-
value
-
getValue
the value of the parameter- Returns:
- value
-
setValue
-
processVersion
-
getProcessVersion
the version of the process- Returns:
- processVersion
-
setProcessVersion
-
type
-
getType
the type of the parameter- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-