Package org.bonitasoft.web.client.model
Class ArchivedActivityVariable
- java.lang.Object
-
- org.bonitasoft.web.client.model.ArchivedActivityVariable
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedActivityVariable extends Object implements Serializable
This resource enables you to retrieve the value of a specific archived variable name for a specific case (or process instance). Only persistent variables are concerned by this resource, not transient variables.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ARCHIVED_DATEstatic StringJSON_PROPERTY_CONTAINER_IDstatic StringJSON_PROPERTY_CONTAINER_TYPEstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SOURCED_OBJECT_IDstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ArchivedActivityVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedActivityVariablearchivedDate(String archivedDate)ArchivedActivityVariablecontainerId(String containerId)ArchivedActivityVariablecontainerType(String containerType)ArchivedActivityVariabledescription(String description)booleanequals(Object o)StringgetArchivedDate()The date when this variable was archived.StringgetContainerId()The ID of the activity containing this variable (same as the one passed as parameter)StringgetContainerType()ACTIVITY_INSTANCEStringgetDescription()The description of the variable if anyStringgetName()The name of the archived activity variableStringgetSourcedObjectId()The id of the activity variable before it was archivedStringgetType()The fully qualified class name of the variable typeStringgetValue()the value of this variable.inthashCode()ArchivedActivityVariablename(String name)voidsetArchivedDate(String archivedDate)voidsetContainerId(String containerId)voidsetContainerType(String containerType)voidsetDescription(String description)voidsetName(String name)voidsetSourcedObjectId(String sourcedObjectId)voidsetType(String type)voidsetValue(String value)ArchivedActivityVariablesourcedObjectId(String sourcedObjectId)StringtoString()ArchivedActivityVariabletype(String type)ArchivedActivityVariablevalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTAINER_ID
public static final String JSON_PROPERTY_CONTAINER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTAINER_TYPE
public static final String JSON_PROPERTY_CONTAINER_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ARCHIVED_DATE
public static final String JSON_PROPERTY_ARCHIVED_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCED_OBJECT_ID
public static final String JSON_PROPERTY_SOURCED_OBJECT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ArchivedActivityVariable name(String name)
-
setName
public void setName(String name)
-
description
public ArchivedActivityVariable description(String description)
-
getDescription
@Nullable public String getDescription()
The description of the variable if any- Returns:
- description
-
setDescription
public void setDescription(String description)
-
type
public ArchivedActivityVariable type(String type)
-
getType
@Nullable public String getType()
The fully qualified class name of the variable type- Returns:
- type
-
setType
public void setType(String type)
-
containerId
public ArchivedActivityVariable containerId(String containerId)
-
getContainerId
@Nullable public String getContainerId()
The ID of the activity containing this variable (same as the one passed as parameter)- Returns:
- containerId
-
setContainerId
public void setContainerId(String containerId)
-
containerType
public ArchivedActivityVariable containerType(String containerType)
-
getContainerType
@Nullable public String getContainerType()
ACTIVITY_INSTANCE- Returns:
- containerType
-
setContainerType
public void setContainerType(String containerType)
-
value
public ArchivedActivityVariable value(String value)
-
getValue
@Nullable public String getValue()
the value of this variable. The format of the value depends on the type of the variable- Returns:
- value
-
setValue
public void setValue(String value)
-
archivedDate
public ArchivedActivityVariable archivedDate(String archivedDate)
-
getArchivedDate
@Nullable public String getArchivedDate()
The date when this variable was archived. The date format is yyyy-MM-dd HH:mm:ss.SSS- Returns:
- archivedDate
-
setArchivedDate
public void setArchivedDate(String archivedDate)
-
sourcedObjectId
public ArchivedActivityVariable sourcedObjectId(String sourcedObjectId)
-
getSourcedObjectId
@Nullable public String getSourcedObjectId()
The id of the activity variable before it was archived- Returns:
- sourcedObjectId
-
setSourcedObjectId
public void setSourcedObjectId(String sourcedObjectId)
-
-