public class AggregatedFlowEvent extends Object
| Constructor and Description |
|---|
AggregatedFlowEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomId() |
List<CustomInfo> |
getCustomInfo() |
URI |
getDetails() |
String |
getFlowID() |
String |
getHost() |
long |
getId() |
String |
getIp() |
String |
getMessageID() |
String |
getOperation() |
String |
getPort() |
String |
getPrincipal() |
String |
getProcess() |
long |
getTimestamp() |
String |
getTransport() |
org.talend.esb.sam.common.event.EventTypeEnum |
getType() |
boolean |
isContentCut() |
void |
setContentCut(boolean isContentCut) |
void |
setCustomId(String customId) |
void |
setCustomInfo(List<CustomInfo> custom) |
void |
setDetails(URI details) |
void |
setFlowID(String flowID) |
void |
setHost(String hostname) |
void |
setId(long id) |
void |
setIp(String ip) |
void |
setMessageID(String messageID) |
void |
setOperation(String operation) |
void |
setPort(String port) |
void |
setPrincipal(String principal) |
void |
setProcess(String process) |
void |
setTimestamp(long timestamp) |
void |
setTransport(String transport) |
void |
setType(org.talend.esb.sam.common.event.EventTypeEnum type) |
public long getId()
public void setId(long id)
public long getTimestamp()
public void setTimestamp(long timestamp)
public org.talend.esb.sam.common.event.EventTypeEnum getType()
public void setType(org.talend.esb.sam.common.event.EventTypeEnum type)
public String getCustomId()
public void setCustomId(String customId)
public String getProcess()
public void setProcess(String process)
public String getHost()
public void setHost(String hostname)
public String getIp()
public void setIp(String ip)
public String getPrincipal()
public void setPrincipal(String principal)
public String getFlowID()
public void setFlowID(String flowID)
public String getMessageID()
public void setMessageID(String messageID)
public String getTransport()
public void setTransport(String transport)
public String getPort()
public void setPort(String port)
public String getOperation()
public void setOperation(String operation)
public boolean isContentCut()
public void setContentCut(boolean isContentCut)
public List<CustomInfo> getCustomInfo()
public void setCustomInfo(List<CustomInfo> custom)
public URI getDetails()
public void setDetails(URI details)
Copyright © 2011–2021 Talend Inc.. All rights reserved.