public class SetExpiryCheckResponseDTO extends Object
Constructor and Description |
---|
SetExpiryCheckResponseDTO(int nonWorkflowLogsPotentiallyPruned,
List<WorkflowExecution> workflowsPotentiallyPruned,
int workflowLogsPotentiallyPruned)
Ctr
|
Modifier and Type | Method and Description |
---|---|
int |
getNonWorkflowLogsPotentiallyPruned()
Returns amount of logs that don't belong to any workflow that may be potentially deleted
|
int |
getWorkflowLogsPotentiallyPruned()
Returns amount of workflow logs that may be pruned
|
List<WorkflowExecution> |
getWorkflowsPotentiallyPruned()
Returns amount of workflow executions that may be deleted
|
public SetExpiryCheckResponseDTO(int nonWorkflowLogsPotentiallyPruned, List<WorkflowExecution> workflowsPotentiallyPruned, int workflowLogsPotentiallyPruned)
nonWorkflowLogsPotentiallyPruned
- Logs that don't belong to any workflow that may be potentially deletedworkflowsPotentiallyPruned
- Amount of workflow executions that may be potentially deletedworkflowLogsPotentiallyPruned
- Amount of workflow logs that may be potentially prunedpublic int getNonWorkflowLogsPotentiallyPruned()
public List<WorkflowExecution> getWorkflowsPotentiallyPruned()
public int getWorkflowLogsPotentiallyPruned()
Copyright © 2020. All rights reserved.