public static class Hierarchies.HierarchicalElement extends Object implements Serializable
Dataset<HierarchicalElement> instance.| Constructor and Description |
|---|
HierarchicalElement()
Nullary constructor so Spark can encode this class as a bean.
|
HierarchicalElement(String ancestorSystem,
String ancestorValue,
String descendantSystem,
String descendantValue)
Constructs a
Hierarchies.HierarchicalElement instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAncestorSystem()
Returns the ancestor system.
|
String |
getAncestorValue()
Returns the ancestor value.
|
String |
getDescendantSystem()
Returns the descendant system.
|
String |
getDescendantValue()
Returns the descendant value.
|
int |
hashCode() |
void |
setAncestorSystem(String ancestorSystem)
Sets the ancestor system.
|
void |
setAncestorValue(String ancestorValue)
Sets the ancestor value.
|
void |
setDescendantSystem(String descendantSystem)
Sets the descendant system.
|
void |
setDescendantValue(String descendantValue)
Sets the descendant value.
|
public HierarchicalElement()
public HierarchicalElement(String ancestorSystem, String ancestorValue, String descendantSystem, String descendantValue)
Hierarchies.HierarchicalElement instance.ancestorSystem - the ancestor systemancestorValue - the ancestor valuedescendantSystem - the descendant systemdescendantValue - the descendant valuepublic String getAncestorSystem()
public void setAncestorSystem(String ancestorSystem)
ancestorSystem - the ancestor systempublic String getAncestorValue()
public void setAncestorValue(String ancestorValue)
ancestorValue - the ancestor valuepublic String getDescendantSystem()
public void setDescendantSystem(String descendantSystem)
descendantSystem - the descendant systempublic String getDescendantValue()
public void setDescendantValue(String descendantValue)
descendantValue - the descendant valueCopyright © 2020. All rights reserved.