public class SyncSecretKeyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult |
| 限定符和类型 | 字段和说明 |
|---|---|
SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult |
result |
String |
success |
| 构造器和说明 |
|---|
SyncSecretKeyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncSecretKeyResponseBody |
build(Map<String,?> map) |
SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult |
getResult() |
String |
getSuccess() |
SyncSecretKeyResponseBody |
setResult(SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult result) |
SyncSecretKeyResponseBody |
setSuccess(String success) |
@NameInMap(value="result") public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult result
@NameInMap(value="success") public String success
public static SyncSecretKeyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SyncSecretKeyResponseBody setResult(SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult result)
public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult getResult()
public SyncSecretKeyResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2022. All rights reserved.