public class DefaultSyncResultImpl extends java.lang.Object implements SyncResult
SyncResult.Status
Constructor and Description |
---|
DefaultSyncResultImpl(@Nullable DefaultSyncedIdentity id,
@NotNull SyncResult.Status status) |
Modifier and Type | Method and Description |
---|---|
@Nullable DefaultSyncedIdentity |
getIdentity()
The synchronized identity
|
@NotNull SyncResult.Status |
getStatus()
The status of the sync operation
|
void |
setStatus(@NotNull SyncResult.Status status) |
public DefaultSyncResultImpl(@Nullable @Nullable DefaultSyncedIdentity id, @NotNull @NotNull SyncResult.Status status)
@Nullable public @Nullable DefaultSyncedIdentity getIdentity()
SyncResult
getIdentity
in interface SyncResult
@NotNull public @NotNull SyncResult.Status getStatus()
SyncResult
getStatus
in interface SyncResult
public void setStatus(@NotNull @NotNull SyncResult.Status status)
Copyright © 2010 - 2023 Adobe. All Rights Reserved