org.jclouds.cloudstack.domain
Class ApiKeyPair

java.lang.Object
  extended by 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

Nested Class Summary
static class ApiKeyPair.Builder
           
 
Constructor Summary
ApiKeyPair(String apiKey, String secretKey)
           
 
Method Summary
static ApiKeyPair.Builder builder()
           
 int compareTo(ApiKeyPair arg0)
           
 boolean equals(Object o)
           
 String getApiKey()
           
 String getSecretKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiKeyPair

public ApiKeyPair(String apiKey,
                  String secretKey)
Method Detail

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.