@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-30T09:09:50.123536Z[Etc/UTC]",
comments="Generator version: 7.9.0")
public class CreateReceivedDocumentRequest
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_DATA |
static java.lang.String |
SERIALIZED_NAME_PENDING_ID |
| Constructor and Description |
|---|
CreateReceivedDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateReceivedDocumentRequest |
data(ReceivedDocument data) |
boolean |
equals(java.lang.Object o) |
ReceivedDocument |
getData()
Get data
|
java.lang.Integer |
getPendingId()
Pending received document id of the document from which the new document is created.
|
int |
hashCode() |
CreateReceivedDocumentRequest |
pendingId(java.lang.Integer pendingId) |
void |
setData(ReceivedDocument data) |
void |
setPendingId(java.lang.Integer pendingId) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_PENDING_ID
public static final java.lang.String SERIALIZED_NAME_DATA
public CreateReceivedDocumentRequest pendingId(java.lang.Integer pendingId)
@Nullable public java.lang.Integer getPendingId()
public void setPendingId(java.lang.Integer pendingId)
public CreateReceivedDocumentRequest data(ReceivedDocument data)
@Nullable public ReceivedDocument getData()
public void setData(ReceivedDocument data)
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