public class RegionAndName extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
regionId |
Modifier | Constructor and Description |
---|---|
protected |
RegionAndName(String regionId,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static RegionAndName |
fromRegionAndName(String regionId,
String name) |
static RegionAndName |
fromSlashEncoded(String name) |
String |
getName() |
String |
getRegion() |
int |
hashCode() |
String |
slashEncode() |
String |
toString() |
public static RegionAndName fromSlashEncoded(String name)
public static RegionAndName fromRegionAndName(String regionId, String name)
public String slashEncode()
public String getRegion()
public String getName()
Copyright © 2009-2013 jclouds. All Rights Reserved.