org.jclouds.openstack.nova.v2_0.domain.regionscoped
.
Please use RegionAndId
instead. To be removed in jclouds 2.0.@Deprecated public class RegionAndId extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id
Deprecated.
|
protected String |
regionId
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
RegionAndId(String regionId,
String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
static RegionAndId |
fromRegionAndId(String regionId,
String id)
Deprecated.
|
static RegionAndId |
fromSlashEncoded(String id)
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getRegion()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
slashEncode()
Deprecated.
|
String |
toString()
Deprecated.
|
protected final String regionId
protected final String id
public static RegionAndId fromSlashEncoded(String id)
public static RegionAndId fromRegionAndId(String regionId, String id)
public String slashEncode()
public String getRegion()
public String getId()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.