public class Entry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Entry.References |
static class |
Entry.Status |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountMoipAccount() |
boolean |
getBlocked() |
java.lang.String |
getCreatedAt() |
java.lang.String |
getDescription() |
java.lang.String |
getEventId() |
java.lang.String |
getExternalId() |
java.util.List<Fees> |
getFees() |
int |
getGrossAmount() |
int |
getId() |
Installment |
getInstallment() |
int |
getLiquidAmount() |
MoipAccount |
getMoipAccount() |
int |
getMoipAccountId() |
java.util.List<Entry.References> |
getReferences() |
java.util.List<br.com.moip.resource.Entry.Reschedule> |
getReschedule() |
java.lang.String |
getScheduledFor() |
java.lang.String |
getSettledAt() |
Entry.Status |
getStatus() |
java.lang.String |
getType() |
java.lang.String |
getUpdatedAt() |
java.lang.String |
toString() |
public java.lang.String getExternalId()
public java.util.List<br.com.moip.resource.Entry.Reschedule> getReschedule()
public java.lang.String getScheduledFor()
public Entry.Status getStatus()
public MoipAccount getMoipAccount()
public java.lang.String getAccountMoipAccount()
public java.util.List<Fees> getFees()
public java.lang.String getType()
public int getGrossAmount()
public int getMoipAccountId()
public java.lang.String getUpdatedAt()
public int getId()
public Installment getInstallment()
public java.util.List<Entry.References> getReferences()
public java.lang.String getEventId()
public java.lang.String getCreatedAt()
public java.lang.String getDescription()
public boolean getBlocked()
public java.lang.String getSettledAt()
public int getLiquidAmount()
public java.lang.String toString()
toString in class java.lang.Object