Class FormatIdentifierResponse
java.lang.Object
fr.gouv.vitam.common.format.identification.model.FormatIdentifierResponse
FormatIdentifierResponse the object containing information returned by the identifier
-
Constructor Details
-
FormatIdentifierResponse
public FormatIdentifierResponse(String formatLiteral, String mimeType, String puid, String matchedNamespace) Create a new FormatIdentifierResponse with mandatory parameters.- Parameters:
formatLiteral
- the literal version of the matched format responsemimeType
- the mime type of responsepuid
- the puid that match formatmatchedNamespace
- the base of format
-
-
Method Details
-
getFormatLiteral
- Returns:
- the literal format
-
getMimetype
- Returns:
- the mime-type
-
getPuid
- Returns:
- the puid
-
getMatchedNamespace
- Returns:
- the matched namespace
-