public class ResetAppSecretRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appKey
The key of the application that is used to make an API call.
|
String |
newAppSecret
The new key of the application.
|
String |
securityToken |
| 构造器和说明 |
|---|
ResetAppSecretRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResetAppSecretRequest |
build(Map<String,?> map) |
String |
getAppKey() |
String |
getNewAppSecret() |
String |
getSecurityToken() |
ResetAppSecretRequest |
setAppKey(String appKey) |
ResetAppSecretRequest |
setNewAppSecret(String newAppSecret) |
ResetAppSecretRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="AppKey") public String appKey
The key of the application that is used to make an API call.
@NameInMap(value="NewAppSecret") public String newAppSecret
The new key of the application. To improve compatibility, we recommend that you use other parameters.
@NameInMap(value="SecurityToken") public String securityToken
public static ResetAppSecretRequest build(Map<String,?> map) throws Exception
Exceptionpublic ResetAppSecretRequest setAppKey(String appKey)
public String getAppKey()
public ResetAppSecretRequest setNewAppSecret(String newAppSecret)
public String getNewAppSecret()
public ResetAppSecretRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2023. All rights reserved.