Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.Software
-
Packages that use Software Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of Software in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return Software Modifier and Type Method Description Software[]BlueprintInstance. getSoftwareSet()Get 软件列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Software Modifier and Type Method Description voidBlueprintInstance. setSoftwareSet(Software[] SoftwareSet)Set 软件列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Software Constructor Description Software(Software 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.
-