Uses of Class
com.tencentcloudapi.tcb.v20180608.models.BanConfig
-
Packages that use BanConfig Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of BanConfig in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return BanConfig Modifier and Type Method Description BanConfigWxGatewayCustomConfig. getBanConfig()Get 封禁配置Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type BanConfig Modifier and Type Method Description voidWxGatewayCustomConfig. setBanConfig(BanConfig BanConfig)Set 封禁配置Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type BanConfig Constructor Description BanConfig(BanConfig 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.
-