Uses of Class
com.tencentcloudapi.gaap.v20180529.models.DescribeAuthSignatureResponse
-
Packages that use DescribeAuthSignatureResponse Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of DescribeAuthSignatureResponse in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 that return DescribeAuthSignatureResponse Modifier and Type Method Description DescribeAuthSignatureResponseGaapClient. DescribeAuthSignature(DescribeAuthSignatureRequest req)为了防止在下单、询价、后付费开通等过程中确保来源合法以及订单参数没有被篡改过,各个业务方使用下单、询价等场景需调用计费签名接口获取签名,获取签名的请求需带上签名以验证身份,本接口可以获取计费签名。 -
Uses of DescribeAuthSignatureResponse in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type DescribeAuthSignatureResponse Constructor Description DescribeAuthSignatureResponse(DescribeAuthSignatureResponse 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.
-