Package 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protected
ApiKeyPair(String apiKey, String secretKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiKeyPair.Builder<?>
builder()
boolean
equals(Object obj)
String
getApiKey()
String
getSecretKey()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
ApiKeyPair.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
ApiKeyPair
@ConstructorProperties({"apikey","secretkey"}) protected ApiKeyPair(@Nullable String apiKey, @Nullable String secretKey)
-
-
Method Detail
-
builder
public static ApiKeyPair.Builder<?> builder()
-
toBuilder
public ApiKeyPair.Builder<?> toBuilder()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-