/** * 设置商品级别的铺货结果 * * 参数示例:<pre></pre> * 此参数必填 */ public void setProductInfoInTargetPlatform(AlibabaProductPushSimpleItemDesc productInfoInTargetPlatform) { this.productInfoInTargetPlatform = productInfoInTargetPlatform; }
/** * 设置SKU铺货结果 * * 参数示例:<pre></pre> * 此参数必填 */ public void setSkuInfoInTargetPlatform(AlibabaProductPushSimpleItemDesc skuInfoInTargetPlatform) { this.skuInfoInTargetPlatform = skuInfoInTargetPlatform; }