Class DataModifiedFilter.ScopeInfo

  • Enclosing class:
    DataModifiedFilter

    protected static class DataModifiedFilter.ScopeInfo
    extends java.lang.Object
    Holds information about a scope like when data was actually refreshed last time and possibly when it may be refreshed earliest next time
    • Constructor Summary

      Constructors 
      Constructor Description
      ScopeInfo​(java.lang.String scope, java.util.Date scopeLastModifiedMs, java.util.Date earliestNextModifiedMs, java.lang.Long expiresMinOffsetSec)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ScopeInfo

        public ScopeInfo​(java.lang.String scope,
                         java.util.Date scopeLastModifiedMs,
                         java.util.Date earliestNextModifiedMs,
                         java.lang.Long expiresMinOffsetSec)