Class SyncTaskExecutionInfo


  • public class SyncTaskExecutionInfo
    extends java.lang.Object
    Pojo which holds scheduled sync task and sync cron job code which runs the sync.
    • Constructor Detail

      • SyncTaskExecutionInfo

        public SyncTaskExecutionInfo​(SyncTask syncTask,
                                     java.lang.String syncCronJobCode)
    • Method Detail

      • getSyncTask

        public SyncTask getSyncTask()
      • getSyncCronJobCode

        public java.lang.String getSyncCronJobCode()