public class CharacterWalletJournalResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterWalletJournalResponse.ContextIdTypeEnum
The type of the given context_id if present
|
static class |
CharacterWalletJournalResponse.RefTypeEnum
\"The transaction type for the given. transaction.
|
| Constructor and Description |
|---|
CharacterWalletJournalResponse() |
public CharacterWalletJournalResponse amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public CharacterWalletJournalResponse balance(Double balance)
public Double getBalance()
public void setBalance(Double balance)
public CharacterWalletJournalResponse contextId(Long contextId)
public Long getContextId()
public void setContextId(Long contextId)
public CharacterWalletJournalResponse contextIdType(CharacterWalletJournalResponse.ContextIdTypeEnum contextIdType)
public CharacterWalletJournalResponse.ContextIdTypeEnum getContextIdType()
public void setContextIdType(CharacterWalletJournalResponse.ContextIdTypeEnum contextIdType)
public CharacterWalletJournalResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CharacterWalletJournalResponse description(String description)
public String getDescription()
public void setDescription(String description)
public CharacterWalletJournalResponse firstPartyId(Integer firstPartyId)
public Integer getFirstPartyId()
public void setFirstPartyId(Integer firstPartyId)
public CharacterWalletJournalResponse id(Long id)
public Long getId()
public void setId(Long id)
public CharacterWalletJournalResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public CharacterWalletJournalResponse refType(CharacterWalletJournalResponse.RefTypeEnum refType)
public CharacterWalletJournalResponse.RefTypeEnum getRefType()
public void setRefType(CharacterWalletJournalResponse.RefTypeEnum refType)
public CharacterWalletJournalResponse secondPartyId(Integer secondPartyId)
public Integer getSecondPartyId()
public void setSecondPartyId(Integer secondPartyId)
public CharacterWalletJournalResponse tax(Double tax)
public Double getTax()
public void setTax(Double tax)
public CharacterWalletJournalResponse taxReceiverId(Integer taxReceiverId)
public Integer getTaxReceiverId()
public void setTaxReceiverId(Integer taxReceiverId)
Copyright © 2019. All Rights Reserved.