public class Tl1Element extends Object implements Serializable
Constructor and Description |
---|
Tl1Element() |
Modifier and Type | Method and Description |
---|---|
void |
deletePort() |
void |
deleteReconnectDelay() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getHost()
Returns the value of field 'host'.
|
String |
getPassword()
Returns the value of field 'password'.
|
Integer |
getPort()
Returns the value of field 'port'.
|
Long |
getReconnectDelay()
Returns the value of field 'reconnectDelay'.
|
String |
getTl1ClientApi()
Returns the value of field 'tl1ClientApi'.
|
String |
getTl1MessageParser()
Returns the value of field 'tl1MessageParser'.
|
String |
getUserid()
Returns the value of field 'userid'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasPort()
Method hasPort.
|
boolean |
hasReconnectDelay()
Method hasReconnectDelay.
|
void |
setHost(String host)
Sets the value of field 'host'.
|
void |
setPassword(String password)
Sets the value of field 'password'.
|
void |
setPort(Integer port)
Sets the value of field 'port'.
|
void |
setReconnectDelay(Long reconnectDelay)
Sets the value of field 'reconnectDelay'.
|
void |
setTl1ClientApi(String tl1ClientApi)
Sets the value of field 'tl1ClientApi'.
|
void |
setTl1MessageParser(String tl1MessageParser)
Sets the value of field 'tl1MessageParser'.
|
void |
setUserid(String userid)
Sets the value of field 'userid'.
|
public void deletePort()
public void deleteReconnectDelay()
public boolean equals(Object obj)
public String getHost()
public String getPassword()
public Integer getPort()
public Long getReconnectDelay()
public String getTl1ClientApi()
public String getTl1MessageParser()
public String getUserid()
public boolean hasPort()
public boolean hasReconnectDelay()
public int hashCode()
public void setHost(String host)
host
- the value of field 'host'.public void setPassword(String password)
password
- the value of field 'password'.public void setPort(Integer port)
port
- the value of field 'port'.public void setReconnectDelay(Long reconnectDelay)
reconnectDelay
- the value of field 'reconnectDelay'.public void setTl1ClientApi(String tl1ClientApi)
tl1ClientApi
- the value of field 'tl1ClientApi'.public void setTl1MessageParser(String tl1MessageParser)
tl1MessageParser
- the value of field 'tl1MessageParser'.public void setUserid(String userid)
userid
- the value of field 'userid'.Copyright © 2017. All rights reserved.