@Beta
public final class RegionPath
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static RegionPath |
from(ComponentPath parentComponentPath,
java.lang.String regionName) |
static RegionPath |
from(java.lang.String regionPath) |
ComponentPath |
getParentComponentPath() |
java.lang.String |
getRegionName() |
int |
hashCode() |
java.lang.String |
toString() |
public ComponentPath getParentComponentPath()
public java.lang.String getRegionName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static RegionPath from(java.lang.String regionPath)
public static RegionPath from(ComponentPath parentComponentPath, java.lang.String regionName)