Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CustomLogConfig
-
Packages that use CustomLogConfig Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CustomLogConfig in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CustomLogConfig Modifier and Type Method Description CustomLogConfigWxGatewayCustomConfig. getLogConfig()Get 日志信息Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CustomLogConfig Modifier and Type Method Description voidWxGatewayCustomConfig. setLogConfig(CustomLogConfig LogConfig)Set 日志信息Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CustomLogConfig Constructor Description CustomLogConfig(CustomLogConfig 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.
-