Package com.incode.welcome_sdk.data
Class FaceLoginAttemptSyncResult
-
- All Implemented Interfaces:
public final class FaceLoginAttemptSyncResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
successfulSyncCount
private final Integer
pendingSyncCount
private final Integer
syncedWithErrorCount
-
Constructor Summary
Constructors Constructor Description FaceLoginAttemptSyncResult(Integer successfulSyncCount, Integer pendingSyncCount, Integer syncedWithErrorCount)
-
Method Summary
Modifier and Type Method Description final Integer
getSuccessfulSyncCount()
final Integer
getPendingSyncCount()
final Integer
getSyncedWithErrorCount()
-
-
Method Detail
-
getSuccessfulSyncCount
final Integer getSuccessfulSyncCount()
-
getPendingSyncCount
final Integer getPendingSyncCount()
-
getSyncedWithErrorCount
final Integer getSyncedWithErrorCount()
-
-
-
-