Class ScheduledJob<R>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String jid  
      private com.google.gson.reflect.TypeToken<R> type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduledJob()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJid()  
      com.google.gson.reflect.TypeToken<R> getType()  
      void setType​(com.google.gson.reflect.TypeToken<R> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jid

        private java.lang.String jid
      • type

        private com.google.gson.reflect.TypeToken<R> type
    • Constructor Detail

      • ScheduledJob

        public ScheduledJob()
    • Method Detail

      • getJid

        public java.lang.String getJid()
      • getType

        public com.google.gson.reflect.TypeToken<R> getType()
      • setType

        public void setType​(com.google.gson.reflect.TypeToken<R> type)