Uses of Class
com.tencentcloudapi.ivld.v20210903.models.QueryCallbackResponse
-
Packages that use QueryCallbackResponse Package Description com.tencentcloudapi.ivld.v20210903 com.tencentcloudapi.ivld.v20210903.models -
-
Uses of QueryCallbackResponse in com.tencentcloudapi.ivld.v20210903
Methods in com.tencentcloudapi.ivld.v20210903 that return QueryCallbackResponse Modifier and Type Method Description QueryCallbackResponseIvldClient. QueryCallback(QueryCallbackRequest req)查询用户回调设置 -
Uses of QueryCallbackResponse in com.tencentcloudapi.ivld.v20210903.models
Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type QueryCallbackResponse Constructor Description QueryCallbackResponse(QueryCallbackResponse 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.
-