net.ripe.rpki.commons.validation
Class ValidationMetric

java.lang.Object
  extended by net.ripe.rpki.commons.util.EqualsSupport
      extended by net.ripe.rpki.commons.validation.ValidationMetric
All Implemented Interfaces:
Serializable

public class ValidationMetric
extends EqualsSupport
implements Serializable

Captures interesting statistics related to validation.

See Also:
Serialized Form

Constructor Summary
ValidationMetric(String name, String value, long measuredAt)
           
 
Method Summary
 long getMeasuredAt()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class net.ripe.rpki.commons.util.EqualsSupport
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationMetric

public ValidationMetric(String name,
                        String value,
                        long measuredAt)
Method Detail

getName

public String getName()

getValue

public String getValue()

getMeasuredAt

public long getMeasuredAt()


Copyright © 2008-2014 RIPE NCC, the Netherlands. All Rights Reserved.