public class CharacterWalletTransactionsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_IS_BUY |
static String |
SERIALIZED_NAME_IS_PERSONAL |
static String |
SERIALIZED_NAME_JOURNAL_REF_ID |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_TRANSACTION_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_UNIT_PRICE |
| Constructor and Description |
|---|
CharacterWalletTransactionsResponse() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_IS_BUY
public static final String SERIALIZED_NAME_IS_PERSONAL
public static final String SERIALIZED_NAME_JOURNAL_REF_ID
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_TRANSACTION_ID
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_UNIT_PRICE
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(Double unitPrice)
public Double getUnitPrice()
public void setUnitPrice(Double unitPrice)
Copyright © 2020. All Rights Reserved.