public class SceneInfo extends AbstractModel
Constructor and Description |
---|
SceneInfo() |
SceneInfo(SceneInfo 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SceneInfo()
public SceneInfo(SceneInfo source)
public String getSceneId()
public void setSceneId(String SceneId)
SceneId
- 使用场景Id。public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- 使用场景展示名称。public String getDescription()
public void setDescription(String Description)
Description
- 使用场景描述信息。Copyright © 2022. All rights reserved.