Class CacheSnapshot

java.lang.Object
com.vmware.vipclient.i18n.base.cache.persist.CacheSnapshot
All Implemented Interfaces:
Serializable

public class CacheSnapshot extends Object implements Serializable
See Also:
  • Constructor Details

    • CacheSnapshot

      public CacheSnapshot()
  • Method Details

    • getProductName

      public String getProductName()
    • setProductName

      public void setProductName(String productName)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getVipServer

      public String getVipServer()
    • setVipServer

      public void setVipServer(String vipServer)
    • getCacheMode

      public CacheMode getCacheMode()
    • setCacheMode

      public void setCacheMode(CacheMode cacheMode)
    • getDropId

      public String getDropId()
    • setDropId

      public void setDropId(String dropId)
    • getExpiredTime

      public long getExpiredTime()
    • setExpiredTime

      public void setExpiredTime(long expiredTime)
    • getLastClean

      public long getLastClean()
    • setLastClean

      public void setLastClean(long lastClean)
    • getCacheRootPath

      public String getCacheRootPath()
    • setCacheRootPath

      public void setCacheRootPath(String cacheRootPath)
    • getComponents

      public Set<String> getComponents()
    • setComponents

      public void setComponents(Set<String> components)
    • getLocales

      public Set<String> getLocales()
    • setLocales

      public void setLocales(Set<String> locales)