Class FileInfoDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.FileInfoDTO
FileInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmedia-type of the filerelative location of the file (excluding the base context and host of the Admin API)inthashCode()relativePath(String relativePath) voidsetMediaType(String mediaType) voidsetRelativePath(String relativePath) toString()
-
Field Details
-
SERIALIZED_NAME_RELATIVE_PATH
- See Also:
-
SERIALIZED_NAME_MEDIA_TYPE
- See Also:
-
-
Constructor Details
-
FileInfoDTO
public FileInfoDTO()
-
-
Method Details
-
relativePath
-
getRelativePath
relative location of the file (excluding the base context and host of the Admin API)- Returns:
- relativePath
-
setRelativePath
-
mediaType
-
getMediaType
media-type of the file- Returns:
- mediaType
-
setMediaType
-
equals
-
hashCode
public int hashCode() -
toString
-