Class CmsSitemapMergeInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsSitemapMergeInfo
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    This class represents the result of a 'merge sub-sitemap' operation.

    Since:
    8.0.0
    • Constructor Detail

      • CmsSitemapMergeInfo

        public CmsSitemapMergeInfo​(CmsClientSitemapEntry mergedEntry,
                                   long timestamp)
        Constructor.

        Parameters:
        mergedEntry - the entries which have been merged into the parent sitemap
        timestamp - the modification time of the parent sitemap
    • Method Detail

      • getTimestamp

        public long getTimestamp()
        The timestamp of the last modification of the parent sitemap.

        Returns:
        the timestamp of the last modification of the parent sitemap