public class HistoryThreeElementsVerificationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
HistoryThreeElementsVerificationResponseBody.HistoryThreeElementsVerificationResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessDeniedDetail
example:
|
String |
code
example:
OK
|
HistoryThreeElementsVerificationResponseBody.HistoryThreeElementsVerificationResponseBodyData |
data |
String |
message
example:
OK
|
String |
requestId
example:
CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47
|
| 构造器和说明 |
|---|
HistoryThreeElementsVerificationResponseBody() |
@NameInMap(value="AccessDeniedDetail") public String accessDeniedDetail
@NameInMap(value="Code") public String code
OK
@NameInMap(value="Data") public HistoryThreeElementsVerificationResponseBody.HistoryThreeElementsVerificationResponseBodyData data
@NameInMap(value="Message") public String message
OK
@NameInMap(value="RequestId") public String requestId
CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47
public HistoryThreeElementsVerificationResponseBody()
public static HistoryThreeElementsVerificationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic HistoryThreeElementsVerificationResponseBody setAccessDeniedDetail(String accessDeniedDetail)
public String getAccessDeniedDetail()
public HistoryThreeElementsVerificationResponseBody setCode(String code)
public String getCode()
public HistoryThreeElementsVerificationResponseBody setData(HistoryThreeElementsVerificationResponseBody.HistoryThreeElementsVerificationResponseBodyData data)
public HistoryThreeElementsVerificationResponseBody.HistoryThreeElementsVerificationResponseBodyData getData()
public HistoryThreeElementsVerificationResponseBody setMessage(String message)
public String getMessage()
public HistoryThreeElementsVerificationResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.