-
@Serializable() public final class ProductCatalog
-
-
Constructor Summary
Constructors Constructor Description ProductCatalog(String productId, String rawPrice)
-
Method Summary
Modifier and Type Method Description final StringgetProductId()final StringgetRawPrice()-
-
Method Detail
-
getProductId
final String getProductId()
-
getRawPrice
final String getRawPrice()
-
-
-
-