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