com.endeca.itl.cas.api
Class MetricCrawlStopCause
java.lang.Object
  
com.endeca.itl.cas.api.Metric
      
com.endeca.itl.cas.api.MetricCrawlStopCause
public class MetricCrawlStopCause
- extends Metric
 
A metricCrawlStopCause extends the abstract Metric class by adding a
 CrawlStopCause enumeration value.
 
 
 
 
MetricCrawlStopCause
public MetricCrawlStopCause()
MetricCrawlStopCause
public MetricCrawlStopCause(MetricId metricId,
                            CrawlStopCause crawlStopCause)
getValue
public CrawlStopCause getValue()
 
setValue
public void setValue(CrawlStopCause value)
 
equals
public boolean equals(Object other)
- Overrides:
 equals in class Metric
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Metric
 
 
toValueString
public String toValueString()
- Specified by:
 toValueString in class Metric
 
 
Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.