public class HostGroupEntityPK extends Object
| Constructor and Description |
|---|
HostGroupEntityPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlueprintName()
Get the name of the associated blueprint.
|
String |
getName()
Get the name of the host group.
|
int |
hashCode() |
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setName(String name)
Set the name of the host group.
|
public String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName - blueprint namepublic String getName()
public void setName(String name)
name - host group nameCopyright © 2022 Apache Software Foundation. All rights reserved.