public class RegionAndId extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
regionId |
Modifier | Constructor and Description |
---|---|
protected |
RegionAndId(String regionId,
String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static RegionAndId |
fromRegionAndId(String regionId,
String id) |
static RegionAndId |
fromSlashEncoded(String id) |
String |
getId() |
String |
getRegion() |
int |
hashCode() |
String |
slashEncode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public static RegionAndId fromSlashEncoded(String id)
public static RegionAndId fromRegionAndId(String regionId, String id)
public String slashEncode()
public String getRegion()
public String getId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.