public class DigitalStoreSceneScopeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupConversationType |
Long |
scopeId |
| 构造器和说明 |
|---|
DigitalStoreSceneScopeResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DigitalStoreSceneScopeResponseBody |
build(Map<String,?> map) |
String |
getGroupConversationType() |
Long |
getScopeId() |
DigitalStoreSceneScopeResponseBody |
setGroupConversationType(String groupConversationType) |
DigitalStoreSceneScopeResponseBody |
setScopeId(Long scopeId) |
@NameInMap(value="groupConversationType") public String groupConversationType
@NameInMap(value="scopeId") public Long scopeId
public static DigitalStoreSceneScopeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DigitalStoreSceneScopeResponseBody setGroupConversationType(String groupConversationType)
public String getGroupConversationType()
public DigitalStoreSceneScopeResponseBody setScopeId(Long scopeId)
public Long getScopeId()
Copyright © 2023. All rights reserved.