Package org.bonitasoft.web.client.model
Class ProcessParameter
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessParameter
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessParameter extends Object implements Serializable
ProcessParameter- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PROCESS_IDstatic StringJSON_PROPERTY_PROCESS_NAMEstatic StringJSON_PROPERTY_PROCESS_VERSIONstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ProcessParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessParameterdescription(String description)booleanequals(Object o)StringgetDescription()the description of the parameterStringgetName()the name of the parameterStringgetProcessId()the identifier of the process definitionStringgetProcessName()the name of the related processStringgetProcessVersion()the version of the processStringgetType()the type of the parameterStringgetValue()the value of the parameterinthashCode()ProcessParametername(String name)ProcessParameterprocessId(String processId)ProcessParameterprocessName(String processName)ProcessParameterprocessVersion(String processVersion)voidsetDescription(String description)voidsetName(String name)voidsetProcessId(String processId)voidsetProcessName(String processName)voidsetProcessVersion(String processVersion)voidsetType(String type)voidsetValue(String value)StringtoString()ProcessParametertype(String type)ProcessParametervalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_PROCESS_ID
public static final String JSON_PROPERTY_PROCESS_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROCESS_NAME
public static final String JSON_PROPERTY_PROCESS_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROCESS_VERSION
public static final String JSON_PROPERTY_PROCESS_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
processId
public ProcessParameter processId(String processId)
-
getProcessId
@Nullable public String getProcessId()
the identifier of the process definition- Returns:
- processId
-
setProcessId
public void setProcessId(String processId)
-
processName
public ProcessParameter processName(String processName)
-
getProcessName
@Nullable public String getProcessName()
the name of the related process- Returns:
- processName
-
setProcessName
public void setProcessName(String processName)
-
description
public ProcessParameter description(String description)
-
getDescription
@Nullable public String getDescription()
the description of the parameter- Returns:
- description
-
setDescription
public void setDescription(String description)
-
name
public ProcessParameter name(String name)
-
setName
public void setName(String name)
-
value
public ProcessParameter value(String value)
-
setValue
public void setValue(String value)
-
processVersion
public ProcessParameter processVersion(String processVersion)
-
getProcessVersion
@Nullable public String getProcessVersion()
the version of the process- Returns:
- processVersion
-
setProcessVersion
public void setProcessVersion(String processVersion)
-
type
public ProcessParameter type(String type)
-
setType
public void setType(String type)
-
-