public class DataPlatformServicesConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
DataPlatformServicesConfig()
Default Constructor
|
DataPlatformServicesConfig(AdminServicesConfigHeader template,
String dataPlatformServerURL,
String dataPlatformServerName,
String dataPlatformConnectionProvider,
Connection dataPlatformConnection,
String dataPlatformGUID,
String dataPlatformOmasInTopicName)
Constructor to set up properties in one go
|
DataPlatformServicesConfig(String dataPlatformServerURL,
String dataPlatformServerName,
String dataPlatformConnectionProvider,
Connection dataPlatformConnection,
String dataPlatformGUID,
String dataPlatformOmasInTopicName)
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDataPlatformConfig() |
Connection |
getDataPlatformConnection() |
String |
getDataPlatformConnectionProvider() |
String |
getDataPlatformGUID() |
Connection |
getDataPlatformOmasInTopic() |
String |
getDataPlatformOmasInTopicName() |
String |
getDataPlatformServerName() |
String |
getDataPlatformServerURL() |
void |
setDataPlatformConfig(Map<String,Object> dataPlatformConfig) |
void |
setDataPlatformConnection(Connection dataPlatformConnection) |
void |
setDataPlatformConnectionProvider(String dataPlatformConnectionProvider) |
void |
setDataPlatformGUID(String dataPlatformGUID) |
void |
setDataPlatformOmasInTopic(Connection dataPlatformOmasInTopic) |
void |
setDataPlatformOmasInTopicName(String dataPlatformOmasInTopicName) |
void |
setDataPlatformServerName(String dataPlatformServerName) |
void |
setDataPlatformServerURL(String dataPlatformServerURL) |
String |
toString()
Convert all properties to a string.
|
public DataPlatformServicesConfig()
public DataPlatformServicesConfig(String dataPlatformServerURL, String dataPlatformServerName, String dataPlatformConnectionProvider, Connection dataPlatformConnection, String dataPlatformGUID, String dataPlatformOmasInTopicName)
public DataPlatformServicesConfig(AdminServicesConfigHeader template, String dataPlatformServerURL, String dataPlatformServerName, String dataPlatformConnectionProvider, Connection dataPlatformConnection, String dataPlatformGUID, String dataPlatformOmasInTopicName)
template - object to copypublic String getDataPlatformServerURL()
public void setDataPlatformServerURL(String dataPlatformServerURL)
public String getDataPlatformServerName()
public void setDataPlatformServerName(String dataPlatformServerName)
public String getDataPlatformConnectionProvider()
public void setDataPlatformConnectionProvider(String dataPlatformConnectionProvider)
public Connection getDataPlatformConnection()
public void setDataPlatformConnection(Connection dataPlatformConnection)
public String getDataPlatformGUID()
public void setDataPlatformGUID(String dataPlatformGUID)
public String getDataPlatformOmasInTopicName()
public void setDataPlatformOmasInTopicName(String dataPlatformOmasInTopicName)
public Connection getDataPlatformOmasInTopic()
public void setDataPlatformOmasInTopic(Connection dataPlatformOmasInTopic)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.