public class PaymentInitiationAdviceFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
fileGeneratedOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
processedOn |
protected PaymentInitiationAdviceFileState |
state |
| Constructor and Description |
|---|
PaymentInitiationAdviceFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
OffsetDateTime |
getFileGeneratedOn() |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
String |
getName() |
OffsetDateTime |
getProcessedOn() |
PaymentInitiationAdviceFileState |
getState() |
int |
hashCode() |
String |
toString() |
protected OffsetDateTime createdOn
protected OffsetDateTime fileGeneratedOn
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime processedOn
protected PaymentInitiationAdviceFileState state
public OffsetDateTime getCreatedOn()
public OffsetDateTime getFileGeneratedOn()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getProcessedOn()
public PaymentInitiationAdviceFileState getState()
Copyright © 2022. All rights reserved.