Class FileSectionNameBody

java.lang.Object
org.lockss.laaws.config.model.FileSectionNameBody

@Validated public class FileSectionNameBody extends Object
FileSectionNameBody
  • Constructor Details

    • FileSectionNameBody

      public FileSectionNameBody()
  • Method Details

    • configFile

      public FileSectionNameBody configFile(org.springframework.core.io.Resource configFile)
    • getConfigFile

      @NotNull @Valid public @NotNull @Valid org.springframework.core.io.Resource getConfigFile()
      The configuration file to be stored
      Returns:
      configFile
    • setConfigFile

      public void setConfigFile(org.springframework.core.io.Resource configFile)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object