Uses of Class
com.tencentcloudapi.apcas.v20201127.models.PredictRatingResponse
-
Packages that use PredictRatingResponse Package Description com.tencentcloudapi.apcas.v20201127 com.tencentcloudapi.apcas.v20201127.models -
-
Uses of PredictRatingResponse in com.tencentcloudapi.apcas.v20201127
Methods in com.tencentcloudapi.apcas.v20201127 that return PredictRatingResponse Modifier and Type Method Description PredictRatingResponseApcasClient. PredictRating(PredictRatingRequest req)根据传入的设备号(IMEI、IDFA、手机号、手机号MD5),返回意向评级结果 -
Uses of PredictRatingResponse in com.tencentcloudapi.apcas.v20201127.models
Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type PredictRatingResponse Constructor Description PredictRatingResponse(PredictRatingResponse 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.
-