@Entity public class TopologyHostInfoEntity extends Object
Constructor and Description |
---|
TopologyHostInfoEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFqdn() |
Long |
getGroupId() |
Integer |
getHostCount() |
HostEntity |
getHostEntity() |
Long |
getId() |
String |
getPredicate() |
String |
getRackInfo() |
TopologyHostGroupEntity |
getTopologyHostGroupEntity() |
int |
hashCode() |
void |
setFqdn(String fqdn) |
void |
setHostCount(Integer hostCount) |
void |
setHostEntity(HostEntity hostEntity) |
void |
setId(Long id) |
void |
setPredicate(String predicate) |
void |
setRackInfo(String rackInfo) |
void |
setTopologyHostGroupEntity(TopologyHostGroupEntity topologyHostGroupEntity) |
public Long getId()
public void setId(Long id)
public Long getGroupId()
public String getFqdn()
public void setFqdn(String fqdn)
public Integer getHostCount()
public void setHostCount(Integer hostCount)
public String getPredicate()
public void setPredicate(String predicate)
public TopologyHostGroupEntity getTopologyHostGroupEntity()
public void setTopologyHostGroupEntity(TopologyHostGroupEntity topologyHostGroupEntity)
public String getRackInfo()
public void setRackInfo(String rackInfo)
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.