java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.FileInfoDTO

public class FileInfoDTO extends Object
FileInfoDTO
  • Field Details

  • Constructor Details

    • FileInfoDTO

      public FileInfoDTO()
  • Method Details

    • relativePath

      public FileInfoDTO relativePath(String relativePath)
    • 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)
    • mediaType

      public FileInfoDTO mediaType(String mediaType)
    • getMediaType

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

      public void setMediaType(String mediaType)
    • 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