Class RegionAndId
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.regionscoped.RegionAndId
-
- Direct Known Subclasses:
FlavorInRegion
,ImageInRegion
,ServerInRegion
public class RegionAndId extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RegionAndId(String regionId, String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
Method Detail
-
fromSlashEncoded
public static RegionAndId fromSlashEncoded(String id)
-
fromRegionAndId
public static RegionAndId fromRegionAndId(String regionId, String id)
-
slashEncode
public String slashEncode()
-
getRegion
public String getRegion()
-
getId
public String getId()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-