org.jclouds.cloudstack.domain
Class ApiKeyPair
java.lang.Object
org.jclouds.cloudstack.domain.ApiKeyPair
public class ApiKeyPair
- extends Object
Representation of the API keypair response
- Author:
- Andrei Savu
ApiKeyPair
@ConstructorProperties(value={"apikey","secretkey"})
protected ApiKeyPair(@Nullable
String apiKey,
@Nullable
String secretKey)
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-2012 jclouds. All Rights Reserved.