global class ProductDetail { global Map attributeSetInfo; global ConnectApi.ProductMedia defaultImage; global ConnectApi.ProductEntitlement entitlement; global Map fields; global String id; global List mediaGroups; global ConnectApi.ProductCategoryPath primaryProductCategoryPath; global ConnectApi.ProductClass productClass; global List productSellingModels; global ConnectApi.PurchaseQuantityRule purchaseQuantityRule; global String urlName; global ConnectApi.ProductAttributeSet variationAttributeSet; global ConnectApi.ProductVariationInfo variationInfo; global String variationParentId; global ProductDetail() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }