Class FormatIdentifierResponse
- java.lang.Object
-
- fr.gouv.vitam.common.format.identification.model.FormatIdentifierResponse
-
public class FormatIdentifierResponse extends java.lang.Object
FormatIdentifierResponse the object containing information returned by the identifier
-
-
Constructor Summary
Constructors Constructor Description FormatIdentifierResponse(java.lang.String formatLiteral, java.lang.String mimeType, java.lang.String puid, java.lang.String matchedNamespace)
Create a new FormatIdentifierResponse with mandatory parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormatLiteral()
java.lang.String
getMatchedNamespace()
java.lang.String
getMimetype()
java.lang.String
getPuid()
-
-
-
Constructor Detail
-
FormatIdentifierResponse
public FormatIdentifierResponse(java.lang.String formatLiteral, java.lang.String mimeType, java.lang.String puid, java.lang.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 Detail
-
getFormatLiteral
public java.lang.String getFormatLiteral()
- Returns:
- the literal format
-
getMimetype
public java.lang.String getMimetype()
- Returns:
- the mime-type
-
getPuid
public java.lang.String getPuid()
- Returns:
- the puid
-
getMatchedNamespace
public java.lang.String getMatchedNamespace()
- Returns:
- the matched namespace
-
-