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 IntegersuccessfulSyncCountprivate final IntegerpendingSyncCountprivate final IntegersyncedWithErrorCount
-
Constructor Summary
Constructors Constructor Description FaceLoginAttemptSyncResult(Integer successfulSyncCount, Integer pendingSyncCount, Integer syncedWithErrorCount)
-
Method Summary
Modifier and Type Method Description final IntegergetSuccessfulSyncCount()final IntegergetPendingSyncCount()final IntegergetSyncedWithErrorCount()-
-
Method Detail
-
getSuccessfulSyncCount
final Integer getSuccessfulSyncCount()
-
getPendingSyncCount
final Integer getPendingSyncCount()
-
getSyncedWithErrorCount
final Integer getSyncedWithErrorCount()
-
-
-
-