public class CreateAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateAppRequest.CreateAppRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appCode
The AppCode of the app.
|
String |
appKey
The app key that is used for calling an API.
|
String |
appName
The name of the app.
|
String |
appSecret
The password of the app.
|
String |
description
The description of the app.
|
String |
securityToken |
String |
source
The creation mode.
|
List<CreateAppRequest.CreateAppRequestTag> |
tag
The tag of objects that match the rule.
|
| 构造器和说明 |
|---|
CreateAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateAppRequest |
build(Map<String,?> map) |
String |
getAppCode() |
String |
getAppKey() |
String |
getAppName() |
String |
getAppSecret() |
String |
getDescription() |
String |
getSecurityToken() |
String |
getSource() |
List<CreateAppRequest.CreateAppRequestTag> |
getTag() |
CreateAppRequest |
setAppCode(String appCode) |
CreateAppRequest |
setAppKey(String appKey) |
CreateAppRequest |
setAppName(String appName) |
CreateAppRequest |
setAppSecret(String appSecret) |
CreateAppRequest |
setDescription(String description) |
CreateAppRequest |
setSecurityToken(String securityToken) |
CreateAppRequest |
setSource(String source) |
CreateAppRequest |
setTag(List<CreateAppRequest.CreateAppRequestTag> tag) |
@NameInMap(value="AppCode") public String appCode
The AppCode of the app.
@NameInMap(value="AppKey") public String appKey
The app key that is used for calling an API.
@NameInMap(value="AppName") public String appName
The name of the app. The name must be 4 to 26 characters in length. It must start with a letter and can contain letters, digits, and underscores (\_).
@NameInMap(value="AppSecret") public String appSecret
The password of the app.
@NameInMap(value="Description") public String description
The description of the app. The description can contain a maximum of 180 characters in length.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="Source") public String source
The creation mode. An app can be created by using the console or calling the API operation.
@NameInMap(value="Tag") public List<CreateAppRequest.CreateAppRequestTag> tag
The tag of objects that match the rule. You can specify multiple tags.
public static CreateAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateAppRequest setAppCode(String appCode)
public String getAppCode()
public CreateAppRequest setAppKey(String appKey)
public String getAppKey()
public CreateAppRequest setAppName(String appName)
public String getAppName()
public CreateAppRequest setAppSecret(String appSecret)
public String getAppSecret()
public CreateAppRequest setDescription(String description)
public String getDescription()
public CreateAppRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public CreateAppRequest setSource(String source)
public String getSource()
public CreateAppRequest setTag(List<CreateAppRequest.CreateAppRequestTag> tag)
public List<CreateAppRequest.CreateAppRequestTag> getTag()
Copyright © 2023. All rights reserved.