public class ReportGoodsInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ReportGoodsInfoRequest() | 
| ReportGoodsInfoRequest(ReportGoodsInfoRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| GoodsInfo[] | getGoodsList()Get 上报的商品数组,一次数量不超过50 | 
| String | getInstanceId()Get 实例ID,在控制台获取 | 
| void | setGoodsList(GoodsInfo[] GoodsList)Set 上报的商品数组,一次数量不超过50 | 
| void | setInstanceId(String InstanceId)Set 实例ID,在控制台获取 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ReportGoodsInfoRequest()
public ReportGoodsInfoRequest(ReportGoodsInfoRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例ID,在控制台获取public GoodsInfo[] getGoodsList()
public void setGoodsList(GoodsInfo[] GoodsList)
GoodsList - 上报的商品数组,一次数量不超过50Copyright © 2025. All rights reserved.