Package br.com.moip.resource
Class Entry
java.lang.Object
br.com.moip.resource.Entry
public class Entry
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEntry.Referencesstatic classEntry.Status -
Constructor Summary
Constructors Constructor Description Entry() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAccountMoipAccount()booleangetBlocked()java.lang.StringgetCreatedAt()java.lang.StringgetDescription()java.lang.StringgetEventId()java.lang.StringgetExternalId()java.util.List<Fees>getFees()intgetGrossAmount()intgetId()InstallmentgetInstallment()intgetLiquidAmount()MoipAccountgetMoipAccount()intgetMoipAccountId()java.util.List<Entry.References>getReferences()java.util.List<br.com.moip.resource.Entry.Reschedule>getReschedule()java.lang.StringgetScheduledFor()java.lang.StringgetSettledAt()Entry.StatusgetStatus()java.lang.StringgetType()java.lang.StringgetUpdatedAt()java.lang.StringtoString()
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getExternalId
public java.lang.String getExternalId() -
getReschedule
public java.util.List<br.com.moip.resource.Entry.Reschedule> getReschedule() -
getScheduledFor
public java.lang.String getScheduledFor() -
getStatus
-
getMoipAccount
-
getAccountMoipAccount
public java.lang.String getAccountMoipAccount() -
getFees
-
getType
public java.lang.String getType() -
getGrossAmount
public int getGrossAmount() -
getMoipAccountId
public int getMoipAccountId() -
getUpdatedAt
public java.lang.String getUpdatedAt() -
getId
public int getId() -
getInstallment
-
getReferences
-
getEventId
public java.lang.String getEventId() -
getCreatedAt
public java.lang.String getCreatedAt() -
getDescription
public java.lang.String getDescription() -
getBlocked
public boolean getBlocked() -
getSettledAt
public java.lang.String getSettledAt() -
getLiquidAmount
public int getLiquidAmount() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-