-
@JsonClass(generateAdapter = true) public final class DappListingsDTO
-
-
Constructor Summary
Constructors Constructor Description DappListingsDTO(Map<String, ListingDTO> listings, Integer count, Integer total)
-
Method Summary
Modifier and Type Method Description final Map<String, ListingDTO>getListings()final IntegergetCount()final IntegergetTotal()-
-
Constructor Detail
-
DappListingsDTO
DappListingsDTO(Map<String, ListingDTO> listings, Integer count, Integer total)
-
-
Method Detail
-
getListings
final Map<String, ListingDTO> getListings()
-
-
-
-