public class RasaConnectionConfig extends Object implements Serializable
| Constructor and Description |
|---|
RasaConnectionConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets the host.
|
String |
getPort()
Gets the port.
|
String |
getProtocol()
Gets the protocol.
|
String |
getToken()
Gets the token.
|
void |
setHost(String host)
Sets the host.
|
void |
setPort(String port)
Sets the port.
|
void |
setProtocol(String protocol)
Sets the protocol.
|
void |
setToken(String token)
Sets the token.
|
String |
toString() |
public String getProtocol()
public void setProtocol(String protocol)
protocol - the new protocolpublic String getHost()
public void setHost(String host)
host - the new hostpublic String getPort()
public void setPort(String port)
port - the new portpublic String getToken()
public void setToken(String token)
token - the new tokenCopyright © 2017 BotMill. All rights reserved.