Class LookUpRequest
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.stream.LookUpRequest
-
public class LookUpRequest extends Object
Represents a Look Up for a document: contains the URI of the document and a Accept header field.- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description LookUpRequest(String filenameOrURI)LookUpRequest(String filenameOrURI, String accept)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAccept()StringgetFilenameOrURI()StringgetSubType()StringgetType()inthashCode()StringtoString()
-