Package net.troja.eve.esi.model
Class CorporationWalletTransactionsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationWalletTransactionsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationWalletTransactionsResponse extends Object implements Serializable
wallet transaction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CLIENT_IDstatic StringSERIALIZED_NAME_DATEstatic StringSERIALIZED_NAME_IS_BUYstatic StringSERIALIZED_NAME_JOURNAL_REF_IDstatic StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_QUANTITYstatic StringSERIALIZED_NAME_TRANSACTION_IDstatic StringSERIALIZED_NAME_TYPE_IDstatic StringSERIALIZED_NAME_UNIT_PRICE
-
Constructor Summary
Constructors Constructor Description CorporationWalletTransactionsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_CLIENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_BUY
public static final String SERIALIZED_NAME_IS_BUY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOURNAL_REF_ID
public static final String SERIALIZED_NAME_JOURNAL_REF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSACTION_ID
public static final String SERIALIZED_NAME_TRANSACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNIT_PRICE
public static final String SERIALIZED_NAME_UNIT_PRICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
clientId
public CorporationWalletTransactionsResponse clientId(Integer clientId)
-
getClientId
public Integer getClientId()
client_id integer- Returns:
- clientId
-
setClientId
public void setClientId(Integer clientId)
-
date
public CorporationWalletTransactionsResponse date(java.time.OffsetDateTime date)
-
getDate
public java.time.OffsetDateTime getDate()
Date and time of transaction- Returns:
- date
-
setDate
public void setDate(java.time.OffsetDateTime date)
-
isBuy
public CorporationWalletTransactionsResponse isBuy(Boolean isBuy)
-
getIsBuy
public Boolean getIsBuy()
is_buy boolean- Returns:
- isBuy
-
setIsBuy
public void setIsBuy(Boolean isBuy)
-
journalRefId
public CorporationWalletTransactionsResponse journalRefId(Long journalRefId)
-
getJournalRefId
public Long getJournalRefId()
-1 if there is no corresponding wallet journal entry- Returns:
- journalRefId
-
setJournalRefId
public void setJournalRefId(Long journalRefId)
-
locationId
public CorporationWalletTransactionsResponse locationId(Long locationId)
-
getLocationId
public Long getLocationId()
location_id integer- Returns:
- locationId
-
setLocationId
public void setLocationId(Long locationId)
-
quantity
public CorporationWalletTransactionsResponse quantity(Integer quantity)
-
getQuantity
public Integer getQuantity()
quantity integer- Returns:
- quantity
-
setQuantity
public void setQuantity(Integer quantity)
-
transactionId
public CorporationWalletTransactionsResponse transactionId(Long transactionId)
-
getTransactionId
public Long getTransactionId()
Unique transaction ID- Returns:
- transactionId
-
setTransactionId
public void setTransactionId(Long transactionId)
-
typeId
public CorporationWalletTransactionsResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
type_id integer- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
unitPrice
public CorporationWalletTransactionsResponse unitPrice(Double unitPrice)
-
getUnitPrice
public Double getUnitPrice()
Amount paid per unit- Returns:
- unitPrice
-
setUnitPrice
public void setUnitPrice(Double unitPrice)
-
-