Package org.bonitasoft.web.client.model
Class DesignProcessDefinitionParamater
java.lang.Object
org.bonitasoft.web.client.model.DesignProcessDefinitionParamater
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class DesignProcessDefinitionParamater
extends Object
implements Serializable
DesignProcessDefinitionParamater
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanthe parameter descriptiongetName()the parameter namegetType()the parameter typeinthashCode()voidsetDescription(String description) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
DesignProcessDefinitionParamater
public DesignProcessDefinitionParamater()
-
-
Method Details
-
type
-
getType
the parameter type- Returns:
- type
-
setType
-
description
-
getDescription
the parameter description- Returns:
- description
-
setDescription
-
name
-
getName
the parameter name- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-