public class CardholderDocument
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardholderDocument.CardholderDocumentBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CardholderDocument.CardholderDocumentBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBackDocumentId() |
java.lang.String |
getFrontDocumentId() |
DocumentType |
getType() |
int |
hashCode() |
void |
setBackDocumentId(java.lang.String backDocumentId) |
void |
setFrontDocumentId(java.lang.String frontDocumentId) |
void |
setType(DocumentType type) |
java.lang.String |
toString() |
public static CardholderDocument.CardholderDocumentBuilder builder()
public DocumentType getType()
public java.lang.String getFrontDocumentId()
public java.lang.String getBackDocumentId()
public void setType(DocumentType type)
public void setFrontDocumentId(java.lang.String frontDocumentId)
public void setBackDocumentId(java.lang.String backDocumentId)
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