@Entity public class TopologyLogicalRequestEntity extends Object
Constructor and Description |
---|
TopologyLogicalRequestEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Long |
getId() |
Collection<TopologyHostRequestEntity> |
getTopologyHostRequestEntities() |
TopologyRequestEntity |
getTopologyRequestEntity() |
Long |
getTopologyRequestId() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setTopologyHostRequestEntities(Collection<TopologyHostRequestEntity> topologyHostRequestEntities) |
void |
setTopologyRequestEntity(TopologyRequestEntity topologyRequestEntity) |
void |
setTopologyRequestId(Long topologyRequestId) |
public Long getId()
public void setId(Long id)
public Long getTopologyRequestId()
public void setTopologyRequestId(Long topologyRequestId)
public String getDescription()
public void setDescription(String description)
public TopologyRequestEntity getTopologyRequestEntity()
public void setTopologyRequestEntity(TopologyRequestEntity topologyRequestEntity)
public Collection<TopologyHostRequestEntity> getTopologyHostRequestEntities()
public void setTopologyHostRequestEntities(Collection<TopologyHostRequestEntity> topologyHostRequestEntities)
Copyright © 2022 Apache Software Foundation. All rights reserved.