Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ABTestConfig
-
Packages that use ABTestConfig Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ABTestConfig in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ABTestConfig Modifier and Type Method Description ABTestConfig[]DescribeABTestConfigResponse. getConfig()Get 灰度项目配置Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ABTestConfig Modifier and Type Method Description voidDescribeABTestConfigResponse. setConfig(ABTestConfig[] Config)Set 灰度项目配置Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ABTestConfig Constructor Description ABTestConfig(ABTestConfig 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.
-