public class UpdateAppInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
appName
The name of the application.
|
String |
description
The description of the application.
|
String |
status
The status of the application.
|
| 构造器和说明 |
|---|
UpdateAppInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateAppInfoRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getAppName() |
String |
getDescription() |
String |
getStatus() |
UpdateAppInfoRequest |
setAppId(String appId) |
UpdateAppInfoRequest |
setAppName(String appName) |
UpdateAppInfoRequest |
setDescription(String description) |
UpdateAppInfoRequest |
setStatus(String status) |
@NameInMap(value="AppId") public String appId
The ID of the application.
* Default value: **app-1000000**.
* For more information, see [Overview](~~113600~~).
@NameInMap(value="AppName") public String appName
The name of the application.
* The name can contain up to 128 characters in length, including Chinese letters, digits, and periods (.), dash (-), and at character (@).
* The name can contain only UTF-8 characters.
@NameInMap(value="Description") public String description
The description of the application.
* The description can contain up to 512 characters in length.
* The description can contain only UTF-8 characters.
@NameInMap(value="Status") public String status
The status of the application. Valid values:
* **Normal**
* **Disable**
public static UpdateAppInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateAppInfoRequest setAppId(String appId)
public String getAppId()
public UpdateAppInfoRequest setAppName(String appName)
public String getAppName()
public UpdateAppInfoRequest setDescription(String description)
public String getDescription()
public UpdateAppInfoRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.