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.8.0") public class ProcessParameter extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ProcessParameter

      public ProcessParameter()
  • Method Details

    • 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)
    • getName

      @Nullable public String getName()
      the name of the parameter
      Returns:
      name
    • setName

      public void setName(String name)
    • value

      public ProcessParameter value(String value)
    • getValue

      @Nullable public String getValue()
      the value of the parameter
      Returns:
      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)
    • getType

      @Nullable public String getType()
      the type of the parameter
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object