public class DescribeAppResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appId
The ID of the app.
|
String |
appName
The name of the app.
|
String |
createdTime
The time when the app was created.
|
String |
description
The description of the app.
|
String |
modifiedTime
The time when the app was modified.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DescribeAppResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeAppResponseBody |
build(Map<String,?> map) |
Long |
getAppId() |
String |
getAppName() |
String |
getCreatedTime() |
String |
getDescription() |
String |
getModifiedTime() |
String |
getRequestId() |
DescribeAppResponseBody |
setAppId(Long appId) |
DescribeAppResponseBody |
setAppName(String appName) |
DescribeAppResponseBody |
setCreatedTime(String createdTime) |
DescribeAppResponseBody |
setDescription(String description) |
DescribeAppResponseBody |
setModifiedTime(String modifiedTime) |
DescribeAppResponseBody |
setRequestId(String requestId) |
@NameInMap(value="AppId") public Long appId
The ID of the app.
@NameInMap(value="AppName") public String appName
The name of the app.
@NameInMap(value="CreatedTime") public String createdTime
The time when the app was created.
@NameInMap(value="Description") public String description
The description of the app.
@NameInMap(value="ModifiedTime") public String modifiedTime
The time when the app was modified.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static DescribeAppResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAppResponseBody setAppId(Long appId)
public Long getAppId()
public DescribeAppResponseBody setAppName(String appName)
public String getAppName()
public DescribeAppResponseBody setCreatedTime(String createdTime)
public String getCreatedTime()
public DescribeAppResponseBody setDescription(String description)
public String getDescription()
public DescribeAppResponseBody setModifiedTime(String modifiedTime)
public String getModifiedTime()
public DescribeAppResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.