Package com.checkout.risk.precapture
Class AuthenticationResult
- java.lang.Object
-
- com.checkout.risk.precapture.AuthenticationResult
-
public final class AuthenticationResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthenticationResult.AuthenticationResultBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationResult.AuthenticationResultBuilderbuilder()booleanequals(java.lang.Object o)java.lang.BooleangetAttempted()java.lang.BooleangetChallenged()java.lang.BooleangetLiabilityShifted()java.lang.StringgetMethod()java.lang.BooleangetSucceeded()java.lang.StringgetVersion()inthashCode()voidsetAttempted(java.lang.Boolean attempted)voidsetChallenged(java.lang.Boolean challenged)voidsetLiabilityShifted(java.lang.Boolean liabilityShifted)voidsetMethod(java.lang.String method)voidsetSucceeded(java.lang.Boolean succeeded)voidsetVersion(java.lang.String version)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static AuthenticationResult.AuthenticationResultBuilder builder()
-
getAttempted
public java.lang.Boolean getAttempted()
-
getChallenged
public java.lang.Boolean getChallenged()
-
getSucceeded
public java.lang.Boolean getSucceeded()
-
getLiabilityShifted
public java.lang.Boolean getLiabilityShifted()
-
getMethod
public java.lang.String getMethod()
-
getVersion
public java.lang.String getVersion()
-
setAttempted
public void setAttempted(java.lang.Boolean attempted)
-
setChallenged
public void setChallenged(java.lang.Boolean challenged)
-
setSucceeded
public void setSucceeded(java.lang.Boolean succeeded)
-
setLiabilityShifted
public void setLiabilityShifted(java.lang.Boolean liabilityShifted)
-
setMethod
public void setMethod(java.lang.String method)
-
setVersion
public void setVersion(java.lang.String version)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-