@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class DocumentMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DOC_ID |
static String |
SERIALIZED_NAME_DOC_TYPE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
DocumentMetadata() |
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadata |
docId(String docId) |
DocumentMetadata |
docType(DocType docType) |
boolean |
equals(Object o) |
String |
getDocId()
An identifier of the document that is also present in the paystub response.
|
DocType |
getDocType()
Get docType
|
String |
getName()
The name of the document.
|
String |
getStatus()
The processing status of the document.
|
int |
hashCode() |
DocumentMetadata |
name(String name) |
void |
setDocId(String docId) |
void |
setDocType(DocType docType) |
void |
setName(String name) |
void |
setStatus(String status) |
DocumentMetadata |
status(String status) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_DOC_ID
public static final String SERIALIZED_NAME_DOC_TYPE
public DocumentMetadata name(String name)
public void setName(String name)
public DocumentMetadata status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public DocumentMetadata docId(String docId)
@Nullable public String getDocId()
public void setDocId(String docId)
public DocumentMetadata docType(DocType docType)
public void setDocType(DocType docType)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.