Class FileInfoDTO


  • public class FileInfoDTO
    extends Object
    FileInfoDTO
    • Constructor Detail

      • FileInfoDTO

        public FileInfoDTO()
    • Method Detail

      • getRelativePath

        @Nullable
        public String getRelativePath()
        relative location of the file (excluding the base context and host of the Admin API)
        Returns:
        relativePath
      • setRelativePath

        public void setRelativePath​(String relativePath)
      • getMediaType

        @Nullable
        public String getMediaType()
        media-type of the file
        Returns:
        mediaType
      • setMediaType

        public void setMediaType​(String mediaType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object