public static class GetRuleResponseBody.GetRuleResponseBodyDataTargetsParamList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The format that is used by the event target parameter.
|
String |
resourceKey
The resource key of the event target.
|
String |
template
The template based on which events are delivered to the event target.
|
String |
value
The event target.
|
| 构造器和说明 |
|---|
GetRuleResponseBodyDataTargetsParamList() |
@NameInMap(value="Form") public String form
The format that is used by the event target parameter. For more information, see Limits.
example:TEMPLATE
@NameInMap(value="ResourceKey") public String resourceKey
The resource key of the event target. For more information, see Limits.
example:body
@NameInMap(value="Template") public String template
The template based on which events are delivered to the event target.
example:The value of ${key} is ${value}!
@NameInMap(value="Value") public String value
The event target.
example:{\"key\"=\"value\"}
public static GetRuleResponseBody.GetRuleResponseBodyDataTargetsParamList build(Map<String,?> map) throws Exception
Exceptionpublic GetRuleResponseBody.GetRuleResponseBodyDataTargetsParamList setForm(String form)
public String getForm()
public GetRuleResponseBody.GetRuleResponseBodyDataTargetsParamList setResourceKey(String resourceKey)
public String getResourceKey()
public GetRuleResponseBody.GetRuleResponseBodyDataTargetsParamList setTemplate(String template)
public String getTemplate()
public GetRuleResponseBody.GetRuleResponseBodyDataTargetsParamList setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.