public static class ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
agentId
This parameter is required.
|
Long |
appId
This parameter is required.
|
Integer |
appStatus
This parameter is required.
|
String |
desc
example:
desc
|
Integer |
developType
This parameter is required.
|
String |
homepageLink
example:
https://www.dingtalk.com
|
String |
icon
example:
icon
|
String |
name
example:
name
|
String |
ompLink
example:
https://www.dingtalk.com
|
String |
pcHomepageLink
example:
https://www.dingtalk.com
|
| 构造器和说明 |
|---|
ListAllInnerAppsResponseBodyAppList() |
@NameInMap(value="agentId") public Long agentId
This parameter is required.
example:1
@NameInMap(value="appId") public Long appId
This parameter is required.
example:111
@NameInMap(value="appStatus") public Integer appStatus
This parameter is required.
example:1
@NameInMap(value="desc") public String desc
desc
@NameInMap(value="developType") public Integer developType
This parameter is required.
example:0
@NameInMap(value="homepageLink") public String homepageLink
@NameInMap(value="icon") public String icon
icon
@NameInMap(value="name") public String name
name
@NameInMap(value="ompLink") public String ompLink
@NameInMap(value="pcHomepageLink") public String pcHomepageLink
public static ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList build(Map<String,?> map) throws Exception
Exceptionpublic ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setAgentId(Long agentId)
public Long getAgentId()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setAppId(Long appId)
public Long getAppId()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setAppStatus(Integer appStatus)
public Integer getAppStatus()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setDesc(String desc)
public String getDesc()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setDevelopType(Integer developType)
public Integer getDevelopType()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setHomepageLink(String homepageLink)
public String getHomepageLink()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setIcon(String icon)
public String getIcon()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setName(String name)
public String getName()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setOmpLink(String ompLink)
public String getOmpLink()
public ListAllInnerAppsResponseBody.ListAllInnerAppsResponseBodyAppList setPcHomepageLink(String pcHomepageLink)
public String getPcHomepageLink()
Copyright © 2025. All rights reserved.