public class QueryTagApplyRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The response code.
|
QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData |
data
The returned data.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
QueryTagApplyRuleResponseBody() |
@NameInMap(value="Code") public String code
The response code. OK indicates that the request is successful.
example:OK
@NameInMap(value="Data") public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData data
The returned data.
@NameInMap(value="Message") public String message
The returned message.
example:OK
@NameInMap(value="RequestId") public String requestId
The request ID.
example:CC3BB6D2---9DCE-B38165CE4C47
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful. Valid values:
false
public static QueryTagApplyRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagApplyRuleResponseBody setCode(String code)
public String getCode()
public QueryTagApplyRuleResponseBody setData(QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData data)
public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData getData()
public QueryTagApplyRuleResponseBody setMessage(String message)
public String getMessage()
public QueryTagApplyRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public QueryTagApplyRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.