public class CharacterWalletTransactionsResponse extends Object implements Serializable
| Constructor and Description |
|---|
CharacterWalletTransactionsResponse() |
public CharacterWalletTransactionsResponse clientId(Integer clientId)
public Integer getClientId()
public void setClientId(Integer clientId)
public CharacterWalletTransactionsResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
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)
public CharacterWalletTransactionsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CharacterWalletTransactionsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterWalletTransactionsResponse transactionId(Long transactionId)
public Long getTransactionId()
public void setTransactionId(Long transactionId)
public CharacterWalletTransactionsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CharacterWalletTransactionsResponse unitPrice(Float unitPrice)
public Float getUnitPrice()
public void setUnitPrice(Float unitPrice)
Copyright © 2017. All Rights Reserved.