Class CatalogSyncMetadata

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CatalogSyncMetadata
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Catalog synchronization metadata.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLastSyncAt()
      Gets the lastSyncAt.
      java.lang.String getSyncDescription()
      Gets the syncDescription.
      java.util.List<java.lang.String> getSyncException()
      Gets the syncException.
      java.lang.String getSyncStatus()
      Gets the syncStatus.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getLastSyncAt

        public java.lang.String getLastSyncAt()
        Gets the lastSyncAt. The time the catalog was last synced at, in epoch timestamp format. If no sync has happened, this property will be empty.
        Returns:
        the lastSyncAt
      • getSyncDescription

        public java.lang.String getSyncDescription()
        Gets the syncDescription. Catalog synchronization status message.
        Returns:
        the syncDescription
      • getSyncException

        public java.util.List<java.lang.String> getSyncException()
        Gets the syncException. Catalog synchronization error messages.
        Returns:
        the syncException
      • getSyncStatus

        public java.lang.String getSyncStatus()
        Gets the syncStatus. Catalog synchronization status.
        Returns:
        the syncStatus