@Entity public class HostGroupConfigEntity extends Object implements BlueprintConfiguration
Constructor and Description |
---|
HostGroupConfigEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getBlueprintName()
Get the name of the associated blueprint.
|
String |
getConfigAttributes()
Gets the attributes of configs in this host group.
|
String |
getConfigData()
Get the config data.
|
HostGroupEntity |
getHostGroupEntity()
Get the host group entity instance.
|
String |
getHostGroupName()
Get the name of the associated host group.
|
String |
getType()
Get the configuration type.
|
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setConfigAttributes(String configAttributes)
Sets attributes of configs in this host group.
|
void |
setConfigData(String configData)
Set the config data.
|
void |
setHostGroupEntity(HostGroupEntity entity)
Set the host group entity instance.
|
void |
setHostGroupName(String hostGroupName)
Set the name of the associated host group.
|
void |
setType(String type)
Set the configuration type.
|
public String getType()
getType
in interface BlueprintConfiguration
public void setType(String type)
setType
in interface BlueprintConfiguration
type
- configuration typepublic HostGroupEntity getHostGroupEntity()
public void setHostGroupEntity(HostGroupEntity entity)
entity
- host group entitypublic String getBlueprintName()
getBlueprintName
in interface BlueprintConfiguration
public void setBlueprintName(String blueprintName)
setBlueprintName
in interface BlueprintConfiguration
blueprintName
- blueprint namepublic String getHostGroupName()
public void setHostGroupName(String hostGroupName)
hostGroupName
- host group namepublic String getConfigData()
getConfigData
in interface BlueprintConfiguration
public void setConfigData(String configData)
setConfigData
in interface BlueprintConfiguration
configData
- all config data in json formatpublic String getConfigAttributes()
getConfigAttributes
in interface BlueprintConfiguration
public void setConfigAttributes(String configAttributes)
setConfigAttributes
in interface BlueprintConfiguration
configAttributes
- all attribute values of configs in JSON formatCopyright © 2022 Apache Software Foundation. All rights reserved.