Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ComponentInfo
-
Packages that use ComponentInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ComponentInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ComponentInfo Modifier and Type Method Description ComponentInfo[]DescribeAssetComponentListResponse. getList()Get 组件列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ComponentInfo Modifier and Type Method Description voidDescribeAssetComponentListResponse. setList(ComponentInfo[] List)Set 组件列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ComponentInfo Constructor Description ComponentInfo(ComponentInfo 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.
-