public abstract class RegionAndName extends Object
Modifier and Type | Method and Description |
---|---|
static RegionAndName |
fromRegionAndName(String regionId,
String name) |
static RegionAndName |
fromSlashEncoded(String name) |
abstract String |
name() |
abstract String |
regionId() |
String |
slashEncode() |
public abstract String regionId()
public abstract String name()
public static RegionAndName fromSlashEncoded(String name)
public static RegionAndName fromRegionAndName(String regionId, String name)
public String slashEncode()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.