Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.WebThemeConfig
-
Packages that use WebThemeConfig Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of WebThemeConfig in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return WebThemeConfig Modifier and Type Method Description WebThemeConfig
ChannelCreateWebThemeConfigRequest. getWebThemeConfig()
Get 主题配置Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type WebThemeConfig Modifier and Type Method Description void
ChannelCreateWebThemeConfigRequest. setWebThemeConfig(WebThemeConfig WebThemeConfig)
Set 主题配置Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type WebThemeConfig Constructor Description WebThemeConfig(WebThemeConfig 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.
-