public class CreateAppResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appId
The unique ID of the application.
|
String |
requestId
The ID of the request.
|
Boolean |
tagStatus
Indicates whether the tag exists.
|
| 构造器和说明 |
|---|
CreateAppResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateAppResponseBody |
build(Map<String,?> map) |
Long |
getAppId() |
String |
getRequestId() |
Boolean |
getTagStatus() |
CreateAppResponseBody |
setAppId(Long appId) |
CreateAppResponseBody |
setRequestId(String requestId) |
CreateAppResponseBody |
setTagStatus(Boolean tagStatus) |
@NameInMap(value="AppId") public Long appId
The unique ID of the application.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TagStatus") public Boolean tagStatus
Indicates whether the tag exists. If the value is **true**, the tag exists. If the value is **false**, the tag does not exist.
public static CreateAppResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateAppResponseBody setAppId(Long appId)
public Long getAppId()
public CreateAppResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateAppResponseBody setTagStatus(Boolean tagStatus)
public Boolean getTagStatus()
Copyright © 2023. All rights reserved.