public static class ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpoint
The endpoint of the event target.
|
String |
errorsTolerance
The fault tolerance policy.
|
String |
id
The ID of the custom event target.
|
String |
pushSelector
The transformer that is used to push events.
|
String |
type
The type of the event target.
|
| 构造器和说明 |
|---|
ListRulesResponseBodyDataRulesTargets() |
@NameInMap(value="Endpoint") public String endpoint
The endpoint of the event target.
example:acs:mns:cn-hangzhou:123456789098****:queues/myqueue
@NameInMap(value="ErrorsTolerance") public String errorsTolerance
The fault tolerance policy. Valid values:
ALL
@NameInMap(value="Id") public String id
The ID of the custom event target.
example:177
@NameInMap(value="PushSelector") public String pushSelector
The transformer that is used to push events.
example:MATCHED_EVENT
@NameInMap(value="Type") public String type
The type of the event target. For more information, see Event target parameters.
example:acs.mns.queue
public static ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets build(Map<String,?> map) throws Exception
Exceptionpublic ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets setEndpoint(String endpoint)
public String getEndpoint()
public ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets setErrorsTolerance(String errorsTolerance)
public String getErrorsTolerance()
public ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets setId(String id)
public String getId()
public ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets setPushSelector(String pushSelector)
public String getPushSelector()
public ListRulesResponseBody.ListRulesResponseBodyDataRulesTargets setType(String type)
public String getType()
Copyright © 2026. All rights reserved.