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, wait
conflictsWith, getName, getName
public DefaultPodInstance(PodSpec podSpec, java.lang.Integer index)
public PodSpec getPod()
PodInstance
getPod
in interface PodInstance
public int getIndex()
PodInstance
getIndex
in interface PodInstance
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object