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