public class ApiKeyPair extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ApiKeyPair(String apiKey,
String secretKey) |
Modifier and Type | Method and Description |
---|---|
static ApiKeyPair.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getApiKey() |
String |
getSecretKey() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ApiKeyPair.Builder<?> |
toBuilder() |
String |
toString() |
public static ApiKeyPair.Builder<?> builder()
public ApiKeyPair.Builder<?> toBuilder()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.