public static class QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applyMaterialDesc
The requirements for application materials.
|
Long |
autoAudit
Indicates whether the application is automatically approved.
|
String |
chargingStandardLink
The URL for the billing documentation.
|
Long |
encryptedQuery
indicates whether encrypted queries are supported.
|
Long |
needApplyMaterial
Indicates whether application materials are required.
|
String |
slaLink
The URL for the service agreement.
|
| 构造器和说明 |
|---|
QueryTagApplyRuleResponseBodyData() |
@NameInMap(value="ApplyMaterialDesc") public String applyMaterialDesc
The requirements for application materials.
example:Requirements for application materials
@NameInMap(value="AutoAudit") public Long autoAudit
Indicates whether the application is automatically approved.
example:16
@NameInMap(value="ChargingStandardLink") public String chargingStandardLink
The URL for the billing documentation.
example:aliyundoc.com
@NameInMap(value="EncryptedQuery") public Long encryptedQuery
indicates whether encrypted queries are supported.
example:99
@NameInMap(value="NeedApplyMaterial") public Long needApplyMaterial
Indicates whether application materials are required.
example:46
@NameInMap(value="SlaLink") public String slaLink
The URL for the service agreement.
example:example.aliyundoc.com
public static QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData setApplyMaterialDesc(String applyMaterialDesc)
public String getApplyMaterialDesc()
public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData setAutoAudit(Long autoAudit)
public Long getAutoAudit()
public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData setChargingStandardLink(String chargingStandardLink)
public String getChargingStandardLink()
public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData setEncryptedQuery(Long encryptedQuery)
public Long getEncryptedQuery()
public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData setNeedApplyMaterial(Long needApplyMaterial)
public Long getNeedApplyMaterial()
public QueryTagApplyRuleResponseBody.QueryTagApplyRuleResponseBodyData setSlaLink(String slaLink)
public String getSlaLink()
Copyright © 2026. All rights reserved.