Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.SoftwareDetail
-
Packages that use SoftwareDetail Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of SoftwareDetail in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return SoftwareDetail Modifier and Type Method Description SoftwareDetail[]
Software. getDetailSet()
Get 软件详情列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type SoftwareDetail Modifier and Type Method Description void
Software. setDetailSet(SoftwareDetail[] DetailSet)
Set 软件详情列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type SoftwareDetail Constructor Description SoftwareDetail(SoftwareDetail 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.
-