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