Class FormatIdentifierResponse

java.lang.Object
fr.gouv.vitam.common.format.identification.model.FormatIdentifierResponse

public class FormatIdentifierResponse extends Object
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 response
      mimeType - the mime type of response
      puid - the puid that match format
      matchedNamespace - the base of format
  • Method Details

    • getFormatLiteral

      public String getFormatLiteral()
      Returns:
      the literal format
    • getMimetype

      public String getMimetype()
      Returns:
      the mime-type
    • getPuid

      public String getPuid()
      Returns:
      the puid
    • getMatchedNamespace

      public String getMatchedNamespace()
      Returns:
      the matched namespace