public class ApiKeyPair extends Object implements Comparable<ApiKeyPair>
Modifier and Type | Class and Description |
---|---|
static class |
ApiKeyPair.Builder |
Constructor and Description |
---|
ApiKeyPair(String apiKey,
String secretKey) |
Modifier and Type | Method and Description |
---|---|
static ApiKeyPair.Builder |
builder() |
int |
compareTo(ApiKeyPair arg0) |
boolean |
equals(Object o) |
String |
getApiKey() |
String |
getSecretKey() |
int |
hashCode() |
String |
toString() |
public static ApiKeyPair.Builder builder()
public String getSecretKey()
public String getApiKey()
public int compareTo(ApiKeyPair arg0)
compareTo
in interface Comparable<ApiKeyPair>
Copyright © 2009-2012 jclouds. All Rights Reserved.