Class Actor

java.lang.Object
org.bonitasoft.web.client.model.Actor
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class Actor extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Actor

      public Actor()
  • Method Details

    • id

      public Actor id(@Nullable Long id)
    • getId

      @Nullable public Long getId()
      actor id
      Returns:
      id
    • setId

      public void setId(@Nullable Long id)
    • processId

      public Actor processId(@Nullable Long processId)
    • getProcessId

      @Nullable public Long getProcessId()
      process definition id
      Returns:
      processId
    • setProcessId

      public void setProcessId(@Nullable Long processId)
    • description

      public Actor description(@Nullable String description)
    • getDescription

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

      public void setDescription(@Nullable String description)
    • name

      public Actor name(@Nullable String name)
    • getName

      @Nullable public String getName()
      name of the actor (as specified on human tasks and for the initiator of the process)
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • displayName

      public Actor displayName(@Nullable String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      the display name of the actor
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(@Nullable String displayName)
    • 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