类 CreateKeyPairResponse


  • public class CreateKeyPairResponse
    extends Object
    CreateKeyPairResponse
    • 构造器详细资料

      • CreateKeyPairResponse

        public CreateKeyPairResponse()
    • 方法详细资料

      • getFingerPrint

        public String getFingerPrint()
        Get fingerPrint
        返回:
        fingerPrint
      • setFingerPrint

        public void setFingerPrint​(String fingerPrint)
      • getKeyPairId

        public String getKeyPairId()
        Get keyPairId
        返回:
        keyPairId
      • setKeyPairId

        public void setKeyPairId​(String keyPairId)
      • getKeyPairName

        public String getKeyPairName()
        Get keyPairName
        返回:
        keyPairName
      • setKeyPairName

        public void setKeyPairName​(String keyPairName)
      • getPrivateKey

        public String getPrivateKey()
        Get privateKey
        返回:
        privateKey
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object