public class HierarchyStructure
extends java.lang.Object
implements java.io.Serializable
Contains information about a hierarchy structure.
| Constructor and Description |
|---|
HierarchyStructure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
HierarchyLevel |
getLevelFive()
Information about level five.
|
HierarchyLevel |
getLevelFour()
Information about level four.
|
HierarchyLevel |
getLevelOne()
Information about level one.
|
HierarchyLevel |
getLevelThree()
Information about level three.
|
HierarchyLevel |
getLevelTwo()
Information about level two.
|
int |
hashCode() |
void |
setLevelFive(HierarchyLevel levelFive)
Information about level five.
|
void |
setLevelFour(HierarchyLevel levelFour)
Information about level four.
|
void |
setLevelOne(HierarchyLevel levelOne)
Information about level one.
|
void |
setLevelThree(HierarchyLevel levelThree)
Information about level three.
|
void |
setLevelTwo(HierarchyLevel levelTwo)
Information about level two.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HierarchyStructure |
withLevelFive(HierarchyLevel levelFive)
Information about level five.
|
HierarchyStructure |
withLevelFour(HierarchyLevel levelFour)
Information about level four.
|
HierarchyStructure |
withLevelOne(HierarchyLevel levelOne)
Information about level one.
|
HierarchyStructure |
withLevelThree(HierarchyLevel levelThree)
Information about level three.
|
HierarchyStructure |
withLevelTwo(HierarchyLevel levelTwo)
Information about level two.
|
public HierarchyLevel getLevelOne()
Information about level one.
Information about level one.
public void setLevelOne(HierarchyLevel levelOne)
Information about level one.
levelOne - Information about level one.
public HierarchyStructure withLevelOne(HierarchyLevel levelOne)
Information about level one.
Returns a reference to this object so that method calls can be chained together.
levelOne - Information about level one.
public HierarchyLevel getLevelTwo()
Information about level two.
Information about level two.
public void setLevelTwo(HierarchyLevel levelTwo)
Information about level two.
levelTwo - Information about level two.
public HierarchyStructure withLevelTwo(HierarchyLevel levelTwo)
Information about level two.
Returns a reference to this object so that method calls can be chained together.
levelTwo - Information about level two.
public HierarchyLevel getLevelThree()
Information about level three.
Information about level three.
public void setLevelThree(HierarchyLevel levelThree)
Information about level three.
levelThree - Information about level three.
public HierarchyStructure withLevelThree(HierarchyLevel levelThree)
Information about level three.
Returns a reference to this object so that method calls can be chained together.
levelThree - Information about level three.
public HierarchyLevel getLevelFour()
Information about level four.
Information about level four.
public void setLevelFour(HierarchyLevel levelFour)
Information about level four.
levelFour - Information about level four.
public HierarchyStructure withLevelFour(HierarchyLevel levelFour)
Information about level four.
Returns a reference to this object so that method calls can be chained together.
levelFour - Information about level four.
public HierarchyLevel getLevelFive()
Information about level five.
Information about level five.
public void setLevelFive(HierarchyLevel levelFive)
Information about level five.
levelFive - Information about level five.
public HierarchyStructure withLevelFive(HierarchyLevel levelFive)
Information about level five.
Returns a reference to this object so that method calls can be chained together.
levelFive - Information about level five.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.