public class RegionAndName extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
name  | 
protected String | 
region  | 
| Constructor and Description | 
|---|
RegionAndName(String region,
             String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getName()  | 
String | 
getRegion()  | 
int | 
hashCode()  | 
static com.google.common.base.Function<RegionAndName,String> | 
nameFunction()  | 
static com.google.common.base.Function<RegionAndName,String> | 
regionFunction()  | 
String | 
slashEncode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
String | 
toString()  | 
public String slashEncode()
public String getRegion()
public String getName()
protected com.google.common.base.Objects.ToStringHelper string()
public static com.google.common.base.Function<RegionAndName,String> regionFunction()
public static com.google.common.base.Function<RegionAndName,String> nameFunction()
Copyright © 2009-2013 jclouds. All Rights Reserved.