public class ReportMaterialRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 © 2023. All rights reserved.