public static class SyncItemJob.CompletionInfo extends Object implements Serializable
| Constructor and Description |
|---|
CompletionInfo(String currentTask,
int percentage,
int total,
int completed,
int overallPercentage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompletedCount() |
String |
getCurrentTask() |
int |
getOverallPercentage() |
int |
getPercentage() |
int |
getTotalCount() |
public CompletionInfo(String currentTask, int percentage, int total, int completed, int overallPercentage)
public String getCurrentTask()
public final int getPercentage()
public final int getTotalCount()
public final int getCompletedCount()
public int getOverallPercentage()
Copyright © 2017 SAP SE. All Rights Reserved.