public class CharacterOrdersHistoryResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterOrdersHistoryResponse.RangeEnum
Valid order range, numbers are ranges in jumps
|
static class |
CharacterOrdersHistoryResponse.StateEnum
Current order state
|
| 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_IS_CORPORATION |
static String |
SERIALIZED_NAME_ISSUED |
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_STATE |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_VOLUME_REMAIN |
static String |
SERIALIZED_NAME_VOLUME_TOTAL |
| Constructor and Description |
|---|
CharacterOrdersHistoryResponse() |
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_IS_CORPORATION
public static final String SERIALIZED_NAME_ISSUED
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_STATE
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 CharacterOrdersHistoryResponse duration(Integer duration)
public Integer getDuration()
public void setDuration(Integer duration)
public CharacterOrdersHistoryResponse escrow(Double escrow)
@Nullable public Double getEscrow()
public void setEscrow(Double escrow)
public CharacterOrdersHistoryResponse isBuyOrder(Boolean isBuyOrder)
@Nullable public Boolean getIsBuyOrder()
public void setIsBuyOrder(Boolean isBuyOrder)
public CharacterOrdersHistoryResponse isCorporation(Boolean isCorporation)
public Boolean getIsCorporation()
public void setIsCorporation(Boolean isCorporation)
public CharacterOrdersHistoryResponse issued(java.time.OffsetDateTime issued)
public java.time.OffsetDateTime getIssued()
public void setIssued(java.time.OffsetDateTime issued)
public CharacterOrdersHistoryResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CharacterOrdersHistoryResponse minVolume(Integer minVolume)
@Nullable public Integer getMinVolume()
public void setMinVolume(Integer minVolume)
public CharacterOrdersHistoryResponse orderId(Long orderId)
public Long getOrderId()
public void setOrderId(Long orderId)
public CharacterOrdersHistoryResponse price(Double price)
public Double getPrice()
public void setPrice(Double price)
public CharacterOrdersHistoryResponse range(CharacterOrdersHistoryResponse.RangeEnum rangeEnum)
public CharacterOrdersHistoryResponse rangeString(String range)
public CharacterOrdersHistoryResponse.RangeEnum getRange()
public String getRangeString()
public void setRange(CharacterOrdersHistoryResponse.RangeEnum rangeEnum)
public void setRangeString(String range)
public CharacterOrdersHistoryResponse regionId(Integer regionId)
public Integer getRegionId()
public void setRegionId(Integer regionId)
public CharacterOrdersHistoryResponse state(CharacterOrdersHistoryResponse.StateEnum stateEnum)
public CharacterOrdersHistoryResponse stateString(String state)
public CharacterOrdersHistoryResponse.StateEnum getState()
public String getStateString()
public void setState(CharacterOrdersHistoryResponse.StateEnum stateEnum)
public void setStateString(String state)
public CharacterOrdersHistoryResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CharacterOrdersHistoryResponse volumeRemain(Integer volumeRemain)
public Integer getVolumeRemain()
public void setVolumeRemain(Integer volumeRemain)
public CharacterOrdersHistoryResponse volumeTotal(Integer volumeTotal)
public Integer getVolumeTotal()
public void setVolumeTotal(Integer volumeTotal)
Copyright © 2023. All Rights Reserved.