public final class Product
Product(String message)
Product(String upc, String name, String url, String brand, boolean rewarded, boolean brandParticipates, String message)
String
message()
upc()
name()
url()
brand()
boolean
rewarded()
participates()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nullable() String message()
@Nullable() String upc()
@Nullable() String name()
@Nullable() String url()
@Nullable() String brand()
boolean rewarded()
boolean participates()
String toString()