Uses of Class
com.tencentcloudapi.tsf.v20180326.models.CreatePublicConfigResponse
-
Packages that use CreatePublicConfigResponse Package Description com.tencentcloudapi.tsf.v20180326 com.tencentcloudapi.tsf.v20180326.models -
-
Uses of CreatePublicConfigResponse in com.tencentcloudapi.tsf.v20180326
Methods in com.tencentcloudapi.tsf.v20180326 that return CreatePublicConfigResponse Modifier and Type Method Description CreatePublicConfigResponseTsfClient. CreatePublicConfig(CreatePublicConfigRequest req)创建公共配置项 -
Uses of CreatePublicConfigResponse in com.tencentcloudapi.tsf.v20180326.models
Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type CreatePublicConfigResponse Constructor Description CreatePublicConfigResponse(CreatePublicConfigResponse 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.
-