public class HierarchyPath
extends java.lang.Object
implements java.io.Serializable
Contains information about the levels of a hierarchy group.
Constructor and Description |
---|
HierarchyPath() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
HierarchyGroupSummary |
getLevelFive()
Information about level five.
|
HierarchyGroupSummary |
getLevelFour()
Information about level four.
|
HierarchyGroupSummary |
getLevelOne()
Information about level one.
|
HierarchyGroupSummary |
getLevelThree()
Information about level three.
|
HierarchyGroupSummary |
getLevelTwo()
Information about level two.
|
int |
hashCode() |
void |
setLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
void |
setLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
void |
setLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
void |
setLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
void |
setLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HierarchyPath |
withLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
HierarchyPath |
withLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
HierarchyPath |
withLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
HierarchyPath |
withLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
HierarchyPath |
withLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
public HierarchyGroupSummary getLevelOne()
Information about level one.
Information about level one.
public void setLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
levelOne
- Information about level one.
public HierarchyPath withLevelOne(HierarchyGroupSummary 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 HierarchyGroupSummary getLevelTwo()
Information about level two.
Information about level two.
public void setLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
levelTwo
- Information about level two.
public HierarchyPath withLevelTwo(HierarchyGroupSummary 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 HierarchyGroupSummary getLevelThree()
Information about level three.
Information about level three.
public void setLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
levelThree
- Information about level three.
public HierarchyPath withLevelThree(HierarchyGroupSummary 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 HierarchyGroupSummary getLevelFour()
Information about level four.
Information about level four.
public void setLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
levelFour
- Information about level four.
public HierarchyPath withLevelFour(HierarchyGroupSummary 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 HierarchyGroupSummary getLevelFive()
Information about level five.
Information about level five.
public void setLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
levelFive
- Information about level five.
public HierarchyPath withLevelFive(HierarchyGroupSummary 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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.