public class ConnectAction extends java.lang.Object implements Action
Endpoint.| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectAction.Builder |
builder(java.util.Collection<Endpoint> endpoint) |
static ConnectAction.Builder |
builder(Endpoint... endpoint) |
java.lang.String |
getAction() |
java.util.Collection<Endpoint> |
getEndpoint() |
EventMethod |
getEventMethod() |
EventType |
getEventType() |
java.util.Collection<java.lang.String> |
getEventUrl() |
java.lang.String |
getFrom() |
java.lang.Integer |
getLimit() |
MachineDetection |
getMachineDetection() |
java.lang.Integer |
getTimeOut() |
public java.util.Collection<Endpoint> getEndpoint()
public java.lang.String getFrom()
public EventType getEventType()
public java.lang.Integer getTimeOut()
public java.lang.Integer getLimit()
public MachineDetection getMachineDetection()
public java.util.Collection<java.lang.String> getEventUrl()
public EventMethod getEventMethod()
public static ConnectAction.Builder builder(java.util.Collection<Endpoint> endpoint)
public static ConnectAction.Builder builder(Endpoint... endpoint)