public class ModifyAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ModifyAppRequest.ModifyAppRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appId
The ID of the app.
|
String |
appName
The value must be 4 to 26 characters in length and can contain letters, digits, and underscores (\_).
|
String |
description
The description of the app.
|
String |
securityToken |
List<ModifyAppRequest.ModifyAppRequestTag> |
tag
The tag of objects that match the rule.
|
| 构造器和说明 |
|---|
ModifyAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyAppRequest |
build(Map<String,?> map) |
Long |
getAppId() |
String |
getAppName() |
String |
getDescription() |
String |
getSecurityToken() |
List<ModifyAppRequest.ModifyAppRequestTag> |
getTag() |
ModifyAppRequest |
setAppId(Long appId) |
ModifyAppRequest |
setAppName(String appName) |
ModifyAppRequest |
setDescription(String description) |
ModifyAppRequest |
setSecurityToken(String securityToken) |
ModifyAppRequest |
setTag(List<ModifyAppRequest.ModifyAppRequestTag> tag) |
@NameInMap(value="AppId") public Long appId
The ID of the app.
@NameInMap(value="AppName") public String appName
The value must be 4 to 26 characters in length and can contain letters, digits, and underscores (\_). It must start with a letter.
This parameter is required only when you want to modify the value.
@NameInMap(value="Description") public String description
The description of the app. The description can contain a maximum of 180 characters in length.
This parameter is required only when you want to modify the value.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="Tag") public List<ModifyAppRequest.ModifyAppRequestTag> tag
The tag of objects that match the rule. You can specify multiple tags.
public static ModifyAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyAppRequest setAppId(Long appId)
public Long getAppId()
public ModifyAppRequest setAppName(String appName)
public String getAppName()
public ModifyAppRequest setDescription(String description)
public String getDescription()
public ModifyAppRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public ModifyAppRequest setTag(List<ModifyAppRequest.ModifyAppRequestTag> tag)
public List<ModifyAppRequest.ModifyAppRequestTag> getTag()
Copyright © 2023. All rights reserved.