public class Originator extends Object implements Serializable
| Constructor and Description |
|---|
Originator()
Instantiates a new originator.
|
Originator(String processId,
String ip,
String hostname,
String customId,
String principal)
Instantiates a new originator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCustomId()
Gets the custom id.
|
String |
getHostname()
Gets the hostname.
|
String |
getIp()
Gets the ip address.
|
String |
getPrincipal()
Gets the principal.
|
String |
getProcessId()
Gets the process id.
|
int |
hashCode() |
void |
setCustomId(String customId)
Sets the custom id.
|
void |
setHostname(String hostname)
Sets the hostname.
|
void |
setIp(String ip)
Sets the ip address.
|
void |
setPrincipal(String principal)
Sets the principal.
|
void |
setProcessId(String processId)
Sets the process id.
|
String |
toString() |
public Originator(String processId, String ip, String hostname, String customId, String principal)
processId - the process idip - the ip addresshostname - the hostnamecustomId - the custom idprincipal - the principalpublic Originator()
public String getProcessId()
public void setProcessId(String processId)
processId - the new process idpublic String getIp()
public void setIp(String ip)
ip - the new ip addresspublic String getHostname()
public void setHostname(String hostname)
hostname - the new hostnamepublic String getCustomId()
public void setCustomId(String customId)
customId - the new custom idpublic String getPrincipal()
public void setPrincipal(String principal)
principal - the new principalCopyright © 2011–2015 Talend Inc.. All rights reserved.