Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.Scene
-
Packages that use Scene Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of Scene in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return Scene Modifier and Type Method Description Scene[]DescribeScenesResponse. getSceneSet()Get 使用场景列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Scene Modifier and Type Method Description voidDescribeScenesResponse. setSceneSet(Scene[] SceneSet)Set 使用场景列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Scene Constructor Description Scene(Scene 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.
-