Class NexusSearchNGResponseParser.ParseResult
- java.lang.Object
-
- de.mnl.osgi.bnd.repository.maven.nexussearch.NexusSearchNGResponseParser.ParseResult
-
- Enclosing class:
- NexusSearchNGResponseParser
public class NexusSearchNGResponseParser.ParseResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
artifactsInResult
int
count
int
from
boolean
tooManyResults
int
totalCount
-
Constructor Summary
Constructors Constructor Description ParseResult()
-
-
-
Field Detail
-
totalCount
public int totalCount
-
from
public int from
-
count
public int count
-
tooManyResults
public boolean tooManyResults
-
artifactsInResult
public int artifactsInResult
-
-
Constructor Detail
-
ParseResult
public ParseResult()
-
-