-
@JsonClass(generateAdapter = true) public final class ProcessDefinitionEntry
-
-
Method Summary
Modifier and Type Method Description final StringgetId()final UnitsetId(@Json(name = id) String id)final StringgetName()final UnitsetName(@Json(name = name) String name)final StringgetDescription()final UnitsetDescription(@Json(name = description) String description)final StringgetKey()final UnitsetKey(@Json(name = key) String key)final StringgetCategory()final UnitsetCategory(@Json(name = category) String category)final IntegergetVersion()final UnitsetVersion(@Json(name = version) Integer version)final StringgetDeploymentId()final UnitsetDeploymentId(@Json(name = deploymentId) String deploymentId)final StringgetTenantId()final UnitsetTenantId(@Json(name = tenantId) String tenantId)final BooleangetHasStartForm()final UnitsetHasStartForm(@Json(name = hasStartForm) Boolean hasStartForm)-
-
Method Detail
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(@Json(name = description) String description)
-
getCategory
final String getCategory()
-
setCategory
final Unit setCategory(@Json(name = category) String category)
-
getVersion
final Integer getVersion()
-
setVersion
final Unit setVersion(@Json(name = version) Integer version)
-
getDeploymentId
final String getDeploymentId()
-
setDeploymentId
final Unit setDeploymentId(@Json(name = deploymentId) String deploymentId)
-
getTenantId
final String getTenantId()
-
setTenantId
final Unit setTenantId(@Json(name = tenantId) String tenantId)
-
getHasStartForm
final Boolean getHasStartForm()
-
setHasStartForm
final Unit setHasStartForm(@Json(name = hasStartForm) Boolean hasStartForm)
-
-
-
-