public class CharacterStatsMarket extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCEPT_CONTRACTS_COURIER |
static String |
SERIALIZED_NAME_ACCEPT_CONTRACTS_ITEM_EXCHANGE |
static String |
SERIALIZED_NAME_BUY_ORDERS_PLACED |
static String |
SERIALIZED_NAME_CANCEL_MARKET_ORDER |
static String |
SERIALIZED_NAME_CREATE_CONTRACTS_AUCTION |
static String |
SERIALIZED_NAME_CREATE_CONTRACTS_COURIER |
static String |
SERIALIZED_NAME_CREATE_CONTRACTS_ITEM_EXCHANGE |
static String |
SERIALIZED_NAME_DELIVER_COURIER_CONTRACT |
static String |
SERIALIZED_NAME_ISK_GAINED |
static String |
SERIALIZED_NAME_ISK_SPENT |
static String |
SERIALIZED_NAME_MODIFY_MARKET_ORDER |
static String |
SERIALIZED_NAME_SEARCH_CONTRACTS |
static String |
SERIALIZED_NAME_SELL_ORDERS_PLACED |
| Constructor and Description |
|---|
CharacterStatsMarket() |
public static final String SERIALIZED_NAME_ACCEPT_CONTRACTS_COURIER
public static final String SERIALIZED_NAME_ACCEPT_CONTRACTS_ITEM_EXCHANGE
public static final String SERIALIZED_NAME_BUY_ORDERS_PLACED
public static final String SERIALIZED_NAME_CANCEL_MARKET_ORDER
public static final String SERIALIZED_NAME_CREATE_CONTRACTS_AUCTION
public static final String SERIALIZED_NAME_CREATE_CONTRACTS_COURIER
public static final String SERIALIZED_NAME_CREATE_CONTRACTS_ITEM_EXCHANGE
public static final String SERIALIZED_NAME_DELIVER_COURIER_CONTRACT
public static final String SERIALIZED_NAME_ISK_GAINED
public static final String SERIALIZED_NAME_ISK_SPENT
public static final String SERIALIZED_NAME_MODIFY_MARKET_ORDER
public static final String SERIALIZED_NAME_SEARCH_CONTRACTS
public static final String SERIALIZED_NAME_SELL_ORDERS_PLACED
public CharacterStatsMarket acceptContractsCourier(Long acceptContractsCourier)
@Nullable public Long getAcceptContractsCourier()
public void setAcceptContractsCourier(Long acceptContractsCourier)
public CharacterStatsMarket acceptContractsItemExchange(Long acceptContractsItemExchange)
@Nullable public Long getAcceptContractsItemExchange()
public void setAcceptContractsItemExchange(Long acceptContractsItemExchange)
public CharacterStatsMarket buyOrdersPlaced(Long buyOrdersPlaced)
@Nullable public Long getBuyOrdersPlaced()
public void setBuyOrdersPlaced(Long buyOrdersPlaced)
public CharacterStatsMarket cancelMarketOrder(Long cancelMarketOrder)
@Nullable public Long getCancelMarketOrder()
public void setCancelMarketOrder(Long cancelMarketOrder)
public CharacterStatsMarket createContractsAuction(Long createContractsAuction)
@Nullable public Long getCreateContractsAuction()
public void setCreateContractsAuction(Long createContractsAuction)
public CharacterStatsMarket createContractsCourier(Long createContractsCourier)
@Nullable public Long getCreateContractsCourier()
public void setCreateContractsCourier(Long createContractsCourier)
public CharacterStatsMarket createContractsItemExchange(Long createContractsItemExchange)
@Nullable public Long getCreateContractsItemExchange()
public void setCreateContractsItemExchange(Long createContractsItemExchange)
public CharacterStatsMarket deliverCourierContract(Long deliverCourierContract)
@Nullable public Long getDeliverCourierContract()
public void setDeliverCourierContract(Long deliverCourierContract)
public CharacterStatsMarket iskGained(Long iskGained)
public void setIskGained(Long iskGained)
public CharacterStatsMarket iskSpent(Long iskSpent)
public void setIskSpent(Long iskSpent)
public CharacterStatsMarket modifyMarketOrder(Long modifyMarketOrder)
@Nullable public Long getModifyMarketOrder()
public void setModifyMarketOrder(Long modifyMarketOrder)
public CharacterStatsMarket searchContracts(Long searchContracts)
@Nullable public Long getSearchContracts()
public void setSearchContracts(Long searchContracts)
public CharacterStatsMarket sellOrdersPlaced(Long sellOrdersPlaced)
@Nullable public Long getSellOrdersPlaced()
public void setSellOrdersPlaced(Long sellOrdersPlaced)
Copyright © 2020. All Rights Reserved.