org.jclouds.cloudstack.domain
Class ApiKeyPair

java.lang.Object
  extended by org.jclouds.cloudstack.domain.ApiKeyPair

public class ApiKeyPair
extends Object

Representation of the API keypair response

Author:
Andrei Savu

Nested Class Summary
static class ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
           
 
Constructor Summary
protected ApiKeyPair(String apiKey, String secretKey)
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiKeyPair

@ConstructorProperties(value={"apikey","secretkey"})
protected ApiKeyPair(@Nullable
                                                String apiKey,
                                                @Nullable
                                                String secretKey)
Method Detail

builder

public static ApiKeyPair.Builder<?> builder()

toBuilder

public ApiKeyPair.Builder<?> toBuilder()

getApiKey

@Nullable
public String getApiKey()

getSecretKey

@Nullable
public String getSecretKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.