public class ReportMaterialRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReportMaterialRequest() |
ReportMaterialRequest(ReportMaterialRequest 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 |
---|---|
String |
getBid()
Get 业务id
|
DocItem[] |
getDocItemList()
Get 上报的信息流数组,一次数量不超过50
|
void |
setBid(String Bid)
Set 业务id
|
void |
setDocItemList(DocItem[] DocItemList)
Set 上报的信息流数组,一次数量不超过50
|
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, toJsonString
public ReportMaterialRequest()
public ReportMaterialRequest(ReportMaterialRequest source)
public String getBid()
public void setBid(String Bid)
Bid
- 业务idpublic DocItem[] getDocItemList()
public void setDocItemList(DocItem[] DocItemList)
DocItemList
- 上报的信息流数组,一次数量不超过50Copyright © 2024. All rights reserved.