Uses of Class
com.tencentcloudapi.trp.v20210515.models.DescribeCodePackStatusRequest
-
Packages that use DescribeCodePackStatusRequest Package Description com.tencentcloudapi.trp.v20210515 com.tencentcloudapi.trp.v20210515.models -
-
Uses of DescribeCodePackStatusRequest in com.tencentcloudapi.trp.v20210515
Methods in com.tencentcloudapi.trp.v20210515 with parameters of type DescribeCodePackStatusRequest Modifier and Type Method Description DescribeCodePackStatusResponseTrpClient. DescribeCodePackStatus(DescribeCodePackStatusRequest req)查询码包状态 -
Uses of DescribeCodePackStatusRequest in com.tencentcloudapi.trp.v20210515.models
Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type DescribeCodePackStatusRequest Constructor Description DescribeCodePackStatusRequest(DescribeCodePackStatusRequest 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.
-