public class DefaultPodInstance extends java.lang.Object implements PodInstance
PodInstance interface.| Constructor and Description |
|---|
DefaultPodInstance(PodSpec podSpec,
java.lang.Integer index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getIndex()
The index of this pod instance.
|
PodSpec |
getPod()
The specification that defines this pod instance.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitconflictsWith, getName, getNamepublic DefaultPodInstance(PodSpec podSpec, java.lang.Integer index)
public PodSpec getPod()
PodInstancegetPod in interface PodInstancepublic int getIndex()
PodInstancegetIndex in interface PodInstancepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object