public class HitNode extends GenericModel
| Constructor and Description | 
|---|
| HitNode() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDetails()Gets the details. | 
| String | getLabel()Gets the label. | 
| Integer | getNodeId()Gets the node id. | 
| String | getType()Gets the type. | 
| void | setDetails(String details)Sets the details. | 
| void | setLabel(String label)Sets the label. | 
| void | setNodeId(Integer nodeId)Sets the node id. | 
| void | setType(String type)Sets the type. | 
equals, hashCode, toStringpublic String getDetails()
public String getLabel()
public Integer getNodeId()
public String getType()
public void setDetails(String details)
details - The detailspublic void setLabel(String label)
label - The labelpublic void setNodeId(Integer nodeId)
nodeId - The node_idpublic void setType(String type)
type - The typeCopyright © 2015–2016. All rights reserved.