public class SetOrgConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
appDisplayStyle
if can be null:
true
|
List<String> |
homepageCatalogs
if can be null:
true
|
String |
operatorId
This parameter is required.
|
Integer |
status
This parameter is required.
|
| 构造器和说明 |
|---|
SetOrgConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetOrgConfigRequest |
build(Map<String,?> map) |
Integer |
getAppDisplayStyle() |
List<String> |
getHomepageCatalogs() |
String |
getOperatorId() |
Integer |
getStatus() |
SetOrgConfigRequest |
setAppDisplayStyle(Integer appDisplayStyle) |
SetOrgConfigRequest |
setHomepageCatalogs(List<String> homepageCatalogs) |
SetOrgConfigRequest |
setOperatorId(String operatorId) |
SetOrgConfigRequest |
setStatus(Integer status) |
@NameInMap(value="appDisplayStyle") public Integer appDisplayStyle
true
@NameInMap(value="homepageCatalogs") public List<String> homepageCatalogs
true
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
@NameInMap(value="status") public Integer status
This parameter is required.
public static SetOrgConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetOrgConfigRequest setAppDisplayStyle(Integer appDisplayStyle)
public Integer getAppDisplayStyle()
public SetOrgConfigRequest setHomepageCatalogs(List<String> homepageCatalogs)
public SetOrgConfigRequest setOperatorId(String operatorId)
public String getOperatorId()
public SetOrgConfigRequest setStatus(Integer status)
public Integer getStatus()
Copyright © 2025. All rights reserved.