public class CorporationOrdersResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationOrdersResponse.RangeEnum
Valid order range, numbers are ranges in jumps
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DURATION |
static String |
SERIALIZED_NAME_ESCROW |
static String |
SERIALIZED_NAME_IS_BUY_ORDER |
static String |
SERIALIZED_NAME_ISSUED |
static String |
SERIALIZED_NAME_ISSUED_BY |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_MIN_VOLUME |
static String |
SERIALIZED_NAME_ORDER_ID |
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_RANGE |
static String |
SERIALIZED_NAME_REGION_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_VOLUME_REMAIN |
static String |
SERIALIZED_NAME_VOLUME_TOTAL |
static String |
SERIALIZED_NAME_WALLET_DIVISION |
| Constructor and Description |
|---|
CorporationOrdersResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationOrdersResponse |
duration(Integer duration) |
boolean |
equals(Object o) |
CorporationOrdersResponse |
escrow(Double escrow) |
Integer |
getDuration()
Number of days for which order is valid (starting from the issued date).
|
Double |
getEscrow()
For buy orders, the amount of ISK in escrow
|
Boolean |
getIsBuyOrder()
True if the order is a bid (buy) order
|
java.time.OffsetDateTime |
getIssued()
Date and time when this order was issued
|
Integer |
getIssuedBy()
The character who issued this order
|
Long |
getLocationId()
ID of the location where order was placed
|
Integer |
getMinVolume()
For buy orders, the minimum quantity that will be accepted in a matching
sell order
|
Long |
getOrderId()
Unique order ID
|
Double |
getPrice()
Cost per unit for this order
|
CorporationOrdersResponse.RangeEnum |
getRange()
Valid order range, numbers are ranges in jumps
|
String |
getRangeString() |
Integer |
getRegionId()
ID of the region where order was placed
|
Integer |
getTypeId()
The type ID of the item transacted in this order
|
Integer |
getVolumeRemain()
Quantity of items still required or offered
|
Integer |
getVolumeTotal()
Quantity of items required or offered at time order was placed
|
Integer |
getWalletDivision()
The corporation wallet division used for this order. minimum: 1 maximum:
7
|
int |
hashCode() |
CorporationOrdersResponse |
isBuyOrder(Boolean isBuyOrder) |
CorporationOrdersResponse |
issued(java.time.OffsetDateTime issued) |
CorporationOrdersResponse |
issuedBy(Integer issuedBy) |
CorporationOrdersResponse |
locationId(Long locationId) |
CorporationOrdersResponse |
minVolume(Integer minVolume) |
CorporationOrdersResponse |
orderId(Long orderId) |
CorporationOrdersResponse |
price(Double price) |
CorporationOrdersResponse |
range(CorporationOrdersResponse.RangeEnum rangeEnum) |
CorporationOrdersResponse |
rangeString(String range) |
CorporationOrdersResponse |
regionId(Integer regionId) |
void |
setDuration(Integer duration) |
void |
setEscrow(Double escrow) |
void |
setIsBuyOrder(Boolean isBuyOrder) |
void |
setIssued(java.time.OffsetDateTime issued) |
void |
setIssuedBy(Integer issuedBy) |
void |
setLocationId(Long locationId) |
void |
setMinVolume(Integer minVolume) |
void |
setOrderId(Long orderId) |
void |
setPrice(Double price) |
void |
setRange(CorporationOrdersResponse.RangeEnum rangeEnum) |
void |
setRangeString(String range) |
void |
setRegionId(Integer regionId) |
void |
setTypeId(Integer typeId) |
void |
setVolumeRemain(Integer volumeRemain) |
void |
setVolumeTotal(Integer volumeTotal) |
void |
setWalletDivision(Integer walletDivision) |
String |
toString() |
CorporationOrdersResponse |
typeId(Integer typeId) |
CorporationOrdersResponse |
volumeRemain(Integer volumeRemain) |
CorporationOrdersResponse |
volumeTotal(Integer volumeTotal) |
CorporationOrdersResponse |
walletDivision(Integer walletDivision) |
public static final String SERIALIZED_NAME_DURATION
public static final String SERIALIZED_NAME_ESCROW
public static final String SERIALIZED_NAME_IS_BUY_ORDER
public static final String SERIALIZED_NAME_ISSUED
public static final String SERIALIZED_NAME_ISSUED_BY
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_MIN_VOLUME
public static final String SERIALIZED_NAME_ORDER_ID
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_RANGE
public static final String SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_VOLUME_REMAIN
public static final String SERIALIZED_NAME_VOLUME_TOTAL
public static final String SERIALIZED_NAME_WALLET_DIVISION
public CorporationOrdersResponse duration(Integer duration)
public Integer getDuration()
public void setDuration(Integer duration)
public CorporationOrdersResponse escrow(Double escrow)
@Nullable public Double getEscrow()
public void setEscrow(Double escrow)
public CorporationOrdersResponse isBuyOrder(Boolean isBuyOrder)
@Nullable public Boolean getIsBuyOrder()
public void setIsBuyOrder(Boolean isBuyOrder)
public CorporationOrdersResponse issued(java.time.OffsetDateTime issued)
public java.time.OffsetDateTime getIssued()
public void setIssued(java.time.OffsetDateTime issued)
public CorporationOrdersResponse issuedBy(Integer issuedBy)
public Integer getIssuedBy()
public void setIssuedBy(Integer issuedBy)
public CorporationOrdersResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CorporationOrdersResponse minVolume(Integer minVolume)
@Nullable public Integer getMinVolume()
public void setMinVolume(Integer minVolume)
public CorporationOrdersResponse orderId(Long orderId)
public Long getOrderId()
public void setOrderId(Long orderId)
public CorporationOrdersResponse price(Double price)
public Double getPrice()
public void setPrice(Double price)
public CorporationOrdersResponse range(CorporationOrdersResponse.RangeEnum rangeEnum)
public CorporationOrdersResponse rangeString(String range)
public CorporationOrdersResponse.RangeEnum getRange()
public String getRangeString()
public void setRange(CorporationOrdersResponse.RangeEnum rangeEnum)
public void setRangeString(String range)
public CorporationOrdersResponse regionId(Integer regionId)
public Integer getRegionId()
public void setRegionId(Integer regionId)
public CorporationOrdersResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationOrdersResponse volumeRemain(Integer volumeRemain)
public Integer getVolumeRemain()
public void setVolumeRemain(Integer volumeRemain)
public CorporationOrdersResponse volumeTotal(Integer volumeTotal)
public Integer getVolumeTotal()
public void setVolumeTotal(Integer volumeTotal)
public CorporationOrdersResponse walletDivision(Integer walletDivision)
public Integer getWalletDivision()
public void setWalletDivision(Integer walletDivision)
Copyright © 2020. All Rights Reserved.