public class CreateAppInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appName
The name of the application.
|
String |
description
The description of the application.
|
| 构造器和说明 |
|---|
CreateAppInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateAppInfoRequest |
build(Map<String,?> map) |
String |
getAppName() |
String |
getDescription() |
CreateAppInfoRequest |
setAppName(String appName) |
CreateAppInfoRequest |
setDescription(String description) |
@NameInMap(value="AppName") public String appName
The name of the application. The application name must be unique.
* The name can contain letters, digits, periods (.), hyphens (-), and at signs (@). The name can be up to 128 characters in length.
* The value must be encoded in UTF-8.
@NameInMap(value="Description") public String description
The description of the application.
* The description can contain up to 512 characters in length.
* The value must be encoded in UTF-8.
public static CreateAppInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateAppInfoRequest setAppName(String appName)
public String getAppName()
public CreateAppInfoRequest setDescription(String description)
public String getDescription()
Copyright © 2024. All rights reserved.