Class DbQuery
- java.lang.Object
-
- org.apache.nutch.service.model.request.DbQuery
-
public class DbQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description DbQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getArgs()
String
getConfId()
String
getCrawlId()
String
getType()
void
setArgs(Map<String,String> args)
void
setConfId(String confId)
void
setCrawlId(String crawlId)
void
setType(String type)
-