Class ReportActionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.irp.v20220324.models.ReportActionRequest
-
public class ReportActionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBid()Get 业务idDocBehavior[]getDocBehaviorList()Get 上报的行为对象数组,数量不超过50voidsetBid(String Bid)Set 业务idvoidsetDocBehaviorList(DocBehavior[] DocBehaviorList)Set 上报的行为对象数组,数量不超过50voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ReportActionRequest
public ReportActionRequest()
-
ReportActionRequest
public 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.
-
-
Method Detail
-
getBid
public String getBid()
Get 业务id- Returns:
- Bid 业务id
-
setBid
public void setBid(String Bid)
Set 业务id- Parameters:
Bid- 业务id
-
getDocBehaviorList
public DocBehavior[] getDocBehaviorList()
Get 上报的行为对象数组,数量不超过50- Returns:
- DocBehaviorList 上报的行为对象数组,数量不超过50
-
setDocBehaviorList
public void setDocBehaviorList(DocBehavior[] DocBehaviorList)
Set 上报的行为对象数组,数量不超过50- Parameters:
DocBehaviorList- 上报的行为对象数组,数量不超过50
-
-