Uses of Class
com.tencentcloudapi.lcic.v20220817.models.AppConfig
-
Packages that use AppConfig Package Description com.tencentcloudapi.lcic.v20220817.models -
-
Uses of AppConfig in com.tencentcloudapi.lcic.v20220817.models
Methods in com.tencentcloudapi.lcic.v20220817.models that return AppConfig Modifier and Type Method Description AppConfigDescribeAppDetailResponse. getAppConfig()Get 应用配置Methods in com.tencentcloudapi.lcic.v20220817.models with parameters of type AppConfig Modifier and Type Method Description voidDescribeAppDetailResponse. setAppConfig(AppConfig AppConfig)Set 应用配置Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type AppConfig Constructor Description AppConfig(AppConfig 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.
-