Klasse GatewayCacheConfig

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GatewayCacheConfig

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GatewayCacheConfig extends Object
GatewayCacheConfig
  • Konstruktordetails

    • GatewayCacheConfig

      public GatewayCacheConfig(Boolean autoScale, String cacheName, Integer cacheSizeInPercent, CacheableType cacheableType, Boolean collectStatistics, Integer recordCount)
    • GatewayCacheConfig

      public GatewayCacheConfig()
  • Methodendetails

    • getAutoScale

      public Boolean getAutoScale()
      Specifies whether to auto scale caching dynamically
    • getCacheName

      public String getCacheName()
    • getCacheSizeInPercent

      public Integer getCacheSizeInPercent()
      Specifies the caching size in percentage
    • getCacheableType

      public CacheableType getCacheableType()
    • getCollectStatistics

      public Boolean getCollectStatistics()
      Specifies whether to collect statistics for the caching
    • getRecordCount

      public Integer getRecordCount()
    • setAutoScale

      public void setAutoScale(Boolean autoScale)
      Specifies whether to auto scale caching dynamically
    • setCacheName

      public void setCacheName(String cacheName)
    • setCacheSizeInPercent

      public void setCacheSizeInPercent(Integer cacheSizeInPercent)
      Specifies the caching size in percentage
    • setCacheableType

      public void setCacheableType(CacheableType cacheableType)
    • setCollectStatistics

      public void setCollectStatistics(Boolean collectStatistics)
      Specifies whether to collect statistics for the caching
    • setRecordCount

      public void setRecordCount(Integer recordCount)
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object