Uses of Class
com.tencentcloudapi.cls.v20201016.models.ConfigExtraInfo
-
Packages that use ConfigExtraInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of ConfigExtraInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return ConfigExtraInfo Modifier and Type Method Description ConfigExtraInfo[]DescribeConfigExtrasResponse. getConfigs()Get 采集配置列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type ConfigExtraInfo Modifier and Type Method Description voidDescribeConfigExtrasResponse. setConfigs(ConfigExtraInfo[] Configs)Set 采集配置列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type ConfigExtraInfo Constructor Description ConfigExtraInfo(ConfigExtraInfo 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.
-