public class Key extends Object implements Comparable<Key>
Modifier and Type | Class and Description |
---|---|
static class |
Key.Builder |
Modifier and Type | Field and Description |
---|---|
protected Date |
created |
protected String |
key |
protected String |
name |
Constructor and Description |
---|
Key(String name,
String key,
Date created) |
protected final String name
protected final String key
protected final Date created
public static Key.Builder builder()
public Key.Builder toBuilder()
public String getName()
public String get()
public Date getCreated()
public int compareTo(Key other)
compareTo
in interface Comparable<Key>
Copyright © 2009-2012 jclouds. All Rights Reserved.