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 |
|---|---|
Endpoint |
getDataPlatformEndpoint()
Return 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 definitionCopyright © 2018 ODPi. All rights reserved.