java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.KeyPair

public class KeyPair extends Object
Class KeyPair
  • Constructor Details

  • Method Details

    • builder

      public static KeyPair.Builder<?> builder()
    • toBuilder

      public KeyPair.Builder<?> toBuilder()
    • getPublicKey

      @Nullable public String getPublicKey()
    • getPrivateKey

      @Nullable public String getPrivateKey()
    • getUserId

      @Nullable public String getUserId()
    • getName

      public String getName()
    • getFingerprint

      @Nullable public String getFingerprint()
    • 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