@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class EntityDocument extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NUMBER |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
EntityDocument() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getNumber()
The numeric or alphanumeric identifier associated with this document.
|
EntityDocumentType |
getType()
Get type
|
int |
hashCode() |
EntityDocument |
number(String number) |
void |
setNumber(String number) |
void |
setType(EntityDocumentType type) |
String |
toString() |
EntityDocument |
type(EntityDocumentType type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_NUMBER
public EntityDocument type(EntityDocumentType type)
public EntityDocumentType getType()
public void setType(EntityDocumentType type)
public EntityDocument number(String number)
public String getNumber()
public void setNumber(String number)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.