public class ReportActionRequest extends AbstractModel
Constructor and Description |
---|
ReportActionRequest() |
ReportActionRequest(ReportActionRequest 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
|
DocBehavior[] |
getDocBehaviorList()
Get 上报的行为对象数组,数量不超过50
|
void |
setBid(String Bid)
Set 业务id
|
void |
setDocBehaviorList(DocBehavior[] DocBehaviorList)
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 ReportActionRequest()
public ReportActionRequest(ReportActionRequest source)
public String getBid()
public void setBid(String Bid)
Bid
- 业务idpublic DocBehavior[] getDocBehaviorList()
public void setDocBehaviorList(DocBehavior[] DocBehaviorList)
DocBehaviorList
- 上报的行为对象数组,数量不超过50Copyright © 2023. All rights reserved.