Uses of Class
com.tencentcloudapi.tat.v20201028.models.CreateRegisterCodeResponse
-
Packages that use CreateRegisterCodeResponse Package Description com.tencentcloudapi.tat.v20201028 com.tencentcloudapi.tat.v20201028.models -
-
Uses of CreateRegisterCodeResponse in com.tencentcloudapi.tat.v20201028
Methods in com.tencentcloudapi.tat.v20201028 that return CreateRegisterCodeResponse Modifier and Type Method Description CreateRegisterCodeResponseTatClient. CreateRegisterCode(CreateRegisterCodeRequest req)接口用于创建注册码。 -
Uses of CreateRegisterCodeResponse in com.tencentcloudapi.tat.v20201028.models
Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type CreateRegisterCodeResponse Constructor Description CreateRegisterCodeResponse(CreateRegisterCodeResponse 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.
-