public class AddOrgTextEmotionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
backgroundMediaId |
String |
backgroundMediaIdForPanel |
Long |
deptId |
String |
emotionName |
| 构造器和说明 |
|---|
AddOrgTextEmotionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddOrgTextEmotionRequest |
build(Map<String,?> map) |
String |
getBackgroundMediaId() |
String |
getBackgroundMediaIdForPanel() |
Long |
getDeptId() |
String |
getEmotionName() |
AddOrgTextEmotionRequest |
setBackgroundMediaId(String backgroundMediaId) |
AddOrgTextEmotionRequest |
setBackgroundMediaIdForPanel(String backgroundMediaIdForPanel) |
AddOrgTextEmotionRequest |
setDeptId(Long deptId) |
AddOrgTextEmotionRequest |
setEmotionName(String emotionName) |
@NameInMap(value="backgroundMediaId") public String backgroundMediaId
@NameInMap(value="backgroundMediaIdForPanel") public String backgroundMediaIdForPanel
@NameInMap(value="deptId") public Long deptId
@NameInMap(value="emotionName") public String emotionName
public static AddOrgTextEmotionRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddOrgTextEmotionRequest setBackgroundMediaId(String backgroundMediaId)
public String getBackgroundMediaId()
public AddOrgTextEmotionRequest setBackgroundMediaIdForPanel(String backgroundMediaIdForPanel)
public String getBackgroundMediaIdForPanel()
public AddOrgTextEmotionRequest setDeptId(Long deptId)
public Long getDeptId()
public AddOrgTextEmotionRequest setEmotionName(String emotionName)
public String getEmotionName()
Copyright © 2023. All rights reserved.