Record Class MarketBoardResponse

java.lang.Object
java.lang.Record
de.chojo.universalis.rest.response.MarketBoardResponse
Record Components:
item - item
world - world
dataCenter - data center
region - region
lastUploadTime - last upload time
listings - listings
recentHistory - recent history
currentAveragePrice - current average price
saleVelocity - sale velocity
averagePrice - average price
minPrice - min price
maxPrice - max price
stackSizeHistogram - stack size histogram
worldUploadTimes - world upload times

public record MarketBoardResponse(Item item, @Nullable World world, @Nullable DataCenter dataCenter, @Nullable Region region, LocalDateTime lastUploadTime, List<Listing> listings, List<Sale> recentHistory, QualityIndicator<Float> currentAveragePrice, QualityIndicator<Float> saleVelocity, QualityIndicator<Float> averagePrice, QualityIndicator<Integer> minPrice, QualityIndicator<Integer> maxPrice, QualityIndicator<Map<Integer,Integer>> stackSizeHistogram, Map<World,LocalDateTime> worldUploadTimes) extends Record
Response of a MarketBoardRequest