public class MerchantAuthenticationInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder |
| Constructor and Description |
|---|
MerchantAuthenticationInfo() |
MerchantAuthenticationInfo(java.lang.String threeDsReqAuthMethod,
java.time.Instant threeDsReqAuthTimestamp,
java.lang.String threeDsReqAuthData) |
| Modifier and Type | Method and Description |
|---|---|
static MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getThreeDsReqAuthData() |
java.lang.String |
getThreeDsReqAuthMethod() |
java.time.Instant |
getThreeDsReqAuthTimestamp() |
int |
hashCode() |
void |
setThreeDsReqAuthData(java.lang.String threeDsReqAuthData) |
void |
setThreeDsReqAuthMethod(java.lang.String threeDsReqAuthMethod) |
void |
setThreeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp) |
java.lang.String |
toString() |
public MerchantAuthenticationInfo(java.lang.String threeDsReqAuthMethod,
java.time.Instant threeDsReqAuthTimestamp,
java.lang.String threeDsReqAuthData)
public MerchantAuthenticationInfo()
public static MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder builder()
public java.lang.String getThreeDsReqAuthMethod()
public java.time.Instant getThreeDsReqAuthTimestamp()
public java.lang.String getThreeDsReqAuthData()
public void setThreeDsReqAuthMethod(java.lang.String threeDsReqAuthMethod)
public void setThreeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp)
public void setThreeDsReqAuthData(java.lang.String threeDsReqAuthData)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object