Uses of Class
com.tencentcloudapi.lcic.v20220817.models.BatchDescribeDocumentResponse
-
Packages that use BatchDescribeDocumentResponse Package Description com.tencentcloudapi.lcic.v20220817 com.tencentcloudapi.lcic.v20220817.models -
-
Uses of BatchDescribeDocumentResponse in com.tencentcloudapi.lcic.v20220817
Methods in com.tencentcloudapi.lcic.v20220817 that return BatchDescribeDocumentResponse Modifier and Type Method Description BatchDescribeDocumentResponseLcicClient. BatchDescribeDocument(BatchDescribeDocumentRequest req)批量获取文档详情 -
Uses of BatchDescribeDocumentResponse in com.tencentcloudapi.lcic.v20220817.models
Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type BatchDescribeDocumentResponse Constructor Description BatchDescribeDocumentResponse(BatchDescribeDocumentResponse 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.
-