public interface BlueprintConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getBlueprintName()
Get the blueprint name.
|
String |
getConfigAttributes()
Get the configuration attributes.
|
String |
getConfigData()
Get the configuration properties.
|
String |
getType()
Get the configuration type.
|
void |
setBlueprintName(String blueprintName)
Set the blueprint name.
|
void |
setConfigAttributes(String configAttributes)
Set the configuration attributes.
|
void |
setConfigData(String configData)
Set the configuration properties.
|
void |
setType(String type)
Set the configuration type.
|
void setType(String type)
type
- configuration typeString getType()
void setBlueprintName(String blueprintName)
blueprintName
- blueprint nameString getBlueprintName()
void setConfigData(String configData)
configData
- json representation of property mapString getConfigData()
String getConfigAttributes()
void setConfigAttributes(String configAttributes)
configAttributes
- json representation of attributes mapCopyright © 2022 Apache Software Foundation. All rights reserved.