Package net.troja.eve.esi.model
Class CorporationOrdersHistoryResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationOrdersHistoryResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationOrdersHistoryResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationOrdersHistoryResponse.RangeEnumValid order range, numbers are ranges in jumpsstatic classCorporationOrdersHistoryResponse.StateEnumCurrent order state
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DURATIONstatic StringSERIALIZED_NAME_ESCROWstatic StringSERIALIZED_NAME_IS_BUY_ORDERstatic StringSERIALIZED_NAME_ISSUEDstatic StringSERIALIZED_NAME_ISSUED_BYstatic StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_MIN_VOLUMEstatic StringSERIALIZED_NAME_ORDER_IDstatic StringSERIALIZED_NAME_PRICEstatic StringSERIALIZED_NAME_RANGEstatic StringSERIALIZED_NAME_REGION_IDstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_TYPE_IDstatic StringSERIALIZED_NAME_VOLUME_REMAINstatic StringSERIALIZED_NAME_VOLUME_TOTALstatic StringSERIALIZED_NAME_WALLET_DIVISION
-
Constructor Summary
Constructors Constructor Description CorporationOrdersHistoryResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DURATION
public static final String SERIALIZED_NAME_DURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ESCROW
public static final String SERIALIZED_NAME_ESCROW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_BUY_ORDER
public static final String SERIALIZED_NAME_IS_BUY_ORDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUED
public static final String SERIALIZED_NAME_ISSUED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUED_BY
public static final String SERIALIZED_NAME_ISSUED_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MIN_VOLUME
public static final String SERIALIZED_NAME_MIN_VOLUME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ORDER_ID
public static final String SERIALIZED_NAME_ORDER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_PRICE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RANGE
public static final String SERIALIZED_NAME_RANGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_REGION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VOLUME_REMAIN
public static final String SERIALIZED_NAME_VOLUME_REMAIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VOLUME_TOTAL
public static final String SERIALIZED_NAME_VOLUME_TOTAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WALLET_DIVISION
public static final String SERIALIZED_NAME_WALLET_DIVISION
- See Also:
- Constant Field Values
-
-
Method Detail
-
duration
public CorporationOrdersHistoryResponse duration(Integer duration)
-
getDuration
public Integer getDuration()
Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration- Returns:
- duration
-
setDuration
public void setDuration(Integer duration)
-
escrow
public CorporationOrdersHistoryResponse escrow(Double escrow)
-
getEscrow
@Nullable public Double getEscrow()
For buy orders, the amount of ISK in escrow- Returns:
- escrow
-
setEscrow
public void setEscrow(Double escrow)
-
isBuyOrder
public CorporationOrdersHistoryResponse isBuyOrder(Boolean isBuyOrder)
-
getIsBuyOrder
@Nullable public Boolean getIsBuyOrder()
True if the order is a bid (buy) order- Returns:
- isBuyOrder
-
setIsBuyOrder
public void setIsBuyOrder(Boolean isBuyOrder)
-
issued
public CorporationOrdersHistoryResponse issued(java.time.OffsetDateTime issued)
-
getIssued
public java.time.OffsetDateTime getIssued()
Date and time when this order was issued- Returns:
- issued
-
setIssued
public void setIssued(java.time.OffsetDateTime issued)
-
issuedBy
public CorporationOrdersHistoryResponse issuedBy(Integer issuedBy)
-
getIssuedBy
@Nullable public Integer getIssuedBy()
The character who issued this order- Returns:
- issuedBy
-
setIssuedBy
public void setIssuedBy(Integer issuedBy)
-
locationId
public CorporationOrdersHistoryResponse locationId(Long locationId)
-
getLocationId
public Long getLocationId()
ID of the location where order was placed- Returns:
- locationId
-
setLocationId
public void setLocationId(Long locationId)
-
minVolume
public CorporationOrdersHistoryResponse minVolume(Integer minVolume)
-
getMinVolume
@Nullable public Integer getMinVolume()
For buy orders, the minimum quantity that will be accepted in a matching sell order- Returns:
- minVolume
-
setMinVolume
public void setMinVolume(Integer minVolume)
-
orderId
public CorporationOrdersHistoryResponse orderId(Long orderId)
-
getOrderId
public Long getOrderId()
Unique order ID- Returns:
- orderId
-
setOrderId
public void setOrderId(Long orderId)
-
price
public CorporationOrdersHistoryResponse price(Double price)
-
getPrice
public Double getPrice()
Cost per unit for this order- Returns:
- price
-
setPrice
public void setPrice(Double price)
-
range
public CorporationOrdersHistoryResponse range(CorporationOrdersHistoryResponse.RangeEnum rangeEnum)
-
rangeString
public CorporationOrdersHistoryResponse rangeString(String range)
-
getRange
public CorporationOrdersHistoryResponse.RangeEnum getRange()
Valid order range, numbers are ranges in jumps- Returns:
- range
-
getRangeString
public String getRangeString()
-
setRange
public void setRange(CorporationOrdersHistoryResponse.RangeEnum rangeEnum)
-
setRangeString
public void setRangeString(String range)
-
regionId
public CorporationOrdersHistoryResponse regionId(Integer regionId)
-
getRegionId
public Integer getRegionId()
ID of the region where order was placed- Returns:
- regionId
-
setRegionId
public void setRegionId(Integer regionId)
-
state
public CorporationOrdersHistoryResponse state(CorporationOrdersHistoryResponse.StateEnum stateEnum)
-
stateString
public CorporationOrdersHistoryResponse stateString(String state)
-
getState
public CorporationOrdersHistoryResponse.StateEnum getState()
Current order state- Returns:
- state
-
getStateString
public String getStateString()
-
setState
public void setState(CorporationOrdersHistoryResponse.StateEnum stateEnum)
-
setStateString
public void setStateString(String state)
-
typeId
public CorporationOrdersHistoryResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
The type ID of the item transacted in this order- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
volumeRemain
public CorporationOrdersHistoryResponse volumeRemain(Integer volumeRemain)
-
getVolumeRemain
public Integer getVolumeRemain()
Quantity of items still required or offered- Returns:
- volumeRemain
-
setVolumeRemain
public void setVolumeRemain(Integer volumeRemain)
-
volumeTotal
public CorporationOrdersHistoryResponse volumeTotal(Integer volumeTotal)
-
getVolumeTotal
public Integer getVolumeTotal()
Quantity of items required or offered at time order was placed- Returns:
- volumeTotal
-
setVolumeTotal
public void setVolumeTotal(Integer volumeTotal)
-
walletDivision
public CorporationOrdersHistoryResponse walletDivision(Integer walletDivision)
-
getWalletDivision
public Integer getWalletDivision()
The corporation wallet division used for this order minimum: 1 maximum: 7- Returns:
- walletDivision
-
setWalletDivision
public void setWalletDivision(Integer walletDivision)
-
-