public class AddOrgTextEmotionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
backgroundMediaId
This parameter is required.
|
String |
backgroundMediaIdForPanel
This parameter is required.
|
Long |
deptId
This parameter is required.
|
String |
emotionName
This parameter is required.
|
| 构造器和说明 |
|---|
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
This parameter is required.
example:@123xxx
@NameInMap(value="backgroundMediaIdForPanel") public String backgroundMediaIdForPanel
This parameter is required.
example:@345xxx
@NameInMap(value="deptId") public Long deptId
This parameter is required.
example:-1
@NameInMap(value="emotionName") public String emotionName
This parameter is required.
example:企业表情1
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 © 2025. All rights reserved.