Package org.jclouds.cloudstack.domain
Class ApiKeyPair
java.lang.Object
org.jclouds.cloudstack.domain.ApiKeyPair
Representation of the API keypair response
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ApiKeyPair.Builder<?> builder()booleaninthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()toString() 
- 
Constructor Details
- 
ApiKeyPair
@ConstructorProperties({"apikey","secretkey"}) protected ApiKeyPair(@Nullable String apiKey, @Nullable String secretKey)  
 - 
 - 
Method Details