public class CharacterWalletTransactionsResponse extends Object implements Serializable
| Constructor and Description |
|---|
CharacterWalletTransactionsResponse() |
public CharacterWalletTransactionsResponse transactionId(Long transactionId)
public Long getTransactionId()
public void setTransactionId(Long transactionId)
public CharacterWalletTransactionsResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CharacterWalletTransactionsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CharacterWalletTransactionsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CharacterWalletTransactionsResponse unitPrice(Double unitPrice)
public Double getUnitPrice()
public void setUnitPrice(Double unitPrice)
public CharacterWalletTransactionsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterWalletTransactionsResponse clientId(Integer clientId)
public Integer getClientId()
public void setClientId(Integer clientId)
public CharacterWalletTransactionsResponse isBuy(Boolean isBuy)
public Boolean getIsBuy()
public void setIsBuy(Boolean isBuy)
public CharacterWalletTransactionsResponse isPersonal(Boolean isPersonal)
public Boolean getIsPersonal()
public void setIsPersonal(Boolean isPersonal)
public CharacterWalletTransactionsResponse journalRefId(Long journalRefId)
public Long getJournalRefId()
public void setJournalRefId(Long journalRefId)
Copyright © 2017. All Rights Reserved.