public class LocalServer extends Object implements Serializable
Constructor and Description |
---|
LocalServer() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDefaultCriticalPathRetries() |
void |
deleteDefaultCriticalPathTimeout() |
boolean |
equals(Object obj) |
InetAddress |
getDefaultCriticalPathIp()
Returns the value of field 'defaultCriticalPathIp'.
|
int |
getDefaultCriticalPathRetries()
Returns the value of field 'defaultCriticalPathRetries'.
|
String |
getDefaultCriticalPathService()
Returns the value of field 'defaultCriticalPathService'.
|
Integer |
getDefaultCriticalPathTimeout()
Returns the value of field 'defaultCriticalPathTimeout'.
|
String |
getServerName()
Returns the value of field 'serverName'.
|
String |
getVerifyServer()
Returns the value of field 'verifyServer'.
|
boolean |
hasDefaultCriticalPathRetries()
Method hasDefaultCriticalPathRetries.
|
boolean |
hasDefaultCriticalPathTimeout()
Method hasDefaultCriticalPathTimeout.
|
int |
hashCode() |
void |
setDefaultCriticalPathIp(InetAddress ip)
Sets the value of field 'defaultCriticalPathIp'.
|
void |
setDefaultCriticalPathRetries(Integer retries)
Sets the value of field 'defaultCriticalPathRetries'.
|
void |
setDefaultCriticalPathService(String defaultCriticalPathService)
Sets the value of field 'defaultCriticalPathService'.
|
void |
setDefaultCriticalPathTimeout(Integer timeout)
Sets the value of field 'defaultCriticalPathTimeout'.
|
void |
setServerName(String serverName)
Sets the value of field 'serverName'.
|
void |
setVerifyServer(String verifyServer)
Sets the value of field 'verifyServer'.
|
public void deleteDefaultCriticalPathRetries()
public void deleteDefaultCriticalPathTimeout()
public InetAddress getDefaultCriticalPathIp()
public int getDefaultCriticalPathRetries()
public String getDefaultCriticalPathService()
public Integer getDefaultCriticalPathTimeout()
public String getServerName()
public String getVerifyServer()
public boolean hasDefaultCriticalPathRetries()
public boolean hasDefaultCriticalPathTimeout()
public void setDefaultCriticalPathIp(InetAddress ip)
ip
- the value of field
'defaultCriticalPathIp'.public void setDefaultCriticalPathRetries(Integer retries)
defaultCriticalPathRetries
- the value of field
'defaultCriticalPathRetries'.public void setDefaultCriticalPathService(String defaultCriticalPathService)
defaultCriticalPathService
- the value of field
'defaultCriticalPathService'.public void setDefaultCriticalPathTimeout(Integer timeout)
defaultCriticalPathTimeout
- the value of field
'defaultCriticalPathTimeout'.public void setServerName(String serverName)
serverName
- the value of field 'serverName'.public void setVerifyServer(String verifyServer)
verifyServer
- the value of field 'verifyServer'.Copyright © 2017. All rights reserved.