java.lang.Object
org.codelibs.fess.app.web.admin.dict.ListForm
org.codelibs.fess.app.web.api.admin.dict.ListBody

public class ListBody extends ListForm
The request body for listing dictionaries.
  • Field Details

    • id

      public String id
      The ID of the dictionary.
    • type

      public String type
      The type of the dictionary.
    • path

      public String path
      The path of the dictionary.
    • timestamp

      public Date timestamp
      The timestamp of the dictionary.
  • Constructor Details

    • ListBody

      public ListBody()
      Default constructor.