public final class CardholderAccountInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardholderAccountInfo.CardholderAccountInfoBuilder |
| Constructor and Description |
|---|
CardholderAccountInfo() |
CardholderAccountInfo(java.lang.Long purchaseCount,
java.lang.String accountAge,
java.lang.Long addCardAttempts,
java.lang.String shippingAddressAge,
java.lang.Boolean accountNameMatchesShippingName,
java.lang.Boolean suspiciousAccountActivity,
java.lang.Long transactionsToday,
AuthenticationMethod authenticationMethod) |
| Modifier and Type | Method and Description |
|---|---|
static CardholderAccountInfo.CardholderAccountInfoBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccountAge() |
java.lang.Boolean |
getAccountNameMatchesShippingName() |
java.lang.Long |
getAddCardAttempts() |
AuthenticationMethod |
getAuthenticationMethod() |
java.lang.Long |
getPurchaseCount() |
java.lang.String |
getShippingAddressAge() |
java.lang.Boolean |
getSuspiciousAccountActivity() |
java.lang.Long |
getTransactionsToday() |
int |
hashCode() |
void |
setAccountAge(java.lang.String accountAge) |
void |
setAccountNameMatchesShippingName(java.lang.Boolean accountNameMatchesShippingName) |
void |
setAddCardAttempts(java.lang.Long addCardAttempts) |
void |
setAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
setPurchaseCount(java.lang.Long purchaseCount) |
void |
setShippingAddressAge(java.lang.String shippingAddressAge) |
void |
setSuspiciousAccountActivity(java.lang.Boolean suspiciousAccountActivity) |
void |
setTransactionsToday(java.lang.Long transactionsToday) |
java.lang.String |
toString() |
public CardholderAccountInfo(java.lang.Long purchaseCount,
java.lang.String accountAge,
java.lang.Long addCardAttempts,
java.lang.String shippingAddressAge,
java.lang.Boolean accountNameMatchesShippingName,
java.lang.Boolean suspiciousAccountActivity,
java.lang.Long transactionsToday,
AuthenticationMethod authenticationMethod)
public CardholderAccountInfo()
public static CardholderAccountInfo.CardholderAccountInfoBuilder builder()
public java.lang.Long getPurchaseCount()
public java.lang.String getAccountAge()
public java.lang.Long getAddCardAttempts()
public java.lang.String getShippingAddressAge()
public java.lang.Boolean getAccountNameMatchesShippingName()
public java.lang.Boolean getSuspiciousAccountActivity()
public java.lang.Long getTransactionsToday()
public AuthenticationMethod getAuthenticationMethod()
public void setPurchaseCount(java.lang.Long purchaseCount)
public void setAccountAge(java.lang.String accountAge)
public void setAddCardAttempts(java.lang.Long addCardAttempts)
public void setShippingAddressAge(java.lang.String shippingAddressAge)
public void setAccountNameMatchesShippingName(java.lang.Boolean accountNameMatchesShippingName)
public void setSuspiciousAccountActivity(java.lang.Boolean suspiciousAccountActivity)
public void setTransactionsToday(java.lang.Long transactionsToday)
public void setAuthenticationMethod(AuthenticationMethod authenticationMethod)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object