Class Attachment

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Attachment

public class Attachment extends MorpheusModel
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details

    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getFileSize

      public Long getFileSize()
    • setFileSize

      public void setFileSize(Long fileSize)