Class CatalogSyncMetadata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.CatalogSyncMetadata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CatalogSyncMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModelCatalog synchronization metadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLastSyncAt()Gets the lastSyncAt.java.lang.StringgetSyncDescription()Gets the syncDescription.java.util.List<java.lang.String>getSyncException()Gets the syncException.java.lang.StringgetSyncStatus()Gets the syncStatus.
-
-
-
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
-
-