public class ContainerSyncStatus
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ContainerSyncStatus.Status
Possible statuses. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
java.lang.Integer | 
errors
The number of successive synchronizations errors done so far (may be
 reset to zero). 
 | 
java.util.Date | 
lastSync
When the last synchronization has been done. 
 | 
java.lang.Long | 
nextSync
When the next synchronization should be done in milliseconds. 
 | 
ContainerSyncStatus.Status | 
syncStatus
The  
ContainerSyncStatus.Status of the synchronization. | 
java.util.Map<java.lang.String,java.lang.String> | 
syncTokens
Tokens needed for the synchronization. 
 | 
| Constructor and Description | 
|---|
ContainerSyncStatus()  | 
public java.util.Map<java.lang.String,java.lang.String> syncTokens
public java.lang.Long nextSync
public java.util.Date lastSync
public ContainerSyncStatus.Status syncStatus
ContainerSyncStatus.Status of the synchronization.public java.lang.Integer errors
Copyright © 2021. All Rights Reserved.