Constructor and Description |
---|
CrawlMetrics() |
CrawlMetrics(CrawlId crawlId,
List<Metric> metrics) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
CrawlId |
getCrawlId() |
List<Metric> |
getMetricList()
Gets the list of metrics for the given crawl.
|
int |
hashCode() |
void |
setCrawlId(CrawlId value) |
void |
setMetricList(List<Metric> value)
Sets the list of metrics for the given crawl
|
String |
toString() |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.