Uses of Class
com.tencentcloudapi.irp.v20220324.models.DocBehavior
-
Packages that use DocBehavior Package Description com.tencentcloudapi.irp.v20220324.models -
-
Uses of DocBehavior in com.tencentcloudapi.irp.v20220324.models
Methods in com.tencentcloudapi.irp.v20220324.models that return DocBehavior Modifier and Type Method Description DocBehavior[]
ReportActionRequest. getDocBehaviorList()
Get 上报的行为对象数组,数量不超过50Methods in com.tencentcloudapi.irp.v20220324.models with parameters of type DocBehavior Modifier and Type Method Description void
ReportActionRequest. setDocBehaviorList(DocBehavior[] DocBehaviorList)
Set 上报的行为对象数组,数量不超过50Constructors in com.tencentcloudapi.irp.v20220324.models with parameters of type DocBehavior Constructor Description DocBehavior(DocBehavior 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.
-