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 classApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiKeyPair(String apiKey, String secretKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiKeyPair.Builder<?>builder()booleanequals(Object obj)StringgetApiKey()StringgetSecretKey()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()ApiKeyPair.Builder<?>toBuilder()StringtoString()
-
-
-
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()
-
-