org.jclouds.cloudstack.domain
Class ApiKeyPair
java.lang.Object
org.jclouds.cloudstack.domain.ApiKeyPair
- All Implemented Interfaces:
- Comparable<ApiKeyPair>
public class ApiKeyPair
- extends Object
- implements Comparable<ApiKeyPair>
Representation of the API keypair response
- Author:
- Andrei Savu
ApiKeyPair
public ApiKeyPair(String apiKey,
String secretKey)
builder
public static ApiKeyPair.Builder builder()
getSecretKey
public String getSecretKey()
getApiKey
public String getApiKey()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(ApiKeyPair arg0)
- Specified by:
compareTo
in interface Comparable<ApiKeyPair>
Copyright © 2009-2012 jclouds. All Rights Reserved.