public static class GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
appName
The name of the application.
|
String |
creationTime
The time when the application was created.
|
String |
description
The description of the application.
|
String |
modificationTime
The last time when the application was modified.
|
String |
status
The status of the application.
|
String |
type
The type of the application.
|
| 构造器和说明 |
|---|
GetAppInfosResponseBodyAppInfoList() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="AppName") public String appName
The name of the application.
@NameInMap(value="CreationTime") public String creationTime
The time when the application was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Description") public String description
The description of the application.
@NameInMap(value="ModificationTime") public String modificationTime
The last time when the application was modified. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Status") public String status
The status of the application. Valid values:
- **Normal**
- **Disable**
@NameInMap(value="Type") public String type
The type of the application. Valid values:
- **System**
- **Custom**
public static GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList build(Map<String,?> map) throws Exception
Exceptionpublic GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setAppId(String appId)
public String getAppId()
public GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setAppName(String appName)
public String getAppName()
public GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setCreationTime(String creationTime)
public String getCreationTime()
public GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setDescription(String description)
public String getDescription()
public GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setModificationTime(String modificationTime)
public String getModificationTime()
public GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setStatus(String status)
public String getStatus()
public GetAppInfosResponseBody.GetAppInfosResponseBodyAppInfoList setType(String type)
public String getType()
Copyright © 2024. All rights reserved.