com.endeca.itl.cas.api
Class CrawlMetrics
java.lang.Object
  
com.endeca.itl.cas.api.CrawlMetrics
public class CrawlMetrics
- extends Object
 
Stores the list of metrics that correspond to a particular crawl.
 Contains an ID for the crawl, and a list of Metric objects.
 
 
 
CrawlMetrics
public CrawlMetrics()
CrawlMetrics
public CrawlMetrics(CrawlId crawlId,
                    List<Metric> metrics)
getCrawlId
public CrawlId getCrawlId()
 
setCrawlId
public void setCrawlId(CrawlId value)
 
getMetricList
public List<Metric> getMetricList()
- Gets the list of metrics for the given crawl.
 
 
setMetricList
public void setMetricList(List<Metric> value)
- Sets the list of metrics for the given crawl
- Parameters:
 value - 
 
 
equals
public boolean equals(Object other)
- Overrides:
 equals in class Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.