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 class
ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApiKeyPair.Builder
<?> builder()
boolean
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
ApiKeyPair
@ConstructorProperties({"apikey","secretkey"}) protected ApiKeyPair(@Nullable String apiKey, @Nullable String secretKey)
-
-
Method Details