Class VerifyResult

java.lang.Object
com.securenative.models.VerifyResult

public class VerifyResult
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    VerifyResult()  
    VerifyResult​(RiskLevel riskLevel, float score, java.lang.String[] triggers)  
  • Method Summary

    Modifier and Type Method Description
    RiskLevel getRiskLevel()  
    float getScore()  
    java.lang.String[] getTriggers()  
    void setRiskLevel​(RiskLevel riskLevel)  
    void setScore​(float score)  
    void setTriggers​(java.lang.String[] triggers)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait