Class ApiKeyPair

java.lang.Object
org.jclouds.cloudstack.domain.ApiKeyPair

public class ApiKeyPair extends Object
Representation of the API keypair response
  • Constructor Details

  • Method Details

    • 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.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object