public class HitNode extends Object
| Constructor and Description |
|---|
HitNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Gets the details.
|
String |
getLabel()
Gets the label.
|
int |
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(int nodeId)
Sets the node id.
|
void |
setType(String type)
Sets the type.
|
String |
toString() |
HitNode |
withDetails(String details)
With details.
|
HitNode |
withLabel(String label)
With label.
|
HitNode |
withNodeId(int nodeId)
With node id.
|
HitNode |
withType(String type)
With type.
|
public String getDetails()
public void setDetails(String details)
details - The detailspublic HitNode withDetails(String details)
details - the detailspublic String getLabel()
public void setLabel(String label)
label - The labelpublic HitNode withLabel(String label)
label - the labelpublic String getType()
public void setType(String type)
type - The typepublic HitNode withType(String type)
type - the typepublic int getNodeId()
public void setNodeId(int nodeId)
nodeId - The node_idpublic HitNode withNodeId(int nodeId)
nodeId - the node idCopyright © 2015. All rights reserved.