Class WebResourceAttachFileConverter.FileDownloadInfo

java.lang.Object
com.gsitm.ustra.java.mvc.data.file.WebResourceAttachFileConverter.FileDownloadInfo
Enclosing class:
WebResourceAttachFileConverter

public static class WebResourceAttachFileConverter.FileDownloadInfo extends Object
  • Constructor Details

    • FileDownloadInfo

      public FileDownloadInfo(String fileName, String contentType)
  • Method Details

    • getFileName

      public String getFileName()
    • getContentType

      public String getContentType()
    • setFileName

      public void setFileName(String fileName)
    • setContentType

      public void setContentType(String contentType)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object