Uses of Class
com.tencentcloudapi.irp.v20220324.models.DocItem
-
Packages that use DocItem Package Description com.tencentcloudapi.irp.v20220324.models -
-
Uses of DocItem in com.tencentcloudapi.irp.v20220324.models
Methods in com.tencentcloudapi.irp.v20220324.models that return DocItem Modifier and Type Method Description DocItem[]
ReportMaterialRequest. getDocItemList()
Get 上报的信息流数组,一次数量不超过50Methods in com.tencentcloudapi.irp.v20220324.models with parameters of type DocItem Modifier and Type Method Description void
ReportMaterialRequest. setDocItemList(DocItem[] DocItemList)
Set 上报的信息流数组,一次数量不超过50Constructors in com.tencentcloudapi.irp.v20220324.models with parameters of type DocItem Constructor Description DocItem(DocItem 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.
-