public class DataPlatformConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
DataPlatformConfig()
Default Constructor
|
DataPlatformConfig(AdminServicesConfigHeader template,
String dataPlatformServerURL,
String dataPlatformServerName,
String dataPlatformGUID,
Connection dataPlatformConnection,
String dataPlatformServerOutTopicName,
Connection dataPlatformServerOutTopic)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getDataPlatformConnection() |
String |
getDataPlatformGUID() |
String |
getDataPlatformServerName() |
Connection |
getDataPlatformServerOutTopic() |
String |
getDataPlatformServerOutTopicName() |
String |
getDataPlatformServerURL() |
void |
setDataPlatformConnection(Connection dataPlatformConnection) |
void |
setDataPlatformGUID(String dataPlatformGUID) |
void |
setDataPlatformServerName(String dataPlatformServerName) |
void |
setDataPlatformServerOutTopic(Connection dataPlatformServerOutTopic) |
void |
setDataPlatformServerOutTopicName(String dataPlatformServerOutTopicName) |
void |
setDataPlatformServerURL(String dataPlatformServerURL) |
String |
toString() |
public DataPlatformConfig()
public DataPlatformConfig(AdminServicesConfigHeader template, String dataPlatformServerURL, String dataPlatformServerName, String dataPlatformGUID, Connection dataPlatformConnection, String dataPlatformServerOutTopicName, Connection dataPlatformServerOutTopic)
template - object to copypublic String getDataPlatformServerURL()
public void setDataPlatformServerURL(String dataPlatformServerURL)
public String getDataPlatformServerName()
public void setDataPlatformServerName(String dataPlatformServerName)
public String getDataPlatformGUID()
public void setDataPlatformGUID(String dataPlatformGUID)
public Connection getDataPlatformConnection()
public void setDataPlatformConnection(Connection dataPlatformConnection)
public String getDataPlatformServerOutTopicName()
public void setDataPlatformServerOutTopicName(String dataPlatformServerOutTopicName)
public Connection getDataPlatformServerOutTopic()
public void setDataPlatformServerOutTopic(Connection dataPlatformServerOutTopic)
Copyright © 2018–2019 ODPi. All rights reserved.