Class BsCrawlingInfoParam

java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsCrawlingInfoParam
All Implemented Interfaces:
Serializable, Cloneable, org.dbflute.Entity
Direct Known Subclasses:
CrawlingInfoParam

public class BsCrawlingInfoParam extends EsAbstractEntity
${table.comment}
Author:
ESFlute (using FreeGen)
See Also:
  • Field Details

    • suppressUnusedImportLocalDateTime

      protected static final Class<?> suppressUnusedImportLocalDateTime
    • crawlingInfoId

      protected String crawlingInfoId
      crawlingInfoId
    • createdTime

      protected Long createdTime
      createdTime
    • key

      protected String key
      key
    • value

      protected String value
      value
  • Constructor Details

    • BsCrawlingInfoParam

      public BsCrawlingInfoParam()
  • Method Details