public class ResourceImpl extends Object implements Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceImpl.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected URI |
href |
protected String |
id |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
ResourceImpl(String id,
String name,
String type,
URI href) |
protected final String id
protected final String name
protected final String type
protected final URI href
public static ResourceImpl.Builder builder()
public int compareTo(Resource that)
compareTo in interface Comparable<Resource>compareTo in interface Resourcepublic ResourceImpl.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.