Class ContainerSyncStatus

java.lang.Object
net.bluemind.core.container.model.ContainerSyncStatus

public class ContainerSyncStatus extends Object
The up-to-date status of a container.
  • Field Details

    • syncTokens

      public Map<String,String> syncTokens
      Tokens needed for the synchronization.
    • nextSync

      public Long nextSync
      When the next synchronization should be done in milliseconds.
    • lastSync

      public Date lastSync
      When the last synchronization has been done.
    • syncStatus

      public ContainerSyncStatus.Status syncStatus
      The ContainerSyncStatus.Status of the synchronization.
    • syncStatusInfo

      public String syncStatusInfo
      Container specific status informations.
  • Constructor Details

    • ContainerSyncStatus

      public ContainerSyncStatus()