public class Scene extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Scene() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get 使用场景描述 | 
| String | getDisplayName()Get 使用场景展示名称 | 
| String | getSceneId()Get 使用场景Id | 
| void | setDescription(String Description)Set 使用场景描述 | 
| void | setDisplayName(String DisplayName)Set 使用场景展示名称 | 
| void | setSceneId(String SceneId)Set 使用场景Id | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Scene()
public Scene(Scene source)
public String getSceneId()
public void setSceneId(String SceneId)
SceneId - 使用场景Idpublic String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - 使用场景展示名称public String getDescription()
public void setDescription(String Description)
Description - 使用场景描述Copyright © 2025. All rights reserved.