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 Details

  • Constructor Details

    • ProcessParameter

      public ProcessParameter()
  • Method Details

    • processId

      public ProcessParameter processId(@Nullable String processId)
    • getProcessId

      @Nullable public String getProcessId()
      the identifier of the process definition
      Returns:
      processId
    • setProcessId

      public void setProcessId(@Nullable String processId)
    • processName

      public ProcessParameter processName(@Nullable String processName)
    • getProcessName

      @Nullable public String getProcessName()
      the name of the related process
      Returns:
      processName
    • setProcessName

      public void setProcessName(@Nullable String processName)
    • description

      public ProcessParameter description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      the description of the parameter
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • name

      public ProcessParameter name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • value

      public ProcessParameter value(@Nullable String value)
    • getValue

      @Nullable public String getValue()
      the value of the parameter
      Returns:
      value
    • setValue

      public void setValue(@Nullable String value)
    • processVersion

      public ProcessParameter processVersion(@Nullable String processVersion)
    • getProcessVersion

      @Nullable public String getProcessVersion()
      the version of the process
      Returns:
      processVersion
    • setProcessVersion

      public void setProcessVersion(@Nullable String processVersion)
    • type

      public ProcessParameter type(@Nullable String type)
    • getType

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

      public void setType(@Nullable 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