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 protectedRegionAndId(String regionId, String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static RegionAndIdfromRegionAndId(String regionId, String id)static RegionAndIdfromSlashEncoded(String id)StringgetId()StringgetRegion()inthashCode()StringslashEncode()protected com.google.common.base.MoreObjects.ToStringHelperstring()StringtoString()
-
-
-
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()
-
-