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