Package org.bonitasoft.web.client.model
Class Actor
- java.lang.Object
-
- org.bonitasoft.web.client.model.Actor
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Actor extends Object implements Serializable
Actor- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PROCESS_ID
-
Constructor Summary
Constructors Constructor Description Actor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Actordescription(String description)ActordisplayName(String displayName)booleanequals(Object o)StringgetDescription()a description of the actorStringgetDisplayName()the display name of the actorLonggetId()actor idStringgetName()name of the actor (as specified on human tasks and for the initiator of the process)LonggetProcessId()process definition idinthashCode()Actorid(Long id)Actorname(String name)ActorprocessId(Long processId)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetId(Long id)voidsetName(String name)voidsetProcessId(Long processId)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROCESS_ID
public static final String JSON_PROPERTY_PROCESS_ID
- 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_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(Long id)
-
setProcessId
public void setProcessId(Long processId)
-
getDescription
@Nullable public String getDescription()
a description of the actor- Returns:
- description
-
setDescription
public void setDescription(String description)
-
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(String name)
-
getDisplayName
@Nullable public String getDisplayName()
the display name of the actor- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
-