public class CleanableHistoricCaseInstanceReportResultEntity extends Object implements CleanableHistoricCaseInstanceReportResult
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseDefinitionId |
protected String |
caseDefinitionKey |
protected String |
caseDefinitionName |
protected int |
caseDefinitionVersion |
protected long |
cleanableCaseInstanceCount |
protected long |
finishedCaseInstanceCount |
protected Integer |
historyTimeToLive |
protected String |
tenantId |
| Constructor and Description |
|---|
CleanableHistoricCaseInstanceReportResultEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaseDefinitionId()
Returns the case definition id for the selected definition.
|
String |
getCaseDefinitionKey()
Returns the case definition key for the selected definition.
|
String |
getCaseDefinitionName()
Returns the case definition name for the selected definition.
|
int |
getCaseDefinitionVersion()
Returns the case definition version for the selected definition.
|
long |
getCleanableCaseInstanceCount()
Returns the amount of cleanable historic case instances.
|
long |
getFinishedCaseInstanceCount()
Returns the amount of finished historic case instances.
|
Integer |
getHistoryTimeToLive()
Returns the history time to live for the selected definition.
|
String |
getTenantId()
Returns the tenant id of the current case instances.
|
void |
setCaseDefinitionId(String caseDefinitionId) |
void |
setCaseDefinitionKey(String caseDefinitionKey) |
void |
setCaseDefinitionName(String caseDefinitionName) |
void |
setCaseDefinitionVersion(int caseDefinitionVersion) |
void |
setCleanableCaseInstanceCount(Long cleanableCaseInstanceCount) |
void |
setFinishedCaseInstanceCount(Long finishedCaseInstanceCount) |
void |
setHistoryTimeToLive(Integer historyTimeToLive) |
void |
setTenantId(String tenantId) |
String |
toString() |
protected String caseDefinitionId
protected String caseDefinitionKey
protected String caseDefinitionName
protected int caseDefinitionVersion
protected Integer historyTimeToLive
protected long finishedCaseInstanceCount
protected long cleanableCaseInstanceCount
protected String tenantId
public CleanableHistoricCaseInstanceReportResultEntity()
public String getCaseDefinitionId()
CleanableHistoricCaseInstanceReportResultgetCaseDefinitionId in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionId(String caseDefinitionId)
public String getCaseDefinitionKey()
CleanableHistoricCaseInstanceReportResultgetCaseDefinitionKey in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionKey(String caseDefinitionKey)
public String getCaseDefinitionName()
CleanableHistoricCaseInstanceReportResultgetCaseDefinitionName in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionName(String caseDefinitionName)
public int getCaseDefinitionVersion()
CleanableHistoricCaseInstanceReportResultgetCaseDefinitionVersion in interface CleanableHistoricCaseInstanceReportResultpublic void setCaseDefinitionVersion(int caseDefinitionVersion)
public Integer getHistoryTimeToLive()
CleanableHistoricCaseInstanceReportResultgetHistoryTimeToLive in interface CleanableHistoricCaseInstanceReportResultpublic void setHistoryTimeToLive(Integer historyTimeToLive)
public long getFinishedCaseInstanceCount()
CleanableHistoricCaseInstanceReportResultgetFinishedCaseInstanceCount in interface CleanableHistoricCaseInstanceReportResultpublic void setFinishedCaseInstanceCount(Long finishedCaseInstanceCount)
public long getCleanableCaseInstanceCount()
CleanableHistoricCaseInstanceReportResultgetCleanableCaseInstanceCount in interface CleanableHistoricCaseInstanceReportResultpublic void setCleanableCaseInstanceCount(Long cleanableCaseInstanceCount)
public String getTenantId()
CleanableHistoricCaseInstanceReportResultgetTenantId in interface CleanableHistoricCaseInstanceReportResultpublic void setTenantId(String tenantId)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.