Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryContractResponse
-
Packages that use QueryContractResponse Package Description com.tencentcloudapi.cpdp.v20190820 com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryContractResponse in com.tencentcloudapi.cpdp.v20190820
Methods in com.tencentcloudapi.cpdp.v20190820 that return QueryContractResponse Modifier and Type Method Description QueryContractResponseCpdpClient. QueryContract(QueryContractRequest req)通过此接口查询签约数据 -
Uses of QueryContractResponse in com.tencentcloudapi.cpdp.v20190820.models
Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryContractResponse Constructor Description QueryContractResponse(QueryContractResponse 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.
-