public class DataPlatform extends Object implements Serializable
| Constructor and Description |
|---|
DataPlatform()
Default constructor.
|
DataPlatform(DataPlatform templateDataPlatform)
Copy/clone constructor - the parentAsset is passed separately to the template because it is also
likely to be being cloned in the same operation and we want the infrastructure clone to point to the
asset clone and not the original asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorType> |
getDataPlatformConnectorType()
Return the connector type defined for this data platform.
|
Endpoint |
getDataPlatformEndpoint()
Return the endpoint defined for this data platform.
|
void |
setDataPlatformConnectorType(List<ConnectorType> dataPlatformConnectorType)
Set up the endpoint defined for this data platform.
|
void |
setDataPlatformEndpoint(Endpoint dataPlatformEndpoint)
Set up the endpoint defined for this data platform.
|
public DataPlatform()
public DataPlatform(DataPlatform templateDataPlatform)
templateDataPlatform - - template object to copypublic Endpoint getDataPlatformEndpoint()
public void setDataPlatformEndpoint(Endpoint dataPlatformEndpoint)
dataPlatformEndpoint - - Endpoint definitionpublic List<ConnectorType> getDataPlatformConnectorType()
public void setDataPlatformConnectorType(List<ConnectorType> dataPlatformConnectorType)
dataPlatformConnectorType - the data platform connector typeCopyright © 2018–2019 ODPi. All rights reserved.