Class InboundConnectionEndpointClientPrivateKeyResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class InboundConnectionEndpointClientPrivateKeyResponse
    extends CdpResponse
    Response object that contains the client's private key.
    • Constructor Detail

      • InboundConnectionEndpointClientPrivateKeyResponse

        public InboundConnectionEndpointClientPrivateKeyResponse()
    • Method Detail

      • getPrivateKey

        public String getPrivateKey()
        Getter for privateKey. The client's encoded private key.
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
        Setter for privateKey. The client's encoded private key.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object