public class FormatIdentifierResponse extends Object
Constructor and Description |
---|
FormatIdentifierResponse(String formatLiteral,
String mimeType,
String puid,
String matchedNamespace)
Create a new FormatIdentifierResponse with mandatory parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormatLiteral() |
String |
getMatchedNamespace() |
String |
getMimetype() |
String |
getPuid() |
public FormatIdentifierResponse(String formatLiteral, String mimeType, String puid, String matchedNamespace)
formatLiteral
- the literal version of the matched format responsemimeType
- the mime type of responsepuid
- the puid that match formatmatchedNamespace
- the base of formatCopyright © 2018 Vitam. All rights reserved.