Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.ResponseQueryContract
-
Packages that use ResponseQueryContract Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of ResponseQueryContract in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return ResponseQueryContract Modifier and Type Method Description ResponseQueryContractQueryContractResponse. getContractData()Get 签约数据Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type ResponseQueryContract Modifier and Type Method Description voidQueryContractResponse. setContractData(ResponseQueryContract ContractData)Set 签约数据Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type ResponseQueryContract Constructor Description ResponseQueryContract(ResponseQueryContract 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.
-